Reduce the iframe wait time.

This commit is contained in:
chrisdavenport 2016-05-31 09:26:32 +01:00
parent 9116cae63d
commit b9b95daccc
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class AdministratorSmartSearchCest
$I->amOnPage('administrator/index.php?option=com_finder');
$I->waitForText('Smart Search: Indexed Content', '30', ['css' => 'h1']);
$I->click(['css' => 'button[data-target="#modal-archive"]']);
$I->wait(5);
$I->wait(1);
$I->switchToIframe('Smart Search Indexer');
// Put something here to check that it worked.