Skip to content

Commit e08b06b

Browse files
Update usage.spec.ts
1 parent dd24919 commit e08b06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { test } from '../../fixtures/authContext'
44
test.describe('example test', () => {
55
test.use({ withUser: 'super.admin' })
66

7-
test('test automatic login', async ({ page, storageState }) => {
7+
test('test automatic login', async ({ page }) => {
88
page.goto('your-app-with-okta-auth-url')
99

1010
console.log('access token: ' + process.env.AUTH_TOKEN)

0 commit comments

Comments
 (0)