Skip to content

Commit ff39688

Browse files
Update integration/tests/pricing-table.test.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent fac07e4 commit ff39688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/tests/pricing-table.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withBilling] })('pricing tabl
714714
page.waitForURL(/tab=payments/, { timeout: 15000 }),
715715
page.getByRole('link', { name: /Payments/i }).click(),
716716
]);
717-
await paymentAttemptRoot.waitFor({ state: 'detached', timeout: 15000 }).catch(() => {});
717+
await paymentAttemptRoot.waitFor({ state: 'detached', timeout: 15000 });
718718
};
719719

720720
await openBillingTab(/Statements/i);

0 commit comments

Comments
 (0)