From fecfb60c50b4b86e25e1bd362182d99d8c2a36ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 01:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=AA=E8=A1=A8=E7=9B=98?= =?UTF-8?q?=E6=9C=80=E8=BF=91=E8=AE=A2=E5=8D=95=E5=B7=B2=E4=BB=98=E6=97=A0?= =?UTF-8?q?=E5=9B=9E=E6=89=A7=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...entPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php b/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php index 905236a..f592d88 100644 --- a/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php +++ b/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php @@ -36,7 +36,7 @@ class AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest ex 'plan_id' => null, 'site_subscription_id' => null, 'created_by_admin_id' => $platformAdminId ?: null, - 'order_no' => 'PO_DASH_NO_RECEIPT_0001', + 'order_no' => 'PO_DASH_PAID_NO_RECEIPT_0001', 'order_type' => 'new_purchase', 'status' => 'pending', 'payment_status' => 'paid', @@ -50,7 +50,7 @@ class AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest ex $res->assertOk(); // 仪表盘应展示“已付无回执”提示,并给出“去补回执”入口(锚点 add-payment-receipt) - $res->assertSee('PO_DASH_NO_RECEIPT_0001'); + $res->assertSee('PO_DASH_PAID_NO_RECEIPT_0001'); $res->assertSee('已付无回执', false); $res->assertSee('去补回执', false);