Skip to content

Commit

Permalink
fix: screenshots for sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jan 17, 2025
1 parent 4ed055c commit 6ec87b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/session_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Scenario('Different cookies for different sessions @Playwright @Puppeteer', asyn
I.expectNotEqual(cookies.john, cookies.mary)
})

Scenario('should save screenshot for sessions @Puppeteer @Playwright @WebDriver', async function ({ I }) {
Scenario('should save screenshot for sessions @Puppeteer @Playwright', async function ({ I }) {
await I.amOnPage('/form/bug1467')
await I.saveScreenshot('original.png')
await I.amOnPage('/')
Expand Down

0 comments on commit 6ec87b2

Please sign in to comment.