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 89ccd6c commit b98dd69Copy full SHA for b98dd69
test/acceptance/session_test.js
@@ -47,7 +47,7 @@ Scenario('screenshots reflect the current page of current session @Puppeteer @Pl
47
48
Scenario('Different cookies for different sessions @Playwright @Puppeteer', async ({ I }) => {
49
const cookiePage = 'https://google.com/'
50
- const cookieName = 'SSID'
+ const cookieName = 'AEC'
51
const cookies = {}
52
53
I.amOnPage(cookiePage)
0 commit comments