Skip to content

Commit 304f24b

Browse files
committed
Fix contains
1 parent b98dd69 commit 304f24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acceptance/session_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Scenario('Different cookies for different sessions @Playwright @Puppeteer', asyn
6868
cookies.mary = (await I.grabCookie(cookieName)).value
6969
I.say(`${cookieName}: ${cookies.mary}`)
7070
})
71-
await I.seeInCurrentUrl('en-au')
71+
await I.seeInCurrentUrl('google.com')
7272
assert(cookies.default)
7373
assert(cookies.john)
7474
assert(cookies.mary)

0 commit comments

Comments
 (0)