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.
1 parent ec07b49 commit 4e47b35Copy full SHA for 4e47b35
src/JoomlaBrowser.php
@@ -660,6 +660,7 @@ public function displayModuleOnAllPages($module)
660
$I->amOnPage('administrator/index.php?option=com_modules');
661
$I->searchForItem($module);
662
$I->click(['link' => $module]);
663
+ $I->waitForElement(['link' => 'Menu Assignment'], 30);
664
$I->click(['link' => 'Menu Assignment']);
665
$I->waitForElement(['id' => 'jform_menus-lbl'], 30);
666
$I->click(['id' => 'jform_assignment_chzn']);
0 commit comments