Skip to content

Commit 79f5f92

Browse files
committed
03/01: add steps to the test file
1 parent d8a94ed commit 79f5f92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exercises/03.guides/01.problem.recording-interactions/tests/e2e/profile-edit.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ test('saves changes to the name of the user', async ({
77
}) => {
88
await authenticate({ as: 'user' })
99
await navigate('/settings/profile')
10+
11+
// 🐨 In the Playwright extension for Visual Studio Code,
12+
// enable the "Show browser" option and run this test.
13+
// Then, place your cursor after this comment block and click
14+
// "Record at cursor" from the Playwright extension panel.
1015
})

0 commit comments

Comments
 (0)