New issue
Advanced search Search tips

Issue 861827 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Task

Blocking:
issue 861830



Sign in to add a comment

Franky: Disable Wifi action is not working

Project Member Reported by shbarezer@chromium.org, Jul 9

Issue description

App Version: 68.0.3440.56 Beta
iOS Version: 10.3.3, 11.4
Device: iPhone and iPad

Steps to reproduce:
1. Launch Chrome
2. Run the test case having a DisableWifi action
P0 “Error Pages”

Observed Results: 
Swipe to display the control centre is not happening

Expected results:
Disable wifi action should work
 
Cc: linds...@chromium.org
Blocking: 861830
Labels: Needs-Feedback Type-Task
Owner: shbarezer@chromium.org
Status: Assigned (was: Untriaged)
Can you add if there is any error log from PyCharm or appium logs?
That should help get started.
*** Running Test Suite with name /Users/shbarezer/Downloads/Beta ***


 >>> Starting test 1 with description Offline/Online Mode
> Assuming Appium Server is already running. NOT starting it.
*** Change the device orientation back to portrait
*** Turn Off WiFi
E
======================================================================
ERROR: testFrankySteps (__main__.FrankyTestCase)
Maps test steps to their respective action type class for execution.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/shbarezer/Desktop/GCP/Franky_iOS/franky/runner.py", line 150, in testFrankySteps
    action_method(action_class(), self._driver_provider_instance, step)
  File "/Users/shbarezer/Desktop/GCP/Franky_iOS/franky/actions/system.py", line 282, in DisableWiFi
    self._SwitchWiFi(driver_provider, switch=False)
  File "/Users/shbarezer/Desktop/GCP/Franky_iOS/franky/actions/system.py", line 419, in _SwitchWiFi
    timeout_util.WAIT_FOR_PRESENCE_TIMEOUT)
  File "/Users/shbarezer/Desktop/GCP/Franky_iOS/franky/actions/element.py", line 229, in GetElementBySeleniumLocator
    ' could not be found' % (by, path))
NoElementFoundError: Element located by id and path wifi-button could not be found

----------------------------------------------------------------------
Ran 1 test in 36.630s

FAILED (errors=1)

Process finished with exit code 0
Cc: -linds...@chromium.org
Owner: linds...@chromium.org

Sign in to add a comment