Skip to content

Commit d246bcb

Browse files
committed
fix: circleci workflow
1 parent 6e552c1 commit d246bcb

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
@@ -45,7 +45,7 @@ Scenario('screenshots reflect the current page of current session @Puppeteer @Pl
4545
I.expectNotEqual(default1Digest, john1Digest);
4646
});
4747

48-
Scenario('Different cookies for different sessions @WebDriverIO @Playwright @Puppeteer', async ({ I }) => {
48+
Scenario('Different cookies for different sessions @Playwright @Puppeteer', async ({ I }) => {
4949
const cookiePage = 'https://www.microsoft.com/en-au/';
5050
const cookieName = 'MUID';
5151
const cookies = {};

0 commit comments

Comments
 (0)