Skip to content

Commit 57db1ae

Browse files
authored
Merge pull request #157 from puneet0191/fix-menu-item
createMenu Item Fix the success string
2 parents 9dea2d3 + 02fd2dc commit 57db1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma
10741074
$this->debug('I save the menu');
10751075
$this->click("Save");
10761076

1077-
$this->waitForText('Menu item successfully saved', TIMEOUT, ['id' => 'system-message-container']);
1077+
$this->waitForText('Menu item saved', TIMEOUT, ['id' => 'system-message-container']);
10781078
}
10791079

10801080
/**

0 commit comments

Comments
 (0)