minor change

This commit is contained in:
kpatel8hs4io 2025-10-22 11:25:05 -04:00
parent 84768ef658
commit cc459ec7ee

View file

@ -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'
}); });