Skip to content

Commit 89ccd6c

Browse files
committed
Use google
1 parent 2d3feee commit 89ccd6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acceptance/session_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Scenario('screenshots reflect the current page of current session @Puppeteer @Pl
4646
})
4747

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

5353
I.amOnPage(cookiePage)

0 commit comments

Comments
 (0)