同步摘要导航说明测试口径

This commit is contained in:
萝卜
2026-03-19 23:19:19 +08:00
parent 016080d662
commit 7a5be08786

View File

@@ -27,7 +27,7 @@ class AdminPlatformOrderSummaryJumpLinksShouldHaveUsageNoteTest extends TestCase
$res->assertOk(); $res->assertOk();
$html = (string) $res->getContent(); $html = (string) $res->getContent();
$this->assertStringContainsString('data-role="po-summary-jump-note"', $html); $this->assertStringContainsString('data-role="po-summary-jump-links-note"', $html);
$this->assertStringContainsString('仅用于摘要区快速定位,不会改变当前筛选状态。', $html); $this->assertStringContainsString('摘要导航只负责定位到关键摘要卡,不会触发治理动作。', $html);
} }
} }