Skip to content

Commit 02fd2dc

Browse files
committed
Fix the wrong String
1 parent 9dea2d3 commit 02fd2dc

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)