Skip to content

Commit 623a23b

Browse files
committed
chore: fix playwright
1 parent 6aafa83 commit 623a23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/example.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test.skip('get started link', async ({ page }) => {
1919
})
2020

2121
test.describe('New Condition', () => {
22-
test('should allow me to add todo items', async ({ page }) => {
22+
test('should allow me to add todo items', async ({ page: _page }) => {
2323
// // create a new todo locator
2424
// const newTodo = page.getByPlaceholder('What needs to be done?');
2525
// // Create 1st todo.

0 commit comments

Comments
 (0)