Closed
Bug 1183408
Opened 11 years ago
Closed 10 years ago
Various security tests failing due to wrong icon references
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox41 ?, firefox42 fixed)
RESOLVED
FIXED
mozilla42
People
(Reporter: chmanchester, Assigned: whimboo)
References
Details
(Keywords: regression)
Attachments
(1 file)
I noticed travis started failing on a few of the security tests. Bug 1175678 invalidated some of the icon checks.
| Assignee | ||
Comment 1•10 years ago
|
||
Given that no-one was working on a fix for it, I will take this bug.
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
test_dv_certificate.py:
AssertionError: 'identity-icons-https' not found in u'url("chrome://browser/skin/identity-secure.svg")'
test_ev_certificate.py:
AssertionError: 'identity-icons-https' not found in u'url("chrome://browser/skin/identity-secure.svg")'
test_mixed_content_page.py:
AssertionError: False is not true (favicon.value_of_css_property('list-style-image'))
test_mixed_script_content_blocking.py:
TimeoutException: Timed out after 5.0 seconds with message: The correct icon is displayed
Summary: Various security tests started failing on nightlies → Various security tests failing due to wrong icon references
| Assignee | ||
Comment 3•10 years ago
|
||
All those failures seem to be the result of the icon changes in bug 1175678.
Blocks: 1175678
Keywords: regression
| Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8643819 -
Flags: review?(cmanchester)
Comment 5•10 years ago
|
||
Comment on attachment 8643819 [details] [review]
github_pull_request.txt
doing a drive by as per irc request- a fairly straightforward change- ideally in the future developers will be able to catch this on their own :)
Attachment #8643819 -
Flags: review?(cmanchester) → review+
| Assignee | ||
Comment 6•10 years ago
|
||
Thanks Joel. So the stalled travis build is strange but I do not see how this can be related to this patch. It's in a totally different area. If it turns out to be permanent, I will file a new bug for it. But locally all works fine. So it could be related to XVFB.
Merged the PR as:
https://github.com/mozilla/firefox-ui-tests/commit/4b6ce1e1aa25d06cb0942032d74ff1b2856b1bbb
It might be that this patch will be necessary for 41.0, but it's not clear yet if the change will be backported.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → ?
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•10 years ago
|
Product: Mozilla QA → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•