Closed
Bug 1108990
Opened 10 years ago
Closed 10 years ago
Refactor testAdons_changeTheme from multiple files into a single file
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Tracking
(firefox36 fixed, firefox37 fixed)
RESOLVED
FIXED
People
(Reporter: daniela.domnici, Assigned: daniela.domnici)
References
Details
(Whiteboard: [sprint])
Attachments
(3 files, 2 obsolete files)
11.69 KB,
patch
|
AndreeaMatei
:
checkin+
|
Details | Diff | Splinter Review |
11.69 KB,
patch
|
AndreeaMatei
:
review+
|
Details | Diff | Splinter Review |
11.69 KB,
patch
|
Details | Diff | Splinter Review |
Combined three tests from testAddons_changeTheme into one test.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → daniela.domnici
Assignee | ||
Comment 1•10 years ago
|
||
Combined three tests from testAddons_changeTheme into one test.
Attachment #8533642 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533642 -
Flags: review?(andreea.matei)
Comment 2•10 years ago
|
||
Comment on attachment 8533642 [details] [diff] [review]
patch_V1
Review of attachment 8533642 [details] [diff] [review]:
-----------------------------------------------------------------
The patch didn't apply.
Please also update the commit message and remove [include:testAddons_changeTheme/manifest.ini] from firefox/tests/functional/restartTests/manifest.ini
::: firefox/tests/functional/testAddons/testChangeTheme.js
@@ +75,4 @@
> controller.waitForPageLoad();
>
> + var installLink = findElement.Selector(controller.tabs.activeTab,
> + "#addon");
This can stay on the previous line
Attachment #8533642 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533642 -
Flags: review?(andreea.matei)
Attachment #8533642 -
Flags: review-
Assignee | ||
Comment 3•10 years ago
|
||
Updated patch for testChangeTheme
Attachment #8533642 -
Attachment is obsolete: true
Attachment #8534851 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8534851 -
Flags: review?(andreea.matei)
Comment 4•10 years ago
|
||
Comment on attachment 8534851 [details] [diff] [review]
patch_V2
Review of attachment 8534851 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good to me.
Attachment #8534851 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8534851 -
Flags: review+
Attachment #8534851 -
Flags: checkin?(andreea.matei)
Comment 5•10 years ago
|
||
Comment on attachment 8534851 [details] [diff] [review]
patch_V2
Review of attachment 8534851 [details] [diff] [review]:
-----------------------------------------------------------------
Just a small update needed before we land this.
::: firefox/tests/functional/testAddons/testChangeTheme.js
@@ +142,5 @@
> +
> + assert.equal(defaultTheme.getNode().getAttribute("active"), "true");
> +}
> +
> +
Too many blank lines :)
Attachment #8534851 -
Flags: review?(andreea.matei)
Attachment #8534851 -
Flags: review+
Attachment #8534851 -
Flags: checkin?(andreea.matei)
Assignee | ||
Comment 6•10 years ago
|
||
updated patch :)
Attachment #8535563 -
Flags: checkin?(andreea.matei)
Comment 7•10 years ago
|
||
Comment on attachment 8535563 [details] [diff] [review]
patch_V3
Review of attachment 8535563 [details] [diff] [review]:
-----------------------------------------------------------------
http://hg.mozilla.org/qa/mozmill-tests/rev/e0240c4920cc (default)
Attachment #8535563 -
Flags: checkin?(andreea.matei) → checkin+
Updated•10 years ago
|
status-firefox34:
--- → affected
status-firefox35:
--- → affected
status-firefox36:
--- → affected
status-firefox37:
--- → fixed
status-firefox-esr31:
--- → affected
Whiteboard: [sprint]
Assignee | ||
Updated•10 years ago
|
Attachment #8534851 -
Attachment is obsolete: true
Assignee | ||
Comment 8•10 years ago
|
||
I`ve created a new patch for aurora branch.
Attachment #8537812 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8537812 -
Flags: review?(andreea.matei)
Updated•10 years ago
|
Attachment #8537812 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8537812 -
Flags: review?(andreea.matei)
Attachment #8537812 -
Flags: review+
Comment 9•10 years ago
|
||
Assignee | ||
Comment 10•10 years ago
|
||
I`ve created a new patch for beta branch
Attachment #8539119 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8539119 -
Flags: review?(andreea.matei)
Updated•10 years ago
|
Attachment #8539119 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8539119 -
Flags: review?(andreea.matei)
Comment 11•10 years ago
|
||
We decided to let this ride the trains further on. Thanks Daniela!
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox34:
affected → ---
status-firefox35:
affected → ---
status-firefox-esr31:
affected → ---
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
•