test: use midday UTC timestamp for timezone stability

This commit is contained in:
dante01yoon
2026-04-09 06:01:17 +09:00
parent babfdbf5cf
commit b85ae04611

View File

@@ -10,7 +10,7 @@ test.describe('CancelSubscription dialog', { tag: '@ui' }, () => {
await page.evaluate(() => {
void (
window.app!.extensionManager as WorkspaceStore
).dialog.showCancelSubscriptionDialog('2025-12-31T00:00:00Z')
).dialog.showCancelSubscriptionDialog('2025-12-31T12:00:00Z')
})
const dialog = page.getByRole('dialog')