diff --git a/tests/Feature/AdminPlatformOrderSummaryJumpNoteShouldKeepAllBackLinksTest.php b/tests/Feature/AdminPlatformOrderSummaryJumpNoteShouldKeepAllBackLinksTest.php index 7f0a884..7944e30 100644 --- a/tests/Feature/AdminPlatformOrderSummaryJumpNoteShouldKeepAllBackLinksTest.php +++ b/tests/Feature/AdminPlatformOrderSummaryJumpNoteShouldKeepAllBackLinksTest.php @@ -27,6 +27,6 @@ class AdminPlatformOrderSummaryJumpNoteShouldKeepAllBackLinksTest extends TestCa $res->assertOk(); $html = (string) $res->getContent(); - $this->assertMatchesRegularExpression('/po-summary-jump-back-to-summary-cards[\s\S]*?回到摘要区[\s\S]*?po-summary-jump-back-to-filters[\s\S]*?回到筛选条件[\s\S]*?po-summary-jump-back-to-tools[\s\S]*?回到工具区/u', $html); + $this->assertMatchesRegularExpression('/po-summary-jump-back-to-top[\s\S]*?回到顶部[\s\S]*?po-summary-jump-back-to-summary-cards[\s\S]*?回到摘要区[\s\S]*?po-summary-jump-back-to-filters[\s\S]*?回到筛选条件[\s\S]*?po-summary-jump-back-to-tools[\s\S]*?回到工具区[\s\S]*?po-summary-jump-back-to-list[\s\S]*?回到订单列表/u', $html); } }