Skip to content

Commit 6ec87b2

Browse files
committed
fix: screenshots for sessions
1 parent 4ed055c commit 6ec87b2

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
@@ -77,7 +77,7 @@ Scenario('Different cookies for different sessions @Playwright @Puppeteer', asyn
7777
I.expectNotEqual(cookies.john, cookies.mary)
7878
})
7979

80-
Scenario('should save screenshot for sessions @Puppeteer @Playwright @WebDriver', async function ({ I }) {
80+
Scenario('should save screenshot for sessions @Puppeteer @Playwright', async function ({ I }) {
8181
await I.amOnPage('/form/bug1467')
8282
await I.saveScreenshot('original.png')
8383
await I.amOnPage('/')

0 commit comments

Comments
 (0)