Jiang qinghua 3 anni fa
parent
commit
5161c82089
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/Browser/Cases/MenuTest.php

+ 1 - 1
tests/Browser/Cases/MenuTest.php

@@ -83,7 +83,7 @@ class MenuTest extends TestCase
                     $browser->choose($id);
                 })
                 ->press(__('admin.submit'))
-                ->waitForText('500 Internal Server Error', 2);
+                ->waitForText(__('admin.parent_select_error'), 2);
         });
     }