Closed
Bug 1924261
Opened 1 year ago
Closed 1 year ago
Intermittent /webdriver/tests/bidi/script/evaluate/remote_values.py | test_window_context_same_id_after_navigation[False-same_origin] - webdriver.bidi.error.UnknownErrorException: unknown error
Categories
(Remote Protocol :: WebDriver BiDi, defect, P5)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1913327
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: nerli [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=477946106&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/fbTfALI4SGe25KfE1nvZaw/runs/0/artifacts/public/logs/live_backing.log
[task 2024-10-11T23:31:40.690Z] 23:31:40 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/bidi/script/evaluate/remote_values.py | test_window_context_same_id_after_navigation[False-same_origin] - webdriver.bidi.error.UnknownErrorException: unknown error (Error: A new navigation interrupted an unfinished navigation)
[task 2024-10-11T23:31:40.690Z] 23:31:40 INFO - bidi_session = <webdriver.bidi.client.BidiSession object at 0x0000016AB0AB1950>
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - top_context = {'children': [], 'context': '54aa2945-f817-44f8-9918-b4a8eff0ca51', 'originalOpener': None, 'parent': None, ...}
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - inline = <function inline.<locals>.inline at 0x0000016AB0EFDBC0>, domain = ''
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - await_promise = False
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO -
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - @pytest.mark.asyncio
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - @pytest.mark.parametrize("domain", ["", "alt"],
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - ids=["same_origin", "cross_origin"])
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - @pytest.mark.parametrize("await_promise", [True, False])
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - async def test_window_context_same_id_after_navigation(bidi_session,
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - top_context,
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - inline,
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - domain,
[task 2024-10-11T23:31:40.691Z] 23:31:40 INFO - await_promise):
[task 2024-10-11T23:31:40.692Z] 23:31:40 INFO -
[task 2024-10-11T23:31:40.692Z] 23:31:40 INFO - defaultOrigin = inline(f"{domain}")
[task 2024-10-11T23:31:40.692Z] 23:31:40 INFO - > await bidi_session.browsing_context.navigate(
[task 2024-10-11T23:31:40.692Z] 23:31:40 INFO - context=top_context["context"], url=defaultOrigin, wait="complete")
[task 2024-10-11T23:31:40.692Z] 23:31:40 INFO -
[task 2024-10-11T23:31:40.692Z] 23:31:40 INFO - await_promise = False
| Comment hidden (Intermittent Failures Robot) |
Comment 2•1 year ago
|
||
Dupe of bug 1913327.
You need to log in
before you can comment on or make changes to this bug.
Description
•