Skip to content

Commit

Permalink
Fix "storage.deleteCookies" partition test for iframe.
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D230696

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1934045
gecko-commit: 484fd74c094b9a70fd4e4bf14633c31c82e856a6
gecko-reviewers: webdriver-reviewers, whimboo
  • Loading branch information
lutien authored and moz-wptsync-bot committed Dec 11, 2024
1 parent 0a6b1cf commit 6df6ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriver/tests/bidi/storage/delete_cookies/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def test_partition_context_iframe(
)

result = await bidi_session.storage.delete_cookies(partition=frame_partition)
await assert_partition_key(bidi_session, actual=result["partitionKey"], context=new_tab["context"])
await assert_partition_key(bidi_session, actual=result["partitionKey"], context=iframe_context["context"])

await assert_cookies_are_not_present(bidi_session, frame_partition)

Expand Down

0 comments on commit 6df6ad4

Please sign in to comment.