fix test text

This commit is contained in:
Greg Johnston 2024-06-15 08:25:15 -04:00
parent 6d93185478
commit 131c83e28e

View file

@ -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");