adding change management testing to testplan
[integration/csit.git] / tests / vid / resources / keywords / login_vid_keywords.robot
index b543029..15c3f05 100644 (file)
@@ -37,8 +37,6 @@ Setup Browser Firefox
     Set Global Variable    ${GLOBAL_SELENIUM_BROWSER_CAPABILITIES}    ${dc}
 
 Setup Browser Chrome
-    #${os}=   Get Normalized Os
-    #Log    Normalized OS=${os}
     ${chrome options}=    Evaluate    sys.modules['selenium.webdriver'].ChromeOptions()    sys
     Call Method    ${chrome options}    add_argument    no-sandbox
     ${dc}   Evaluate    sys.modules['selenium.webdriver'].DesiredCapabilities.CHROME  sys, selenium.webdriver