同步仪表盘最近订单已付无回执修复测试数据命名
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user