Skip to content

Commit

Permalink
more test fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Sep 20, 2024
1 parent 04f0546 commit 73011fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/new-sass/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('should exist an element with the welcome message text', async ({
}) => {
await page.goto('chrome://newtab/')
const h1 = page.locator('h1')
await test.expect(h1).toHaveText('Welcome to your New Extension')
await test.expect(h1).toHaveText('Welcome to your Sass Extension')
})

test('should exist a default color value', async ({page}) => {
Expand Down

0 comments on commit 73011fc

Please sign in to comment.