Closed
Bug 985558
Opened 12 years ago
Closed 12 years ago
Make is_wifi_enabled handle mozWifiManager states
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zcampbell, Assigned: RobertC)
Details
Attachments
(1 file)
if we call the is_wifi_enabled property before mozWifiManager is initialised then it fails.
It should return False if mozWifiManager is not present.
Comment 1•12 years ago
|
||
We should also remove the ignored JavascriptException in https://github.com/mozilla-b2g/gaia/blob/077d32a46de12d10b3c5b1201272cb7ec2a99e5e/tests/python/gaia-ui-tests/gaiatest/tests/functional/ftu/test_ftu_skip_tour.py#L94
| Reporter | ||
Updated•12 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → robert.chira
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #8429279 -
Flags: review?(florin.strugariu)
Attachment #8429279 -
Flags: review?(dave.hunt)
Attachment #8429279 -
Flags: review?(andrei.hutusoru)
Comment 3•12 years ago
|
||
Comment on attachment 8429279 [details] [review]
Pull request master
See pull request, I think this could be simplified.
Attachment #8429279 -
Flags: review?(florin.strugariu)
Attachment #8429279 -
Flags: review?(dave.hunt)
Attachment #8429279 -
Flags: review?(andrei.hutusoru)
Attachment #8429279 -
Flags: review-
| Assignee | ||
Updated•12 years ago
|
Attachment #8429279 -
Flags: review?(florin.strugariu)
Attachment #8429279 -
Flags: review?(dave.hunt)
Attachment #8429279 -
Flags: review?(andrei.hutusoru)
Attachment #8429279 -
Flags: review-
Comment 4•12 years ago
|
||
Comment on attachment 8429279 [details] [review]
Pull request master
Just a nit and a question in the pull request. Otherwise, the patch looks good to me so long as it solves the problem we were seeing.
Attachment #8429279 -
Flags: review?(dave.hunt) → review+
Comment 5•12 years ago
|
||
Comment on attachment 8429279 [details] [review]
Pull request master
Except for Dave's comment I have nothing to add
Attachment #8429279 -
Flags: review?(florin.strugariu) → review+
Comment 6•12 years ago
|
||
Comment on attachment 8429279 [details] [review]
Pull request master
Lgtm, I know Robert is still testing this.
Attachment #8429279 -
Flags: review?(andrei.hutusoru) → review+
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•12 years ago
|
||
The issue reappeared in the latest master test run.
http://selenium.qa.mtv2.mozilla.com:8080/view/B2G/job/b2g.hamachi.mozilla-b2g30_v1_4.ui.smoketest/64/HTML_Report/
This needs further investigation.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 9•12 years ago
|
||
I will uplift the commit to v1.4
| Reporter | ||
Comment 10•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•