Closed
Bug 1204074
Opened 10 years ago
Closed 10 years ago
more_info_button getter breaks if label isn't ascii
Categories
(Testing :: Firefox UI Tests, defect, P1)
Tracking
(firefox42 fixed, firefox43 fixed)
RESOLVED
FIXED
mozilla43
People
(Reporter: Pike, Assigned: Pike)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
589 bytes,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
The fix from bug 1203581 doesn't handle unicode labels right, this is in easy fix.
What puzzles me is that we have passing tests for russian and zh-TW with this bug, and that shouldn't happen.
Is there a way that the automation is picking up either the German or the English build? Where would a bug for that go.
I personally lean on the side of first trying to get the automation runs to fail, and then fix the failure.
Attachment #8660065 -
Flags: review?(hskupin)
Updated•10 years ago
|
Comment 1•10 years ago
|
||
Comment on attachment 8660065 [details] [diff] [review]
use unicode template string instead of plain str
Review of attachment 8660065 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. I was thinking to better use :last-child here for the CSS selector but once developers change their mind again, our tests would be broken. So that solution is fine.
Attachment #8660065 -
Flags: review?(hskupin) → review+
Comment 2•10 years ago
|
||
Landed patch after updating the commit message on master:
https://github.com/mozilla/firefox-ui-tests/commit/6e055a4727bcef4385f59b0e623a5944fc4fd593
Thank you Axel for providing the patch! I will file a follow-up bug to get at least a locale tested via Travis CI.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Comment 3•10 years ago
|
||
The underlying control center patch got landed on aurora yesterday. So I cherry-picked my patch from 1203581 for mozilla-aurora. That said we also have to land this patch on mozilla-aurora.
https://github.com/mozilla/firefox-ui-tests/commit/117f3c16c440fbf1e99325c8471b83cfee5c6eea (aurora)
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
•