From 21ba7f575a88849dea70d7581bb709a2a8f43c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Fri, 20 Mar 2026 01:55:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=91=98=E8=A6=81=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E5=AE=8C=E6=95=B4=E5=9B=9E=E8=B7=B3=E9=9B=86=E5=90=88?= =?UTF-8?q?=E6=8A=A4=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...inPlatformOrderSummaryJumpNoteShouldKeepAllBackLinksTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }