Update billing navigation and increase test timeout
Changes include updating the user and team billing specs to increase visibility timeout and alter navigation route post-billing. Minor adjustments have been made to the page aesthetics and redirection logic. Also, refactored import statements for code organization purposes. Changes in the build script are also reflected in the commit.
This commit is contained in:
@@ -38,9 +38,7 @@ export class TeamAccountsPageObject {
|
||||
}
|
||||
|
||||
goToBilling() {
|
||||
return this.page.locator('a', {
|
||||
hasText: 'Billing',
|
||||
}).click();
|
||||
return this.page.getByRole('button', { name: 'Billing' }).click();
|
||||
}
|
||||
|
||||
async openAccountsSelector() {
|
||||
|
||||
Reference in New Issue
Block a user