Skip to content

Commit

Permalink
test: fix delay auth service - mandatory case
Browse files Browse the repository at this point in the history
LeVinhGithub committed Sep 2, 2024
1 parent a5a44e2 commit dad7f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authservice/login-with-passwordless/AuthServicePage.ts
Original file line number Diff line number Diff line change
@@ -69,6 +69,7 @@ export class AuthServicePage {
step: 30,
});

await delay(15000);
await this.page.locator(`xpath=.//input[@data-test='single-input']`).first().type(newToken);
}
}

0 comments on commit dad7f2a

Please sign in to comment.