Closed
Bug 896571
Opened 12 years ago
Closed 12 years ago
[fig] Re-write testInputAwesomeBar for new about:home
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: Margaret, Assigned: lucasr)
References
Details
(Whiteboard: [fixed-fig], abouthome-hackathon)
Attachments
(1 file)
8.19 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
We should rename this test, and we should update it to test the new editing mode for about:home
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → lucasr.at.mozilla
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #786246 -
Flags: review?(margaret.leibovic)
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 786246 [details] [diff] [review]
Update testInputAwesomeBar for new about:home
Review of attachment 786246 [details] [diff] [review]:
-----------------------------------------------------------------
Except for one comment about a sleep call, this looks really awesome. Excited to have this test coverage!
::: mobile/android/base/tests/testInputUrlBar.java.in
@@ +86,2 @@
>
> + mSolo.sleep(1000);
I don't love seeing this. Is there some sort of waitForTest we could use instead to check that editing mode was dismissed? If we must have this sleep, we should add a comment about why.
Attachment #786246 -
Flags: review?(margaret.leibovic) → review+
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to :Margaret Leibovic from comment #2)
> Comment on attachment 786246 [details] [diff] [review]
> Update testInputAwesomeBar for new about:home
>
> Review of attachment 786246 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Except for one comment about a sleep call, this looks really awesome.
> Excited to have this test coverage!
>
> ::: mobile/android/base/tests/testInputUrlBar.java.in
> @@ +86,2 @@
> >
> > + mSolo.sleep(1000);
>
> I don't love seeing this. Is there some sort of waitForTest we could use
> instead to check that editing mode was dismissed? If we must have this
> sleep, we should add a comment about why.
Done. Replaced it with a proper waitForText() call.
Assignee | ||
Comment 4•12 years ago
|
||
Whiteboard: abouthome-hackathon → [fixed-fig], abouthome-hackathon
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
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
•