Closed
Bug 909227
Opened 12 years ago
Closed 11 years ago
[lg] Test failure "The text on the page has been highlighted - '' should equal 'community'" in /testFindInPage/testFindInPage.js
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect, P1)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(firefox30 fixed, firefox31 fixed, firefox32 fixed, firefox33 unaffected, firefox-esr17 wontfix, firefox-esr24 wontfix)
RESOLVED
FIXED
People
(Reporter: andrei, Unassigned)
References
()
Details
(Keywords: reproducible, Whiteboard: [mozmill-test-failure][mozmill-test-skipped][Blocked by bug 913396])
Attachments
(1 file, 2 obsolete files)
1.40 KB,
patch
|
AndreeaMatei
:
review+
|
Details | Diff | Splinter Review |
Module: testFindInPage
Test: /testFindInPage/testFindInPage.js
Failure: The text on the page has been highlighted - '' should equal 'community'
Branches: mozilla-beta
Platforms: OSX
Possibly a localization problem: fails on the lg locale.
http://mozmill-release.blargon7.com/#/functional/report/6d53b7d749a60e65551b4b1d19227443
Reporter | ||
Updated•12 years ago
|
status-firefox24:
--- → affected
Reporter | ||
Comment 1•12 years ago
|
||
This is reproducible.
However locally the fail message I see is:
> Timeout exceeded for waitForElement Lookup: /id(\"main-window\")/id(\"tab-view-deck\")/[0]/id(\"browser\")/id(\"appcontent\")/id(\"content\")/anon({\"anonid\":\"tabbox\"})/anon({\"anonid\":\"panelcontainer\"})/{\"id\":\"panel1377872377015\"}/anon({\"class\":\"browserSidebarContainer\"})/anon({\"class\":\"browserContainer\"})/[0]/anon({\"anonid\":\"findbar-container\"})/anon({\"anonid\":\"findbar-textbox-wrapper\"})"
Not sure why the dashboard-reported error is different.
All branches are affected (except nightly: no builds for 'lg'), does look like a localization issue.
status-firefox23:
--- → affected
status-firefox25:
--- → affected
status-firefox-esr17:
--- → affected
Summary: Test failure "The text on the page has been highlighted - '' should equal 'community'" in /testFindInPage/testFindInPage.js → [lg] Test failure "The text on the page has been highlighted - '' should equal 'community'" in /testFindInPage/testFindInPage.js
Comment 2•12 years ago
|
||
On mozilla-central we do no l10n work anymore. So nothing can be seen with that branch.
Keywords: reproducible
Priority: P3 → P1
Updated•12 years ago
|
Assignee: nobody → mario.garbi
Updated•12 years ago
|
Comment 3•12 years ago
|
||
The "findbar-container" element is being generated when we call it with Ctrl/Cmd + F which on 'lg' locale isn't working. This is because on 'lg' locale the findOnCmd.commandkey is set to 'n' which opens a new window (tested this manually).
http://mxr.mozilla.org/l10n-mozilla-aurora/source/lg/browser/chrome/browser/browser.dtd#589
Reporter | ||
Comment 4•12 years ago
|
||
Please open a bug against the localisation to get this conflict fixed.
Is it possible to disable this test for this locale until bug 913396 is resolved?
Comment 6•12 years ago
|
||
Skip patch for 'lg' locale only. The test hasn't been skipped in manifest since we want to run it with the regular locales.
Attachment #802819 -
Flags: review?(andrei.eftimie)
Attachment #802819 -
Flags: review?(andreea.matei)
Comment 7•12 years ago
|
||
(In reply to mario garbi from comment #6)
> Skip patch for 'lg' locale only. The test hasn't been skipped in manifest
> since we want to run it with the regular locales.
This is not how its going to work, Mario! We can't leave out the manifest file for that. We will have Mozmill 2 soon and it would run this test. We can only skip completely or not, as long as we cannot disable tests via the locale in manifests.
Comment 8•12 years ago
|
||
Updated the manifest to disable the test.
Attachment #802819 -
Attachment is obsolete: true
Attachment #802819 -
Flags: review?(andrei.eftimie)
Attachment #802819 -
Flags: review?(andreea.matei)
Attachment #802834 -
Flags: review?(hskupin)
Attachment #802834 -
Flags: review?(andrei.eftimie)
Attachment #802834 -
Flags: review?(andreea.matei)
Comment 9•12 years ago
|
||
Comment on attachment 802834 [details] [diff] [review]
skip_1109.patch
Review of attachment 802834 [details] [diff] [review]:
-----------------------------------------------------------------
As said, we have to skip it completely or not at all. This approach will not work. Also I would like to see this discussed first.
Attachment #802834 -
Flags: review?(hskupin)
Attachment #802834 -
Flags: review?(andrei.eftimie)
Attachment #802834 -
Flags: review?(andreea.matei)
Attachment #802834 -
Flags: review-
Comment 10•12 years ago
|
||
Full skip for the test as requested.
Attachment #802834 -
Attachment is obsolete: true
Attachment #802842 -
Flags: review?(hskupin)
Attachment #802842 -
Flags: review?(andrei.eftimie)
Attachment #802842 -
Flags: review?(andreea.matei)
Comment 11•12 years ago
|
||
Comment on attachment 802842 [details] [diff] [review]
skip_1109.patch
Review of attachment 802842 [details] [diff] [review]:
-----------------------------------------------------------------
Disabled on all affected branches (nightly is not since there's no 'lg' locale there):
http://hg.mozilla.org/qa/mozmill-tests/rev/923455683131 (aurora)
http://hg.mozilla.org/qa/mozmill-tests/rev/d57dd6a76c94 (beta)
http://hg.mozilla.org/qa/mozmill-tests/rev/fcbb32f082b0 (release)
http://hg.mozilla.org/qa/mozmill-tests/rev/8a19fbfac7a4 (esr17)
http://hg.mozilla.org/qa/mozmill-tests/rev/488e77d6b86a (esr24)
Attachment #802842 -
Flags: review?(hskupin)
Attachment #802842 -
Flags: review?(andrei.eftimie)
Attachment #802842 -
Flags: review?(andreea.matei)
Attachment #802842 -
Flags: review+
Updated•12 years ago
|
Status: NEW → ASSIGNED
status-firefox26:
--- → unaffected
status-firefox-esr24:
--- → disabled
Whiteboard: [mozmill-test-failure] → [mozmill-test-failure][mozmill-test-skipped]
Comment 12•12 years ago
|
||
It's bad to see that we had to skip this given that only a single locale is affected. Lets get the dependencies filed and fixed so we can really skip by locale and application version.
Comment 13•11 years ago
|
||
According to Francesco on bug 913396 comment 4, this will remain unfixed until new volunteers offer to help on that locale.
Lets try to get the specific locale skip work done so we can unskip this test from all the others locales that are not affected.
Updated•11 years ago
|
Assignee: mario.garbi → nobody
Updated•11 years ago
|
Whiteboard: [mozmill-test-failure][mozmill-test-skipped] → [mozmill-test-failure][mozmill-test-skipped][Blocked by bug 913396]
Comment 14•11 years ago
|
||
Hm, I wanted to check this locale and I couldn't seem to find it. Francesco helped me with bug 958703 where this has been removed, so we should be able to unskip this test if it's not affected by other failure as I knew before. Checking this.
Comment 15•11 years ago
|
||
Actually this was unskipped by another bug, only esr24 remained, which fails due to bug 835739. We said that we won't want the fix in esr24, so we will wait for the new esr.
In regards of this bug's failure, it is fixed.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox23:
disabled → ---
status-firefox24:
disabled → ---
status-firefox25:
disabled → ---
status-firefox26:
unaffected → ---
status-firefox30:
--- → fixed
status-firefox31:
--- → fixed
status-firefox32:
--- → fixed
status-firefox33:
--- → unaffected
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•