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 tests spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
SMahil committed Jun 7, 2018
1 parent 7a6b093 commit 9aaafd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/specs/workItemTableTest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('Work Item datatable list: ', () => {
it('should filter the workitem list by Assignee', async() => {
let labelFilter = 'assignee: Unassigned';
await planner.workItemList.overlay.untilHidden();
let countUnassignedWorkItem = await planner.workItemList.getUnassignedWorkItemCount(' Unassigned ');
let countUnassignedWorkItem = await planner.workItemList.getUnassignedWorkItemCount(' Unassigned');
await planner.header.selectFilter('Assignee', 'Unassigned');
await planner.workItemList.overlay.untilHidden();
await browser.sleep(1000);
Expand Down

0 comments on commit 9aaafd5

Please sign in to comment.