Skip to content

Commit eafce95

Browse files
huntcsgampagent
andcommitted
test(billing): align checkout timeout with verification window
Amp-Thread-ID: https://ampcode.com/threads/T-01a025d0-71f9-77da-8f57-3f8f9560dac1 Co-authored-by: Amp <amp@ampcode.com>
1 parent f42d6d9 commit eafce95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser_tests/tests/dialogs/pricingTableDeepLink.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ test.describe('Pricing table deep link', { tag: '@cloud' }, () => {
644644
await expect.poll(() => operationPollRequests.length).toBeGreaterThan(0)
645645
await expect(backButton).toBeDisabled()
646646

647-
await page.clock.fastForward(5 * 60_000 + 1)
647+
await page.clock.fastForward(23 * 60 * 60_000 + 1)
648648

649649
await expect(backButton).toBeEnabled()
650650
await expect(

0 commit comments

Comments
 (0)