From 5161c820891e596e35fbb92196d59e9bc2410d1d Mon Sep 17 00:00:00 2001 From: Jiang qinghua <841324345@qq.com> Date: Tue, 14 Sep 2021 12:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Browser/Cases/MenuTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Browser/Cases/MenuTest.php b/tests/Browser/Cases/MenuTest.php index 1be474140..8940cfbb6 100644 --- a/tests/Browser/Cases/MenuTest.php +++ b/tests/Browser/Cases/MenuTest.php @@ -83,7 +83,7 @@ public function testEditMenuParent() $browser->choose($id); }) ->press(__('admin.submit')) - ->waitForText('500 Internal Server Error', 2); + ->waitForText(__('admin.parent_select_error'), 2); }); }