Intermittent /webdriver/tests/get_computed_label/get.py | <random> - TypeError: get_computed_label() missing 1 required positional argument: 'element'
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: intermittent-failure, leave-open)
Filed by: hskupin [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=360489908&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GTLFTXQjTV2bhfEiXiizyA/runs/0/artifacts/public/logs/live_backing.log
Several tests currently miss to specify the `element` argument when calling `get_computed_label()`:
[task 2021-12-08T08:28:01.320Z] 08:28:01 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/get_computed_label/get.py | test_no_browsing_context - TypeError: get_computed_label() missing 1 required positional argument: 'element'
[task 2021-12-08T08:28:01.320Z] 08:28:01 INFO - session = <Session aae89b13-fa28-4a28-ac83-af8f16c0a839>
[task 2021-12-08T08:28:01.320Z] 08:28:01 INFO - closed_window = ('cbdb5578-d31f-4c1d-a3a3-f6d171270828', <Element 4e4da025-3337-42ad-879b-803033196a4c>)
[task 2021-12-08T08:28:01.320Z] 08:28:01 INFO -
[task 2021-12-08T08:28:01.321Z] 08:28:01 INFO - def test_no_browsing_context(session, closed_window):
[task 2021-12-08T08:28:01.321Z] 08:28:01 INFO - > response = get_computed_label(session)
[task 2021-12-08T08:28:01.321Z] 08:28:01 INFO - E TypeError: get_computed_label() missing 1 required positional argument: 'element'
[task 2021-12-08T08:28:01.321Z] 08:28:01 INFO -
[task 2021-12-08T08:28:01.321Z] 08:28:01 INFO - closed_window = ('cbdb5578-d31f-4c1d-a3a3-f6d171270828',
[task 2021-12-08T08:28:01.321Z] 08:28:01 INFO - <Element 4e4da025-3337-42ad-879b-803033196a4c>)
[task 2021-12-08T08:28:01.321Z] 08:28:01 INFO - session = <Session aae89b13-fa28-4a28-ac83-af8f16c0a839>
[task 2021-12-08T08:28:01.321Z] 08:28:01 INFO -
[task 2021-12-08T08:28:01.322Z] 08:28:01 INFO - tests/web-platform/tests/webdriver/tests/get_computed_label/get.py:16: TypeError
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 2•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 3•3 years ago
|
||
Test is marked as expected fail.
Comment 4•2 years ago
|
||
Description
•