Closed
Bug 1237399
Opened 10 years ago
Closed 10 years ago
test_settings_battery_power_save_mode.py - Exception: Element '5% battery left' could not be found in select wrapper
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: JMercado, Assigned: martijn.martijn)
References
Details
Description: Test case fails with "Exception: Element '5% battery left' could not be found in select wrapper"
Steps:
1. Update a flame device to 20160106060008
2. Run this test case http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_battery_power_save_mode.py
Actual result:
Exception: Element '5% battery left' could not be found in select wrapper
Expected result:
Test completes successfully.
Repro Rate: Reproduced via Jenkins adhoc (0/5 passing)
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc.bitbar/395/HTML_Report/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace@2/.env/lib/python2.7/site-packages/marionette_client-2.0.0-py2.7.egg/marionette/marionette_test.py", line 344, in run
testMethod()
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_battery_power_save_mode.py", line 26, in test_settings_battery_power_save_mode
battery_settings.select('5% battery left')
File "/var/lib/jenkins/jobs/flame-kk.ui.adhoc.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/battery.py", line 60, in select
raise Exception("Element '%s' could not be found in select wrapper" % match_string)
Exception: Element '5% battery left' could not be found in select wrapper
| Assignee | ||
Comment 1•10 years ago
|
||
I suspect this is because of similar issue like in bug 1231988.
Depends on: 1219840
| Assignee | ||
Comment 2•10 years ago
|
||
Should be fixed now with the merge of the first pull request in bug 1219840.
Assignee: nobody → martijn.martijn
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
•