Closed
Bug 937085
Opened 12 years ago
Closed 12 years ago
Write test to flick calendar through months
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v1.2 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
b2g-v1.2 | --- | fixed |
People
(Reporter: zcampbell, Assigned: johan.lorenzo)
References
Details
(Whiteboard: [gaia-ui-test][mentor=zac][lang=py])
Attachments
(2 files)
Write a test to flick through the calendar month view.
Test case:
1. Load calendar app
2. Swipe to the right to go +1 month
3. Assert month has changed (use your best judgement to decide what to assert upon)
4. Swipe back to previous month
5. Assert calendar has swiped back.
This should work on desktopb2g so enable for device and desktopb2g tests.
Reporter | ||
Comment 1•12 years ago
|
||
Use marionette action chains to do the flicking.
Look at test_gallery_flick.py for code style and samples to work with.
Comment 2•12 years ago
|
||
I could attempt this one. Please give me some time to ramp it up.
Assignee: nobody → jhammink
Reporter | ||
Comment 3•12 years ago
|
||
Sorry john, Johan already asked to do this. Apologies, he should be in the assigned field. I will find one for you and assign you to it and email you about it!
Assignee: jhammink → johan.lorenzo
Depends on: 937532
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #8334719 -
Flags: review?
Assignee | ||
Updated•12 years ago
|
Attachment #8334719 -
Flags: review?(trifandreialin)
Attachment #8334719 -
Flags: review?(florin.strugariu)
Attachment #8334719 -
Flags: review?(andrei.hutusoru)
Attachment #8334719 -
Flags: review?
Comment 5•12 years ago
|
||
Comment on attachment 8334719 [details] [review]
PR https://github.com/mozilla-b2g/gaia/pull/13849
The test looks ok and works OK
r- until we solve some small nits
Attachment #8334719 -
Flags: review?(florin.strugariu) → review-
Comment 6•12 years ago
|
||
Comment on attachment 8334719 [details] [review]
PR https://github.com/mozilla-b2g/gaia/pull/13849
comment in the pr
Attachment #8334719 -
Flags: review?(trifandreialin) → review-
Updated•12 years ago
|
Attachment #8334719 -
Flags: review- → review+
Reporter | ||
Comment 7•12 years ago
|
||
status-b2g-v1.2:
--- → affected
Reporter | ||
Updated•12 years ago
|
Attachment #8334719 -
Flags: review?(andrei.hutusoru)
Comment 8•12 years ago
|
||
Pointer to Github pull-request
Comment 9•12 years ago
|
||
Comment on attachment 8341755 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/14318
Uplifted to v1.2
Attachment #8341755 -
Flags: review?(trifandreialin)
Attachment #8341755 -
Flags: review?(florin.strugariu)
Attachment #8341755 -
Flags: review?(bob.silverberg)
Updated•12 years ago
|
Attachment #8341755 -
Flags: review?(trifandreialin) → review+
Comment 10•12 years ago
|
||
Comment on attachment 8341755 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/14318
These changes have regressed test_calendar_new_event_appears_on_all_calendar_views.py. See the PR for details.
Attachment #8341755 -
Flags: review?(bob.silverberg) → review-
Comment 11•12 years ago
|
||
Comment on attachment 8341755 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/14318
Oops, my mistake. The new version of that test hasn't landed on v1.2 yet. This one is good to go.
Attachment #8341755 -
Flags: review- → review+
Comment 12•12 years ago
|
||
Comment on attachment 8341755 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/14318
Merge conflicts
Attachment #8341755 -
Flags: review?(florin.strugariu) → review-
Comment 13•12 years ago
|
||
Andrei can you fix the conflicts pls
Updated•12 years ago
|
Attachment #8341755 -
Flags: review- → review?(florin.strugariu)
Comment 14•12 years ago
|
||
Comment on attachment 8341755 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/14318
Landed on v1.2 in https://github.com/mozilla-b2g/gaia/commit/6ec8bdf11839a0bd1ce44d0d9ce6cc15125c3ef7
Attachment #8341755 -
Flags: review?(florin.strugariu)
Updated•12 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•