Skip to content

Commit

Permalink
test: update title check
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Sep 24, 2024
1 parent 2d516a2 commit 5f63943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/tests/smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test('landing', async ({ page }) => {
});

await page.goto('/');
await expect(page).toHaveTitle('JSX Email');
await expect(page).toHaveTitle('JSX email');

page.getByText('JSX Email Preview');

Expand Down

0 comments on commit 5f63943

Please sign in to comment.