Skip to content

Commit 5161c82

Browse files
committed
单元测试
1 parent 0f9a990 commit 5161c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Browser/Cases/MenuTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function testEditMenuParent()
8383
$browser->choose($id);
8484
})
8585
->press(__('admin.submit'))
86-
->waitForText('500 Internal Server Error', 2);
86+
->waitForText(__('admin.parent_select_error'), 2);
8787
});
8888
}
8989

0 commit comments

Comments
 (0)