diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 82d4531..8d38954 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -1074,7 +1074,7 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma $this->debug('I save the menu'); $this->click("Save"); - $this->waitForText('Menu item successfully saved', TIMEOUT, ['id' => 'system-message-container']); + $this->waitForText('Menu item saved', TIMEOUT, ['id' => 'system-message-container']); } /**