Skip to content

Commit

Permalink
[wdspec] fix missing comma (#50044)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored and sadym-chromium committed Jan 14, 2025
1 parent 5fb49f0 commit 91c6b25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def test_params_locator_accessability_value_invalid_type(
("css", "a*b"),
("xpath", ""),
("innerText", ""),
("accessibility", {})
("accessibility", {}),
("context", {})
])
async def test_params_locator_value_invalid_value(bidi_session, inline, top_context, type, value):
Expand Down

0 comments on commit 91c6b25

Please sign in to comment.