Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaj committed Mar 24, 2021
1 parent b22a4e5 commit c08fd38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ describe('Task claim/release', () => {

await taskHeaderCloudPage.checkTaskPropertyListIsDisplayed();

await taskFormCloudComponent.checkClaimButtonIsDisplayed();
await expect(await taskHeaderCloudPage.getAssignee()).toEqual('No assignee');
await taskFormCloudComponent.checkClaimButtonIsDisplayed();

await taskFormCloudComponent.clickClaimButton();
await browser.refresh();
Expand Down

0 comments on commit c08fd38

Please sign in to comment.