Open Bug 1526898 Opened 6 years ago Updated 2 years ago

Fix test_special_key_sends_keydown[NUMPAD4] and test_special_key_sends_keydown[NUMPAD5] after bug 1516570

Categories

(Remote Protocol :: Marionette, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: whimboo, Unassigned)

References

(Blocks 1 open bug)

Details

With bug 1516570 the following two tests have been marked as fail:

+++ b/testing/web-platform/meta/webdriver/tests/perform_actions/key_events.py.ini
@@ -0,0 +1,7 @@
+[key_events.py]

  • [test_special_key_sends_keydown[NUMPAD4-expected22]]
  • expected: FAIL
  • [test_special_key_sends_keydown[NUMPAD5-expected61]]
  • expected: FAIL

We should investigate and fix it. Looks to be easy given that we might have also used the incorrect values via copy&paste.

Here the actual changes which were causing the tests to fail for us:
https://github.com/web-platform-tests/wpt/pull/14678/files

Blocks: webdriver
Priority: -- → P3
Severity: normal → S3
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.