Skip to content

Commit 48b95ce

Browse files
committed
02/01: add the test file
1 parent 7a1de66 commit 48b95ce

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { test, expect } from '#tests/test-extend.ts'
2+
3+
test('displays the welcome heading', async ({ navigate, page }) => {
4+
await navigate('/')
5+
6+
await expect(
7+
page.getByRole('heading', { name: 'The Epic Stack' }),
8+
).toBeVisible()
9+
})

exercises/02.test-setup/01.solution.fixtures/tests/e2e/some.test.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)