mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix test text
This commit is contained in:
parent
6d93185478
commit
131c83e28e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export class HomePage {
|
|||
|
||||
this.pageTitle = page.locator("h1");
|
||||
this.numberInput = page.getByLabel(
|
||||
"Type a number (or something that's not a number!)"
|
||||
"Type an integer (or something that's not an integer!)"
|
||||
);
|
||||
this.successMessage = page.locator("label p");
|
||||
this.errorMessage = page.locator("div p");
|
||||
|
|
Loading…
Reference in a new issue