Closed
Bug 1220152
Opened 9 years ago
Closed 9 years ago
TEST-UNEXPECTED-ERROR | test_places.py TestPlaces.test_bookmarks | TimeoutException: TimeoutException: Timed out after 5.1 seconds
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox45 fixed)
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
107.37 KB,
image/png
|
Details |
Traceback (most recent call last):
File "/home/mozauto/jenkins/workspace/mozilla-aurora_functional/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 313, in run
testMethod()
File "/home/mozauto/jenkins/workspace/mozilla-aurora_functional/venv/lib/python2.7/site-packages/firefox_puppeteer/tests/test_places.py", line 59, in test_bookmarks
Wait(self.marionette).until(lambda _: self.places.is_bookmarked(url))
File "/home/mozauto/jenkins/workspace/mozilla-aurora_functional/venv/local/lib/python2.7/site-packages/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 5.1 seconds
The attachment shows that the screen resolution is too small so that the bookmarks toolbar icon is not visible. We should make sure that all Linux boxes have a resolution set which is larger than 1024x768.
Assignee | ||
Updated•9 years ago
|
Attachment #8681261 -
Attachment mime type: text/plain → image/png
Assignee | ||
Comment 1•9 years ago
|
||
The virtualization team has to bump the VRAM size of our Ubuntu VMs before we can increase the screensize. Means we are blocked on bug 1220157.
Whiteboard: [blocked by bug 1220157]
Assignee | ||
Comment 2•9 years ago
|
||
Lets better depend on our own infrastructure bug 1171536.
Assignee | ||
Comment 3•9 years ago
|
||
All Ubuntu boxes have been updated for the screen resolution. So this should no longer be a problem.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [blocked by bug 1171536]
Target Milestone: --- → Firefox 45
Updated•9 years ago
|
Product: Mozilla QA → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•