diff options
Diffstat (limited to 'tests/clamp/UIs/01__Open_And_Edit_TCA.robot')
-rw-r--r-- | tests/clamp/UIs/01__Open_And_Edit_TCA.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/clamp/UIs/01__Open_And_Edit_TCA.robot b/tests/clamp/UIs/01__Open_And_Edit_TCA.robot index edf54e81..114c1d46 100644 --- a/tests/clamp/UIs/01__Open_And_Edit_TCA.robot +++ b/tests/clamp/UIs/01__Open_And_Edit_TCA.robot @@ -10,7 +10,7 @@ ${login} admin ${passw} password ${SELENIUM_SPEED_FAST} 1 seconds ${SELENIUM_SPEED_SLOW} 2 seconds -${BASE_URL} https://localhost:8443 +${BASE_URL} https://localhost:443 *** Keywords *** Create the sessions ${auth}= Create List ${login} ${passw} @@ -26,7 +26,7 @@ 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}/designer/index.html browser=firefox + Open Browser ${BASE_URL}/index.html browser=firefox Reply to authentication popup Run Keyword And Ignore Error Insert into prompt ${login} ${passw} |