Closed
Bug 1215599
Opened 10 years ago
Closed 10 years ago
Imagecompare: fix test_settings_NC_RTL.py where change_passcode is not tapped
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: njpark, Assigned: njpark)
Details
Attachments
(1 file)
Apparently, when the element is only partially visible, it doesn't scroll the element to view, but it is not sufficient to have it 'visible' so it can be tapped.
10:00:55 1:33.55 TEST_START: MainThread test_settings_NC_RTL.py TestSettingsRTLNC.test_settings_app
10:04:48 5:26.04 TEST_END: MainThread ERROR, expected PASS
10:04:48 Traceback (most recent call last):
10:04:48 File "/var/jenkins/1/workspace/flame-kk-512.mozilla-central.nightly.ui.graphics.reference.RTL/.env/local/lib/python2.7/site-packages/marionette_client-1.0.0-py2.7.egg/marionette/marionette_test.py", line 296, in run
10:04:48 testMethod()
10:04:48 File "/var/jenkins/1/workspace/flame-kk-512.mozilla-central.nightly.ui.graphics.reference.RTL/tests/python/gaia-ui-tests/gaiatest/tests/graphics/RTL/test_settings_NC_RTL.py", line 114, in test_settings_app
10:04:48 cs_page.tap_change_passcode()
10:04:48 File "/var/jenkins/1/workspace/flame-kk-512.mozilla-central.nightly.ui.graphics.reference.RTL/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/call_settings.py", line 266, in tap_change_passcode
10:04:48 Wait(self.marionette).until(expected.element_displayed(*self._passcode_page_locator))
10:04:48 File "/var/jenkins/1/workspace/flame-kk-512.mozilla-central.nightly.ui.graphics.reference.RTL/.env/local/lib/python2.7/site-packages/marionette_driver-1.0.0-py2.7.egg/marionette_driver/wait.py", line 143, in until
10:04:48 cause=last_exc)
10:04:48 TimeoutException: TimeoutException: Timed out after 10.0 seconds
10:04:48
![]() |
||
Comment 1•10 years ago
|
||
![]() |
Assignee | |
Updated•10 years ago
|
Attachment #8675026 -
Flags: review?(martijn.martijn)
![]() |
Assignee | |
Comment 2•10 years ago
|
||
I thought we fixed this, but maybe I remembered it wrong.
Updated•10 years ago
|
Assignee: nobody → npark
Comment 3•10 years ago
|
||
Comment on attachment 8675026 [details] [review]
[gaia] npark-mozilla:1215599 > mozilla-b2g:master
Looks good to me.
This seems a case where tap() doesn't work, even though it's supposed to scrollintoview the element when the tap area is outside of the viewport.
Attachment #8675026 -
Flags: review?(martijn.martijn) → review+
![]() |
Assignee | |
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•