Closed
Bug 988804
Opened 11 years ago
Closed 11 years ago
B2GPerfScrollMessagesTest is failing on inari
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davehunt, Assigned: davehunt)
References
Details
Attachments
(1 file)
This test has been failing for a while on inari, and now that I have an inari to test on I can see it's because the wait is not entirely appropriate for the slower device.
Assignee | ||
Comment 1•11 years ago
|
||
I've included a version bump so we can release it to PyPI.
Attachment #8397759 -
Flags: review?(jgriffin)
Comment 2•11 years ago
|
||
Comment on attachment 8397759 [details] [review]
Link to Github pull-request: https://github.com/mozilla/b2gperf/pull/47
Interesting we have to wait for the element to be present, and then to be displayed.
Attachment #8397759 -
Flags: review?(jgriffin) → review+
Assignee | ||
Comment 3•11 years ago
|
||
It's possible we don't need to wait for it to be displayed, as this will likely happen at the same time as it's present. We do however want it to be displayed before we interact with it, so it's worth the extra wait to make the test robust.
Landed in:
https://github.com/mozilla/b2gperf/commit/29593a029bddaeb65856d5b3694c9933bb5da485
I decided not to include the version bump, as it looks like there may be at least one other fix we'll need to pick up.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•