minor change
This commit is contained in:
parent
84768ef658
commit
cc459ec7ee
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ export class BasePage {
|
||||||
|
|
||||||
async nextPage() {
|
async nextPage() {
|
||||||
await waitUntil(async () => {
|
await waitUntil(async () => {
|
||||||
;
|
|
||||||
return (await this.continueButton.getAttribute('aria-disabled')) !== 'true'
|
return (await this.continueButton.getAttribute('aria-disabled')) !== 'true'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue