fix(admin-dashboard): syncable quick link aligns with unsynced scope

This commit is contained in:
萝卜
2026-03-16 19:36:54 +08:00
parent 763c706cf3
commit f297ffacd5
3 changed files with 9 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ class AdminDashboardBillingWorkbenchQuickLinksTest extends TestCase
$res->assertSee('href="/admin/platform-orders?payment_status=paid&status=pending&sync_status=unsynced&back=%2Fadmin"', false);
$res->assertSee('待生效');
$res->assertSee('href="/admin/platform-orders?syncable_only=1&back=%2Fadmin"', false);
$res->assertSee('href="/admin/platform-orders?syncable_only=1&sync_status=unsynced&back=%2Fadmin"', false);
$res->assertSee('可同步');
$res->assertSee('href="/admin/platform-orders?sync_status=failed&back=%2Fadmin"', false);