added some wait selecting ssid

Signed-off-by: goyalsaurabh06 <saurabh.goyal@candelatech.com>
This commit is contained in:
goyalsaurabh06
2022-01-27 17:43:51 +05:30
parent 1c77d61907
commit 13bd2f62bf

View File

@@ -1027,7 +1027,7 @@ def get_ip_address_ios(request, WifiName, WifiPass, setup_perfectoMobile, connDa
scrollDown(setup_perfectoMobile)
time.sleep(2)
else:
time.sleep(2)
driver.implicitly_wait(6)
report.step_start("Selecting SSID To Connect")
ssid_found = True
print(WifiName + " : Found in Device")
@@ -1785,7 +1785,7 @@ def get_ip_address_eap_ios(request, WifiName, User, ttls_passwd, setup_perfectoM
scrollDown(setup_perfectoMobile)
time.sleep(2)
else:
time.sleep(2)
driver.implicitly_wait(6)
report.step_start("Selecting SSID To Connect")
ssid_found = True
print(WifiName + " : Found in Device")