Skip to content

Commit ec07b49

Browse files
committed
[imp] add module position
1 parent 69cbe8c commit ec07b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ public function setModulePosition($module, $position = 'position-7')
628628
$I->amOnPage('administrator/index.php?option=com_modules');
629629
$I->searchForItem($module);
630630
$I->click(['link' => $module]);
631+
$I->waitForText($module, 30, ['css' => 'H3']);
631632
$I->selectOptionInChosen('Position', $position);
632633
$I->click(['xpath' => "//div[@id='toolbar-apply']/button"]);
633634
$I->waitForText('Module successfully saved',30,['id' => 'system-message-container']);

0 commit comments

Comments
 (0)