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 d7397f2 commit 998a3c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function waitForMediaLoaded()
$I->waitForElementNotVisible(MediaListPage::$loader);

// Add a small timeout to wait for rendering (otherwise it will fail when executed in headless browser)
$I->wait(0.5);
$I->wait(1);
}
catch (TimeoutException $e)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ 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 998a3c2

Please sign in to comment.