Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(tests): fix test for iteration title length
Browse files Browse the repository at this point in the history
  • Loading branch information
SMahil committed Jul 31, 2018
1 parent a964228 commit 02872f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/specs/iteration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ describe('Iteration test', () => {
});

it('updating iteration should update workitem associated to iteration', async () => {
let dropdownIteration1 = 'new Iteration2',
updateIteration = 'Iteration 0123',
let dropdownIteration1 = 'newIteration',
updateIteration = 'Iteration 01',
workItemTitle1 = 'Workitem_Title_2';

await planner.sidePanel.createNewIteration();
Expand Down

0 comments on commit 02872f0

Please sign in to comment.