Update e2e tests for user and team billing
Updated end-to-end tests to adjust for changes in user and team billing. Changes include adding await for URL on user-billing.spec.ts and adjusting selectors in billing.po.ts and team-accounts.po.ts. Additionally, we updated test parameters on team-billing.spec.ts.
This commit is contained in:
@@ -32,7 +32,7 @@ export class BillingPageObject {
|
||||
// wait a bit for the webhook to be processed
|
||||
await this.page.waitForTimeout(1000);
|
||||
|
||||
await this.successStatus().locator('button').click();
|
||||
return this.page.locator('[data-test="checkout-success-back-link"]').click();
|
||||
}
|
||||
|
||||
proceedToCheckout() {
|
||||
|
||||
Reference in New Issue
Block a user