Closed
Bug 1108992
Opened 10 years ago
Closed 10 years ago
Refactor testAdons_installTheme from multiple files into a single file
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: daniela.domnici, Assigned: daniela.domnici)
References
Details
Attachments
(1 file)
7.52 KB,
patch
|
mihaelav
:
review-
|
Details | Diff | Splinter Review |
Combined two tests from testAddons_installTheme into one test.
Assignee | ||
Comment 1•10 years ago
|
||
Combined two tests from testAddons_installTheme into one test.
Attachment #8533644 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533644 -
Flags: review?(andreea.matei)
Comment 2•10 years ago
|
||
Comment on attachment 8533644 [details] [diff] [review]
patch_V1
Review of attachment 8533644 [details] [diff] [review]:
-----------------------------------------------------------------
The patch failed to apply successfully.
Please update the commit message and remove [include:testAddons_installTheme/manifest.ini] from firefox/tests/functional/restartTests/manifest.ini
::: firefox/tests/functional/testAddons/testInstallTheme.js
@@ +31,3 @@
> // Whitelist add the local test folder
> addons.addToWhiteList(BASE_URL);
>
Extra blank line
@@ +47,5 @@
>
> function teardownModule(aModule) {
> + delete persisted.nextTest;
> + prefs.clearUserPref(PREF_INSTALL_DIALOG);
> +
Also clear the extensions.ui.lastCategory preference
@@ +86,5 @@
> +
> + // Wait for the notification to unload
> + locationBar.waitForNotificationPanel(panel => {
> + panel.keypress('VK_ESCAPE', {});
> + }, {type: "notification", open: false});
nit: indentation of lines 74 to 90
Attachment #8533644 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533644 -
Flags: review?(andreea.matei)
Attachment #8533644 -
Flags: review-
Comment 3•10 years ago
|
||
Actually, this test can be removed from the repo since it is covered by the uninstallTheme one.
I logged bug 1110639 for this.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
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
•