Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Fixing Failing Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet0191 authored Aug 9, 2019
1 parent b81312d commit ad1bd4b
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 ad1bd4b

Please sign in to comment.