We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9863e2f commit 448059bCopy full SHA for 448059b
e2e/home.spec.ts
@@ -4,10 +4,10 @@ test("index page renders", async ({ page }) => {
4
await page.goto("/");
5
6
// Intro bio
7
- const bio = await page.locator("text=Hey, I'm Andrew Healey");
+ const bio = await page.locator("text=love getting email");
8
expect(await bio.isVisible()).toBe(true);
9
10
// Bio image
11
- const bioImage = await page.locator('[alt="Andrew Healey."]');
+ const bioImage = await page.locator('[alt="Presenting: When Does Development Spark Joy? Sentimental analysis of commit messages."]');
12
expect(await bioImage.isVisible()).toBe(true);
13
});
0 commit comments