Closed
Bug 1514401
Opened 7 years ago
Closed 7 years ago
/webdriver/tests/maximize_window/maximize.py is a Firefox only web platform test failure
Categories
(Testing :: geckodriver, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: automatedtester, Assigned: whimboo)
References
Details
As documented in The following tests are only failing in Firefox as documented in https://foolip.github.io/ad-hoc-wpt-results-analysis/firefox-lone-failures.html this test file has Firefox only failures that we need to address
| Assignee | ||
Comment 1•7 years ago
|
||
This is basically bug 1491800 for two of them. Not sure for test_fully_exit_fullscreen and test_restore_the_window because the asserts are too generic, and should better have a message.
Depends on: 1491800
| Assignee | ||
Comment 2•7 years ago
|
||
The problem was the missing window manager for xvfb which was fixed via:
https://github.com/web-platform-tests/wpt/issues/14938
Assignee: nobody → hskupin
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Component: Marionette → geckodriver
You need to log in
before you can comment on or make changes to this bug.
Description
•