Skip to content

Commit

Permalink
feature: clear individual cookie by name with Playwright (available s…
Browse files Browse the repository at this point in the history
…ince Playwright 1.43)
  • Loading branch information
Norbert Graf committed Dec 30, 2024
1 parent c3fbe3c commit 0a1a8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helper/Playwright_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@ describe('Playwright', function () {
assert.equal(cookiesAfterClearing.length, 1)
assert.equal(cookiesAfterClearing, { name: 'test2', value: 'test2' })
})
})
})

let remoteBrowser
Expand Down

0 comments on commit 0a1a8bc

Please sign in to comment.