Closed
Bug 1055038
Opened 11 years ago
Closed 11 years ago
False positive in test_lockscreen_unlock_to_camera
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zcampbell, Assigned: viorela)
Details
Attachments
(2 files)
The step on line 25:
lock_screen.wait_for_lockscreen_not_visible()
Occurs after Marionette switches to the Camera app.
This means the wait will always resolve to True no matter what.
We should refine this step, or have it check the lockscreen is not visible from the System app's context.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → viorela.ioia
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8476629 -
Flags: review?(zcampbell)
Attachment #8476629 -
Flags: review?(robert.chira)
Attachment #8476629 -
Flags: review?(florin.strugariu)
Updated•11 years ago
|
Attachment #8476629 -
Flags: review?(florin.strugariu) → review-
![]() |
Reporter | |
Comment 2•11 years ago
|
||
Comment on attachment 8476629 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/23140
r-, I commented that I don't think you need to change the app object, you only need to change that the test waits/checks the correct app is open.
Attachment #8476629 -
Flags: review?(zcampbell) → review-
![]() |
||
Updated•11 years ago
|
Attachment #8476629 -
Flags: review?(robert.chira)
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8476629 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/23140
PR updated
Attachment #8476629 -
Flags: review?(zcampbell)
Attachment #8476629 -
Flags: review?(florin.strugariu)
Attachment #8476629 -
Flags: review-
Assignee | ||
Updated•11 years ago
|
Attachment #8476629 -
Flags: review?(robert.chira)
![]() |
||
Updated•11 years ago
|
Attachment #8476629 -
Flags: review?(robert.chira) → review+
Updated•11 years ago
|
Attachment #8476629 -
Flags: review?(zcampbell)
Attachment #8476629 -
Flags: review?(florin.strugariu)
Attachment #8476629 -
Flags: review+
Comment 4•11 years ago
|
||
![]() |
||
Comment 6•11 years ago
|
||
Attachment #8497444 -
Flags: review?(viorela.ioia)
Attachment #8497444 -
Flags: review?(florin.strugariu)
Flags: needinfo?(robert.chira)
Comment 7•11 years ago
|
||
Comment on attachment 8497444 [details] [review]
uplift to v2.1
https://github.com/mozilla-b2g/gaia/pull/24559
Attachment #8497444 -
Flags: review?(viorela.ioia)
Attachment #8497444 -
Flags: review?(florin.strugariu)
Attachment #8497444 -
Flags: review+
Comment 8•11 years ago
|
||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•