Closed Bug 585729 Opened 14 years ago Closed 14 years ago

Make Mozmill-test testGoButton local

Categories

(Mozilla QA Graveyard :: Mozmill Tests, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: u279076, Assigned: aaronmt)

References

Details

(Whiteboard: [litmus-data])

Attachments

(5 files, 1 obsolete file)

Module: testAwesomeBar/testGoButton.js Test-page: Use any 2 pages from test-files/layout/mozilla*
Blocks: 579965
Attached patch Patch v1 - (default) (deleted) — Splinter Review
cleanup + converts test to local-data
Assignee: nobody → aaron.train
Status: NEW → ASSIGNED
Attachment #466413 - Flags: review?(anthony.s.hughes)
Comment on attachment 466413 [details] [diff] [review] Patch v1 - (default) >+const LOCAL_TEST_FOLDER = collector.addHttpResource('../test-files/'); >+const LOCAL_TEST_PAGES = [ >+ {url: LOCAL_TEST_FOLDER + 'layout/mozilla.html'}, >+ {url: LOCAL_TEST_FOLDER + 'layout/mozilla_mission.html'} >+]; No need to use url member here. Only use members when there is more than one member per element.
Attachment #466413 - Flags: review?(anthony.s.hughes) → review-
Attached patch Patch v2 - (default) (deleted) — Splinter Review
fix as commented in comment #2
Attachment #469151 - Flags: review?(anthony.s.hughes)
Attachment #469151 - Flags: review?(hskupin)
Attachment #469151 - Flags: review?(anthony.s.hughes)
Attachment #469151 - Flags: review+
Comment on attachment 469151 [details] [diff] [review] Patch v2 - (default) >+ // Check if an element with an id of 'organization' exists and the Go button is hidden >+ controller.assertNode(new elementslib.ID(controller.tabs.activeTab, "organization")); Please separate element creation and the check into two different lines. Also please check that the test passes with the now combined location bar button. r=me with the above change.
Attachment #469151 - Flags: review?(hskupin) → review+
Attached patch Patch v2.1 - [fix] - (default) (deleted) — Splinter Review
Fix from comment above. Test passes with respect to changes in the repositioning of the go/stop/reload buttons on the location bar.
(In reply to comment #5) > Created attachment 473334 [details] [diff] [review] > Patch v2.1 - [fix] - (default) Landed on default: http://hg.mozilla.org/qa/mozmill-tests/rev/df9d65a4e10c Please followup with 1.9.1 and 1.9.2 patches as necessary.
Attached patch Patch v2.1 - (1.9.2) (deleted) — Splinter Review
Attachment #473658 - Flags: review?(anthony.s.hughes)
Attachment #473658 - Flags: review?(anthony.s.hughes) → review+
(In reply to comment #7) > Created attachment 473658 [details] [diff] [review] > Patch v2.1 - (1.9.2) Landed on mozilla1.9.2: http://hg.mozilla.org/qa/mozmill-tests/rev/97ba80491c8e
Attached patch Patch v2.1 - (1.9.1) (obsolete) (deleted) — Splinter Review
Attachment #474202 - Attachment is obsolete: true
Attached patch Patch v2.1 - (1.9.1) (deleted) — Splinter Review
Missed one nit line missing from now obsolete patch
Keywords: checkin-needed
(In reply to comment #10) > Created attachment 474203 [details] [diff] [review] > Patch v2.1 - (1.9.1) > > Missed one nit line missing from now obsolete patch Landed on mozilla1.9.1: http://hg.mozilla.org/qa/mozmill-tests/rev/9a620251195a
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
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
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: