Skip to content

Commit 871149c

Browse files
authored
test: unflake test_context_cookies_should_work test in Edge (#2847)
1 parent 2ca8764 commit 871149c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/async/test_defaultbrowsercontext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def test_context_cookies_should_work(
7878
)
7979

8080
assert document_cookie == "username=John Doe"
81-
assert await page.context.cookies() == [
81+
assert _filter_cookies(await page.context.cookies()) == [
8282
{
8383
"name": "username",
8484
"value": "John Doe",

0 commit comments

Comments
 (0)