Skip to content

Commit

Permalink
chore: adjusted e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva committed Oct 20, 2023
1 parent ff7e377 commit 99d412d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class HomeContent {
}

get inputModalAgentUserName(): Locator {
return this.page.locator('#modal-root input[placeholder="Username"]');
return this.page.locator('#modal-root input[placeholder="Username, name or e-mail"]');
}

get inputModalAgentForwardComment(): Locator {
Expand Down

0 comments on commit 99d412d

Please sign in to comment.