Skip to content

Commit

Permalink
fix: fixes e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytang committed Jul 13, 2024
1 parent 85d007a commit dfd0452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/home.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ test('should open the home page', async ({ page }) => {
await page.goto('/')
// Check that the title is correct
await expect(page.locator('h1')).toContainText(
'Solutions Architect & Cloud Engineer',
'Solutions Architect & DevOps Engineer',
)
})

0 comments on commit dfd0452

Please sign in to comment.