We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d46ab8 + 4e47b35 commit 6070485Copy full SHA for 6070485
src/JoomlaBrowser.php
@@ -662,6 +662,7 @@ public function displayModuleOnAllPages($module)
662
$I->amOnPage('administrator/index.php?option=com_modules');
663
$I->searchForItem($module);
664
$I->click(['link' => $module]);
665
+ $I->waitForElement(['link' => 'Menu Assignment'], 30);
666
$I->click(['link' => 'Menu Assignment']);
667
$I->waitForElement(['id' => 'jform_menus-lbl'], 30);
668
$I->click(['id' => 'jform_assignment_chzn']);
0 commit comments