Skip to content

Commit

Permalink
add IDs to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Jun 13, 2023
1 parent 091475e commit 586f385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriver/tests/bidi/browsing_context/print/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
(None, PAGE_WITH_WHITE_DOT_PNG),
(True, PAGE_WITH_BLACK_DOT_PNG),
(False, PAGE_WITH_WHITE_DOT_PNG),
],
], ids=["none", "true", "false"]
)
async def test_background(
bidi_session,
Expand Down

0 comments on commit 586f385

Please sign in to comment.