Jiang qinghua 3 lat temu
rodzic
commit
5161c82089
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
         });
     }