test(platform-orders): syncable summary link locks unsynced scope

This commit is contained in:
萝卜
2026-03-16 20:35:59 +08:00
parent bbc31d3869
commit 0e293081d9

View File

@@ -26,6 +26,7 @@ class AdminPlatformOrderSyncableSummaryCardLinkTest extends TestCase
$this->get('/admin/platform-orders')
->assertOk()
->assertSee('可同步订单')
->assertSee('syncable_only=1');
->assertSee('syncable_only=1', false)
->assertSee('sync_status=unsynced', false);
}
}