diff --git a/examples/new-sass/template.spec.ts b/examples/new-sass/template.spec.ts index 8fbcb5c9..8b638a70 100644 --- a/examples/new-sass/template.spec.ts +++ b/examples/new-sass/template.spec.ts @@ -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}) => {