We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac07e4 commit ff39688Copy full SHA for ff39688
integration/tests/pricing-table.test.ts
@@ -714,7 +714,7 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withBilling] })('pricing tabl
714
page.waitForURL(/tab=payments/, { timeout: 15000 }),
715
page.getByRole('link', { name: /Payments/i }).click(),
716
]);
717
- await paymentAttemptRoot.waitFor({ state: 'detached', timeout: 15000 }).catch(() => {});
+ await paymentAttemptRoot.waitFor({ state: 'detached', timeout: 15000 });
718
};
719
720
await openBillingTab(/Statements/i);
0 commit comments