mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 01:57:30 +00:00
Reduce the iframe wait time.
This commit is contained in:
parent
9116cae63d
commit
b9b95daccc
@ -91,7 +91,7 @@ class AdministratorSmartSearchCest
|
|||||||
$I->amOnPage('administrator/index.php?option=com_finder');
|
$I->amOnPage('administrator/index.php?option=com_finder');
|
||||||
$I->waitForText('Smart Search: Indexed Content', '30', ['css' => 'h1']);
|
$I->waitForText('Smart Search: Indexed Content', '30', ['css' => 'h1']);
|
||||||
$I->click(['css' => 'button[data-target="#modal-archive"]']);
|
$I->click(['css' => 'button[data-target="#modal-archive"]']);
|
||||||
$I->wait(5);
|
$I->wait(1);
|
||||||
$I->switchToIframe('Smart Search Indexer');
|
$I->switchToIframe('Smart Search Indexer');
|
||||||
|
|
||||||
// Put something here to check that it worked.
|
// Put something here to check that it worked.
|
||||||
|
Loading…
Reference in New Issue
Block a user