Skip to content

Commit

Permalink
fix: test ts error [gh-800]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Alejandro Ramos committed Aug 19, 2023
1 parent 9dae1c4 commit 22d544c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import { waitForNewTab, waitForPageNavigation } from '../../common/__test-utils__/playwright'
import { test } from '@playwright/test'

test('login and and navigate to the provider shopfront', ({ page }) => {
test('login and and navigate to the provider shopfront', () => {
console.log('ok')
page.setDefaultTimeout(10000)
console.log(waitForNewTab, waitForPageNavigation)
})

0 comments on commit 22d544c

Please sign in to comment.