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 0f9a990 commit 5161c82Copy full SHA for 5161c82
tests/Browser/Cases/MenuTest.php
@@ -83,7 +83,7 @@ public function testEditMenuParent()
83
$browser->choose($id);
84
})
85
->press(__('admin.submit'))
86
- ->waitForText('500 Internal Server Error', 2);
+ ->waitForText(__('admin.parent_select_error'), 2);
87
});
88
}
89
0 commit comments