We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acf83a commit 85e1af4Copy full SHA for 85e1af4
playwright/pages/client.page.ts
@@ -180,6 +180,7 @@ export class ClientPage extends BasePage {
180
await this.firstNameInput.clear();
181
await this.firstNameInput.fill(firstName);
182
183
+ await this.lastNameInput.waitFor({ state: 'visible', timeout: 10000 });
184
await this.lastNameInput.clear();
185
await this.lastNameInput.fill(lastName);
186
}
0 commit comments