同步仪表盘最近订单已付无回执测试口径

This commit is contained in:
萝卜
2026-03-18 23:45:54 +08:00
parent 423f6ba1a5
commit 480cff6e74
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ class AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest exten
$res->assertOk();
$res->assertSee('PO_DASH_NO_RECEIPT_LIST_0001');
$res->assertSee('无回执', false);
$res->assertSee('已付无回执', false);
$listUrl = '/admin/platform-orders?' . Arr::query([
'payment_status' => 'paid',