Skip to content

Commit

Permalink
Merge pull request #32 from puneet0191/patch-1
Browse files Browse the repository at this point in the history
Fixing Failing Tests
  • Loading branch information
bembelimen authored Aug 9, 2019
2 parents b81312d + ad1bd4b commit 5a85ead
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ public function deleteMultipleFiles(Media $I)
$I->waitForElement($testFileItem2);
$I->click($testFileItem1);
$I->clickHoldingShiftkey($testFileItem2);
$I->waitForText('Item uploaded.');
$I->wait(10);
$I->click(MediaListPage::$toolbarDeleteButton);
$I->waitForElement(MediaListPage::$toolbarModalDeleteButton);
$I->click(MediaListPage::$toolbarModalDeleteButton);
Expand Down

0 comments on commit 5a85ead

Please sign in to comment.