Open
Bug 1068726
Opened 11 years ago
Updated 2 years ago
Re-enable test_typing.py | test_all_printable_keys test
Categories
(Testing :: Marionette Client and Harness, defect, P3)
Testing
Marionette Client and Harness
Tracking
(firefox-esr91 disabled, firefox99 disabled)
NEW
People
(Reporter: automatedtester, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: test-disabled)
In fixing bug 947490 I switched all the typing tests on but this test had to be disabled and we need to re enable it.
Reporter | ||
Updated•11 years ago
|
Keywords: ateam-marionette-server,
ateam-marionette-task
Updated•7 years ago
|
Comment 2•7 years ago
|
||
We only have to fix this once if we fix bug 1418995 first.
Depends on: 1418995
Summary: Enable testAllPrintableKeys for Marionette → Enable test_all_printable_keys test
Comment 3•3 years ago
|
||
The failure here is the following:
FAIL testing/marionette/harness/marionette_harness/tests/unit/test_typing.py TestTypingContent.test_numeric_shift_keys - AssertionError: ' up: 16' not found in 'down: 192 press: 126 up: 192'
Traceback (most recent call last):
File "/Users/henrik/code/gecko/testing/marionette/harness/marionette_harness/marionette_test/testcases.py", line 202, in run
testMethod()
File "/Users/henrik/code/gecko/testing/marionette/harness/marionette_harness/tests/unit/test_typing.py", line 251, in test_numeric_shift_keys
self.assertIn(" up: 16", result.text.strip())
Summary: Enable test_all_printable_keys test → Re-enable test_typing.py | test_all_printable_keys test
Updated•3 years ago
|
status-firefox99:
--- → disabled
status-firefox-esr91:
--- → disabled
OS: macOS → All
Hardware: x86_64 → All
Updated•3 years ago
|
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Product: Testing → Remote Protocol
Updated•2 years ago
|
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•