Skip to content

Commit

Permalink
单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Sep 14, 2021
1 parent 0f9a990 commit 5161c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Browser/Cases/MenuTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
}

Expand Down

0 comments on commit 5161c82

Please sign in to comment.