From 839362d3fbc48d5c7b3740ce2608975bdbfa5fdd Mon Sep 17 00:00:00 2001 From: Saurabh Goyal Date: Thu, 22 Jul 2021 22:38:03 +0530 Subject: [PATCH] Add fail safe if ssid is not being brodcasted by AP for PassPoint Signed-off-by: Saurabh Goyal --- tests/e2e/interOp/iOS/PassPoint/test_PassPointConnection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/interOp/iOS/PassPoint/test_PassPointConnection.py b/tests/e2e/interOp/iOS/PassPoint/test_PassPointConnection.py index e0c2bf562..a7e5b269a 100644 --- a/tests/e2e/interOp/iOS/PassPoint/test_PassPointConnection.py +++ b/tests/e2e/interOp/iOS/PassPoint/test_PassPointConnection.py @@ -104,7 +104,7 @@ class TestPassPointConnection(object): # ForgetWifi ForgetWifiConnection(request, setup_perfectoMobile_iOS, ssidName, connData) - # Close Settings App + # Close Settings App. closeApp(connData["bundleId-iOS-Settings"], setup_perfectoMobile_iOS) @pytest.mark.twog