Closed Bug 911101 Opened 11 years ago Closed 11 years ago

Test failure 'No item selected for element ID: historyMode' in testDisableCookies.js testEnableCookies.js testRemoveAllCookies.js testRemoveCookie.js

Categories

(Mozilla QA Graveyard :: Mozmill Tests, defect, P1)

defect

Tracking

(firefox22 unaffected, firefox23 unaffected, firefox24 unaffected, firefox25 unaffected, firefox26 unaffected, firefox-esr17 fixed)

RESOLVED FIXED
Tracking Status
firefox22 --- unaffected
firefox23 --- unaffected
firefox24 --- unaffected
firefox25 --- unaffected
firefox26 --- unaffected
firefox-esr17 --- fixed

People

(Reporter: andrei, Assigned: AndreeaMatei)

References

()

Details

(Keywords: regression, Whiteboard: [mozmill-test-failure][mozmill-1.5.22])

Attachments

(2 files, 1 obsolete file)

Failure: No item selected for element ID: historyMode Branches: mozilla-esr17 Platforms: all mozmill-1.5.22 introduced a new regression http://mozmill-crowd.blargon7.com/#/functional/report/3c3cd991de01b704f3f65783a142b753 It only affects ESR17 The regression was introduced by bug 871441
This will start failing on CI once we run the tests with mozmill 1.5.22, so we might want to quickly fix it, or disable these tests on ESR17. Since ESR17 is near its EOL, just skipping them might be viable.
The problem seems to be at scrollIntoView(), if I comment out that line the test passes. Looking more into this and have them fix asap.
Bug 907983 has nothing to do with this bug. Removing from dependency tree.
No longer blocks: 907983
Attached patch skipEsr17.patch (obsolete) — Splinter Review
Adding skip patch for esr17 to avoid future failures. Removed the litmus code since we don't use it anymore.
Assignee: nobody → andreea.matei
Status: NEW → ASSIGNED
Attachment #797806 - Flags: review?(andrei.eftimie)
Same on staging with mozmill 1.5.22: http://mozmill-staging.blargon7.com/#/functional/reports?branch=17.0&platform=All&from=2013-08-30&to=2013-08-30 I thought scrollIntoView() works across all supported branches. Wasn't it something we tested with Mozmill 2.0? I wonder if we can circumvent the issue in the test. Might be that we make use of the wrong element?
From the discussion in bug 780957, I understand it was added until FF 19 :( We could fix it in the tests for esr only, by not using select there, like in testPrefferedLanguage.js
Comment on attachment 797806 [details] [diff] [review] skipEsr17.patch Review of attachment 797806 [details] [diff] [review]: ----------------------------------------------------------------- Please fix the noted issue. Other than that it looks good. ::: tests/functional/testPreferences/testRemoveAllCookies.js @@ +79,5 @@ > } > > +setupModule.__force_skip__ = "Bug 911101 - Test failure 'No item selected for " + > + "element ID: historyMode'"; > +teardownModule.__force_skip__ = "Bug 911101 - Test failure 'No item selected for " + This test does not have a teardownModule, hence it fails here.
Attachment #797806 - Flags: review?(andrei.eftimie) → review-
Attached patch skipEsr17.patchSplinter Review
Thanks for catching that. I was in a hurry and focused on the skip results.
Attachment #797806 - Attachment is obsolete: true
Attachment #797818 - Flags: review?(andrei.eftimie)
(In reply to Andrei Eftimie from comment #6) > ESR17 under mozmill 2.0 is really broken: > http://mozmill-crowd.blargon7.com/#/functional/report/ > 3c3cd991de01b704f3f65783a143a200 Check that with a more recent esr17 version and file bugs for Mozmill 2.0 accordingly.
is this failure http://mozmill-release.blargon7.com/#/functional/report/3c3cd991de01b704f3f65783a1398f91 The cookie has been removed - got 'false' related to this bug?
Doesn't look like it, it's on Mozmill 1.5.21 still, so it couldn't be.
Comment on attachment 797818 [details] [diff] [review] skipEsr17.patch Review of attachment 797818 [details] [diff] [review]: ----------------------------------------------------------------- Looks good. Landed: http://hg.mozilla.org/qa/mozmill-tests/rev/f437e5c353a2 (mozilla-esr17)
Attachment #797818 - Flags: review?(andrei.eftimie) → review+
Depends on: 912941
Comment on attachment 810461 [details] [diff] [review] patch v1 Review of attachment 810461 [details] [diff] [review]: ----------------------------------------------------------------- Looks good, landed: http://hg.mozilla.org/qa/mozmill-tests/rev/362e4f5de531 (mozilla-esr17)
Attachment #810461 - Flags: review?(andrei.eftimie)
Attachment #810461 - Flags: review+
Attachment #810461 - Flags: checkin+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: