aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clamp/UIs/01__Open_And_Edit_TCA.robot
diff options
context:
space:
mode:
authorosgn422w <gervais-martial.ngueko@intl.att.com>2020-02-27 12:06:33 +0100
committerosgn422w <gervais-martial.ngueko@intl.att.com>2020-02-27 12:06:58 +0100
commita99b751381486b1e82843ab33cd47954ec717432 (patch)
treee3a047838923e77d7ce4ea5fe2fee58bf6d3a76a /tests/clamp/UIs/01__Open_And_Edit_TCA.robot
parent0da675320e8150f26935c4ab3de89b7c7fba0d14 (diff)
remove deprecated tests
remove deprecated tests of API and UIs Issue-ID: CLAMP-655 Change-Id: I96b198ce80e883a72a9696a693bf6251c86b0d2b Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
Diffstat (limited to 'tests/clamp/UIs/01__Open_And_Edit_TCA.robot')
-rw-r--r--tests/clamp/UIs/01__Open_And_Edit_TCA.robot13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/clamp/UIs/01__Open_And_Edit_TCA.robot b/tests/clamp/UIs/01__Open_And_Edit_TCA.robot
index 114c1d46..99c93d56 100644
--- a/tests/clamp/UIs/01__Open_And_Edit_TCA.robot
+++ b/tests/clamp/UIs/01__Open_And_Edit_TCA.robot
@@ -21,16 +21,3 @@ Get Requests health check ok
Create the sessions
${resp}= Get Request ${clamp_session} /restservices/clds/v1/healthcheck
Should Be Equal As Strings ${resp.status_code} 200
-
-Open Browser
-# Next line is to be enabled for Headless tests only (jenkins?). To see the tests disable the line.
- Start Virtual Display 1920 1080
- Set Selenium Speed ${SELENIUM_SPEED_SLOW}
- Open Browser ${BASE_URL}/index.html browser=firefox
-
-Reply to authentication popup
- Run Keyword And Ignore Error Insert into prompt ${login} ${passw}
- Confirm action
-
-Close Browser
- Close Browser \ No newline at end of file