From 8a3f44a61cd515a581e724174d32ac776a20c5c9 Mon Sep 17 00:00:00 2001 From: DR695H Date: Mon, 3 Jun 2019 19:05:53 -0400 Subject: remove the files we dont use around OSUtils Change-Id: I8a86a86089bf59dfa5e133a0dc7f51b8301499b4 Issue-ID: TEST-158 Signed-off-by: DR695H --- tests/portal/testsuites/browser_setup.robot | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/portal/testsuites/browser_setup.robot') diff --git a/tests/portal/testsuites/browser_setup.robot b/tests/portal/testsuites/browser_setup.robot index 6ef4f726..dfa6ab68 100644 --- a/tests/portal/testsuites/browser_setup.robot +++ b/tests/portal/testsuites/browser_setup.robot @@ -1,7 +1,6 @@ *** Settings *** Documentation The main interface for interacting with VID. It handles low level stuff like managing the selenium request library and VID required steps Library Collections -Library OSUtils Library OperatingSystem Library ExtendedSelenium2Library Resource global_properties.robot @@ -22,8 +21,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 -- cgit 1.2.3-korg