diff --git a/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest.php b/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest.php index 132e680..45b6d28 100644 --- a/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest.php +++ b/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest.php @@ -35,7 +35,7 @@ class AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest exten 'plan_id' => null, 'site_subscription_id' => null, 'created_by_admin_id' => $platformAdminId ?: null, - 'order_no' => 'PO_DASH_NO_RECEIPT_LIST_0001', + 'order_no' => 'PO_DASH_PAID_NO_RECEIPT_LIST_0001', 'order_type' => 'new_purchase', 'status' => 'pending', 'payment_status' => 'paid', @@ -47,7 +47,7 @@ class AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest exten $res = $this->get('/admin'); $res->assertOk(); - $res->assertSee('PO_DASH_NO_RECEIPT_LIST_0001'); + $res->assertSee('PO_DASH_PAID_NO_RECEIPT_LIST_0001'); $res->assertSee('已付无回执', false); $listUrl = '/admin/platform-orders?' . Arr::query([