mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
test: use midday UTC timestamp for timezone stability
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user