Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Jun 27, 2021
1 parent 4d0710b commit d7397f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public function showsDefaultFilesAndFolders(Media $I)
$I->wantToTest('that it shows the joomla default media files and folders.');
$I->amOnPage(MediaListPage::$url);
$I->waitForMediaLoaded();
$I->wait(2);
$I->seeElement(MediaListPage::$items);
$I->seeContents($this->contents['root']);
}
Expand Down

0 comments on commit d7397f2

Please sign in to comment.