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