Skip to content

Commit b98dd69

Browse files
committed
Use another cookie
1 parent 89ccd6c commit b98dd69

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
@@ -47,7 +47,7 @@ Scenario('screenshots reflect the current page of current session @Puppeteer @Pl
4747

4848
Scenario('Different cookies for different sessions @Playwright @Puppeteer', async ({ I }) => {
4949
const cookiePage = 'https://google.com/'
50-
const cookieName = 'SSID'
50+
const cookieName = 'AEC'
5151
const cookies = {}
5252

5353
I.amOnPage(cookiePage)

0 commit comments

Comments
 (0)