Closed
Bug 1769370
Opened 3 years ago
Closed 3 years ago
Intermittent testing/marionette/harness/marionette_harness/tests/unit/test_click.py TestLegacyClick.test_container_element_outside_view | marionette_driver.errors.ElementNotInteractableException:
Categories
(Testing :: Marionette Client and Harness, defect, P5)
Testing
Marionette Client and Harness
Tracking
(firefox-esr91 unaffected, firefox100 unaffected, firefox101 unaffected, firefox102 fixed)
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox100 | --- | unaffected |
firefox101 | --- | unaffected |
firefox102 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Filed by: csabou [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=378069371&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HrqAJ87-RNKgtkNaAyewkg/runs/0/artifacts/public/logs/live_backing.log
[task 2022-05-14T11:33:43.099Z] 11:33:43 INFO - 1652528023099 Marionette DEBUG 215 -> [0,12,"Marionette:SetContext",{"value":"content"}]
[task 2022-05-14T11:33:43.099Z] 11:33:43 INFO - 1652528023099 Marionette DEBUG 215 <- [1,12,null,{"value":null}]
[task 2022-05-14T11:33:43.104Z] 11:33:43 ERROR - TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_click.py TestLegacyClick.test_container_element_outside_view | marionette_driver.errors.ElementNotInteractableException:
[task 2022-05-14T11:33:43.104Z] 11:33:43 INFO - stacktrace:
[task 2022-05-14T11:33:43.104Z] 11:33:43 INFO - WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:186:5
[task 2022-05-14T11:33:43.105Z] 11:33:43 INFO - ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.jsm:296:5
[task 2022-05-14T11:33:43.105Z] 11:33:43 INFO - seleniumClickElement@chrome://remote/content/marionette/interaction.js:228:11
[task 2022-05-14T11:33:43.105Z] 11:33:43 INFO - interaction.clickElement@chrome://remote/content/marionette/interaction.js:128:11
[task 2022-05-14T11:33:43.105Z] 11:33:43 INFO - clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:203:24
[task 2022-05-14T11:33:43.106Z] 11:33:43 INFO - receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:91:31
[task 2022-05-14T11:33:43.106Z] 11:33:43 INFO - Traceback (most recent call last):
[task 2022-05-14T11:33:43.106Z] 11:33:43 INFO - File "Z:\task_165252470813304\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 202, in run
[task 2022-05-14T11:33:43.106Z] 11:33:43 INFO - testMethod()
[task 2022-05-14T11:33:43.107Z] 11:33:43 INFO - File "Z:\task_165252470813304\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_click.py", line 233, in test_container_element_outside_view
[task 2022-05-14T11:33:43.107Z] 11:33:43 INFO - option.click()
[task 2022-05-14T11:33:43.108Z] 11:33:43 INFO - File "Z:\task_165252470813304\build\venv\lib\site-packages\marionette_driver\marionette.py", line 261, in click
[task 2022-05-14T11:33:43.108Z] 11:33:43 INFO - self.marionette._send_message("WebDriver:ElementClick", {"id": self.id})
[task 2022-05-14T11:33:43.108Z] 11:33:43 INFO - File "Z:\task_165252470813304\build\venv\lib\site-packages\marionette_driver\decorators.py", line 27, in _
[task 2022-05-14T11:33:43.109Z] 11:33:43 INFO - return func(*args, **kwargs)
[task 2022-05-14T11:33:43.109Z] 11:33:43 INFO - File "Z:\task_165252470813304\build\venv\lib\site-packages\marionette_driver\marionette.py", line 668, in _send_message
[task 2022-05-14T11:33:43.109Z] 11:33:43 INFO - self._handle_error(err)
[task 2022-05-14T11:33:43.109Z] 11:33:43 INFO - File "Z:\task_165252470813304\build\venv\lib\site-packages\marionette_driver\marionette.py", line 680, in _handle_error
[task 2022-05-14T11:33:43.110Z] 11:33:43 INFO - raise errors.lookup(error)(message, stacktrace=stacktrace)
[task 2022-05-14T11:33:43.110Z] 11:33:43 INFO - TEST-INFO took 188ms
Comment 1•3 years ago
|
||
Fixed by backout: https://hg.mozilla.org/integration/autoland/rev/7aa7eba0f6a6
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → hskupin
status-firefox100:
--- → unaffected
status-firefox101:
--- → unaffected
status-firefox102:
--- → fixed
status-firefox-esr91:
--- → unaffected
Keywords: regression
Regressed by: 1533058
Target Milestone: --- → 102 Branch
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 3•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
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
•