Closed
Bug 1174878
Opened 10 years ago
Closed 10 years ago
Update robocop test testSettingsMenuItems.java to use StringHelper.java in all cases
Categories
(Firefox for Android Graveyard :: Testing, defect)
Firefox for Android Graveyard
Testing
Tracking
(firefox43 fixed)
RESOLVED
FIXED
Firefox 43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: ally, Assigned: ally)
Details
Attachments
(1 file, 1 obsolete file)
|
19.49 KB,
patch
|
liuche
:
review+
|
Details | Diff | Splinter Review |
This came out as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1136477#c32 where this test has a number of hardcoded strings and so is prone to bustage.
The vast majority of those strings are not related to the logins or passwords, so breaking this out into its own bug.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ally
| Assignee | ||
Comment 2•10 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7b2600900536
needs to be more properly grouped and trailing space clean up from intellij
| Assignee | ||
Comment 3•10 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d236d4b354d4
I tried to group the strings as best I could.
If you try to build it locally, beware: testSettings bitrots on every single pull. This one is built on top of the fx-team changeset: 258209:c9e9cc44bed8
Attachment #8646665 -
Attachment is obsolete: true
Attachment #8649543 -
Flags: review?(liuche)
Comment 4•10 years ago
|
||
Comment on attachment 8649543 [details] [diff] [review]
updateRobocopTest
Review of attachment 8649543 [details] [diff] [review]:
-----------------------------------------------------------------
Just one nit! This looks good, thanks for doing this :) This cleans up this test a lot.
::: mobile/android/tests/browser/robocop/testSettingsMenuItems.java
@@ +71,2 @@
> { mStringHelper.IMPORT_FROM_ANDROID_LABEL, "", "Bookmarks", "History", "Import" },
> + { mStringHelper.CUSTOMIZE_HOME},
Actually, move these all back above the IMPORT_FROM_ANDROID_LABEL. It shouldn't matter for this test right now, but the way we find strings is by scrolling down, so that might make a difference in the future.
Attachment #8649543 -
Flags: review?(liuche) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•