Jiang qinghua 3 vuotta sitten
vanhempi
commit
5161c82089
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
         });
     }