fix(platform-orders): align paid-pending governance links with unsynced scope

This commit is contained in:
萝卜
2026-03-16 18:51:23 +08:00
parent 88347d1185
commit 33ab55b10a
3 changed files with 10 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ class AdminPlatformOrderTest extends TestCase
->assertSee('已退款')
->assertSee('退款数')
->assertSee('退款总额')
->assertSee('/admin/platform-orders?payment_status=paid&status=pending', false);
->assertSee('/admin/platform-orders?payment_status=paid&status=pending&sync_status=unsynced', false);
}
public function test_guest_cannot_open_platform_orders_page(): void