Skip to content

Commit

Permalink
Remove invalid code points
Browse files Browse the repository at this point in the history
The removed values are not single code points. They are not relevant to the test.
  • Loading branch information
jrandolf-2 committed Jun 28, 2023
1 parent 386b80f commit 5505905
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webdriver/tests/bidi/input/perform_actions/key.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ async def test_key_backspace(bidi_session, top_context, setup_key_test):
[
("\U0001F604"),
("\U0001F60D"),
("\u0BA8\u0BBF"),
("\u1100\u1161\u11A8"),
],
)
async def test_key_codepoint(
Expand Down

0 comments on commit 5505905

Please sign in to comment.