Skip to content

Commit

Permalink
Remove browser.sleep call
Browse files Browse the repository at this point in the history
  • Loading branch information
rdiacenco committed Nov 5, 2020
1 parent ad85e89 commit 60228aa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ describe('Attachment list action menu for processes', () => {

await processFiltersPage.selectFromProcessList(processName.completed);
await processDetailsPage.checkProcessTitleIsDisplayed();

await browser.sleep(1000);
await processFiltersPage.waitForTableBody();

await attachmentListPage.clickAttachFileButton(pngFile.location);
await attachmentListPage.checkFileIsAttached(pngFile.name);
Expand Down

0 comments on commit 60228aa

Please sign in to comment.