From 23c4b356cdc19eef2e5094c15792c777d25ebee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Tue, 17 Mar 2026 22:13:44 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BB=AA=E8=A1=A8=E7=9B=98=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E8=A1=8C=E5=AF=B9=E8=B4=A6=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E7=9B=B4=E8=BE=BE=E9=94=9A=E7=82=B9=E6=94=B9=E4=B8=BA=20add-pa?= =?UTF-8?q?yment-receipt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...formOrdersScanlineAbnormalItemsShouldLinkToAnchorsTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);