Skip to content

Commit 0a1a8bc

Browse files
committed
feature: clear individual cookie by name with Playwright (available since Playwright 1.43)
1 parent c3fbe3c commit 0a1a8bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helper/Playwright_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,7 @@ describe('Playwright', function () {
11191119
assert.equal(cookiesAfterClearing.length, 1)
11201120
assert.equal(cookiesAfterClearing, { name: 'test2', value: 'test2' })
11211121
})
1122+
})
11221123
})
11231124

11241125
let remoteBrowser

0 commit comments

Comments
 (0)