Closed
Bug 575250
Opened 16 years ago
Closed 15 years ago
AssertJS failure due to default Boomarks Toolbar removal in testVerifyDefaultBookmarks (testDefaultBookmarks/test1.js)
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: gmealer)
References
()
Details
(Keywords: regression, Whiteboard: [mozmill-test-failure])
Attachments
(1 file, 1 obsolete file)
|
2.58 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
MODULE: restartTests/testDefaultBookmarks/test1.js
TEST: testVerifyDefaultBookmarks
FAIL: Controller.assertJS("subject.source.path == subject.target.path")
BRANCH: 3.7
With the removal of the bookmarks toolbar per default we cannot check the entries on the bookmarks toolbar directly. We will have to do the following steps:
* Ensure the Toolbar is not visible
* Enable the Bookmarks Toolbar
* Run the existing tests
| Assignee | ||
Comment 1•16 years ago
|
||
Added an assertion for the default toolbar state, then opened it to enable the rest of the test.
Attachment #455023 -
Flags: review?(hskupin)
| Reporter | ||
Updated•16 years ago
|
Attachment #455023 -
Flags: review?(hskupin) → review+
| Reporter | ||
Comment 2•16 years ago
|
||
Interim fix landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/6da1ebc07f12
I think it would be helpful to also have a helper function in the ToolbarAPI which would allow us to toggle toolbars. We can do that in a follow-up bug.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•15 years ago
|
||
This test is failing again in recent builds. The interim fix we used doesn't initialize the toolbar, so the bookmarks aren't actually seen by automation. Will be checking in a new fix after dynamic menu handling is in MozMill (bug 474486).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 4•15 years ago
|
||
Geo, can you please continue to work on this failure? Mozmill 1.5 is now in use on all of our machines. Btw. we wouldn't have to necessarily use the main menu make the bookmarks menu visible. There are two other options:
* via the context menu of the toolbars
* menu entry in the bookmarks button called "View Bookmarks Toolbar"
Would be nice to get this fixed so we will have non-failing restart tests.
Status: REOPENED → ASSIGNED
| Reporter | ||
Updated•15 years ago
|
Component: Bookmarks & History → Mozmill Tests
Product: Firefox → Testing
QA Contact: bookmarks → mozmilltests
| Assignee | ||
Comment 5•15 years ago
|
||
Henrik, thanks for the pointers on the other options. Let me see what I can turn around on this in short order.
Comment 6•15 years ago
|
||
I filed a separate bug today working on XPath issues in this same test, if this bug will encompass those particular issues, please feel free to close and dupe mine (bug 594023)
| Assignee | ||
Comment 8•15 years ago
|
||
Quick note, "const gTimeout" at top probably isn't proper style for new files, but is consistent with the style already established in this file so I'm sticking with it.
Attachment #455023 -
Attachment is obsolete: true
Attachment #477212 -
Flags: review?(hskupin)
| Reporter | ||
Comment 9•15 years ago
|
||
Comment on attachment 477212 [details] [diff] [review]
Changed XPath to toolbar, showing toolbar via menu
Looks fine to me. Passes on OS X. Geo will make sure it also passes on Windows and Linux. There are only some minor nits with styles I will address before the checkin.
Attachment #477212 -
Flags: review?(hskupin) → review+
| Reporter | ||
Updated•15 years ago
|
Summary: [mozmill] AssertJS failure due to default Boomarks Toolbar removal in testVerifyDefaultBookmarks (testDefaultBookmarks/test1.js) → AssertJS failure due to default Boomarks Toolbar removal in testVerifyDefaultBookmarks (testDefaultBookmarks/test1.js)
| Assignee | ||
Comment 10•15 years ago
|
||
Checked on Win7 and Linux, passed w/ no problems. Think it's ready for landing once it looks like you want it. :)
| Reporter | ||
Comment 11•15 years ago
|
||
Thanks Geo! Landed on default as:
http://hg.mozilla.org/qa/mozmill-tests/rev/6e04a1611df8
Status: ASSIGNED → RESOLVED
Closed: 16 years ago → 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 12•15 years ago
|
||
Move of Mozmill Test related project bugs to newly created components. You can
filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Product: Testing → Mozilla QA
Version: Trunk → unspecified
Updated•7 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
•