同步摘要导航完整回跳集合护栏

This commit is contained in:
萝卜
2026-03-20 01:55:34 +08:00
parent b80c0224cf
commit 21ba7f575a

View File

@@ -27,6 +27,6 @@ class AdminPlatformOrderSummaryJumpNoteShouldKeepAllBackLinksTest extends TestCa
$res->assertOk(); $res->assertOk();
$html = (string) $res->getContent(); $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);
} }
} }