diff --git a/tests/Feature/AdminDashboardRecentPlatformOrdersScanlineAbnormalItemsShouldLinkToAnchorsTest.php b/tests/Feature/AdminDashboardRecentPlatformOrdersScanlineAbnormalItemsShouldLinkToAnchorsTest.php index 1c4e5ca..9f0b090 100644 --- a/tests/Feature/AdminDashboardRecentPlatformOrdersScanlineAbnormalItemsShouldLinkToAnchorsTest.php +++ b/tests/Feature/AdminDashboardRecentPlatformOrdersScanlineAbnormalItemsShouldLinkToAnchorsTest.php @@ -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);