test: 仪表盘扫描行对账不一致直达锚点改为 add-payment-receipt

This commit is contained in:
萝卜
2026-03-17 22:13:44 +08:00
parent d7851f162d
commit 23c4b356cd

View File

@@ -65,9 +65,9 @@ class AdminDashboardRecentPlatformOrdersScanlineAbnormalItemsShouldLinkToAnchors
$res = $this->get('/admin');
$res->assertOk();
// 对账不一致应可直达 payment-receipts
// 对账不一致应可直达可执行动作面板(最短治理路径)
$res->assertSee('对账:', false);
$res->assertSee('#payment-receipts', false);
$res->assertSee('#add-payment-receipt', false);
// 同步失败直达 sync-failed
$res->assertSee('#sync-failed', false);