Closed
Bug 927145
Opened 12 years ago
Closed 12 years ago
Add an automated test for verifying panning and zooming behavior in the browser application
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jsmith, Unassigned)
Details
A big hotspot for regressions was around panning and zooming behavior in the browser. We should add a basic test around panning and zooming interactions in the browser with a target website.
Comment 1•12 years ago
|
||
This will be a bit tricky to automate unless we pin down exactly what the regression/bug we're looking for.
Is the regression you want to pick up related in any way to the touch events? When we last discussed this Marionette is not a good tool for it because it injects the touch events at Gecko level of the stack rather than /dev/input (the latter more closely represents the user).
If we're happy with Gecko level events and think there might be some graphics level crash then this is an OK test case for browser app/device.
| Reporter | ||
Comment 2•12 years ago
|
||
The bugs motivating this automated test request are:
- bug 890280
- bug 898443
- bug 898444
- bug 901340
- bug 919039
We already know we can't do bug 901340 due to the limitation you are citing. Digging around more on the associated bugs, I think we'll hit the same problem that limitation. On that regard, I'm going to close this out, but I think I'll followup with ateam about a testing strategy around panning & scrolling in automation.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•