We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98dd69 commit 304f24bCopy full SHA for 304f24b
test/acceptance/session_test.js
@@ -68,7 +68,7 @@ Scenario('Different cookies for different sessions @Playwright @Puppeteer', asyn
68
cookies.mary = (await I.grabCookie(cookieName)).value
69
I.say(`${cookieName}: ${cookies.mary}`)
70
})
71
- await I.seeInCurrentUrl('en-au')
+ await I.seeInCurrentUrl('google.com')
72
assert(cookies.default)
73
assert(cookies.john)
74
assert(cookies.mary)
0 commit comments