fix(platform-orders): 待生效快捷筛选口径修正为 paid+pending
This commit is contained in:
@@ -39,7 +39,8 @@ class AdminPlatformOrderTest extends TestCase
|
||||
->assertSee('快捷筛选')
|
||||
->assertSee('待支付')
|
||||
->assertSee('待生效')
|
||||
->assertSee('可同步订阅');
|
||||
->assertSee('可同步订阅')
|
||||
->assertSee('/admin/platform-orders?payment_status=paid&status=pending', false);
|
||||
}
|
||||
|
||||
public function test_guest_cannot_open_platform_orders_page(): void
|
||||
|
||||
Reference in New Issue
Block a user