diff options
author | 2018-10-16 00:36:34 +0000 | |
---|---|---|
committer | 2018-10-16 00:36:34 +0000 | |
commit | 76af2ce3d46662f2990651305e07c2fa70bf43db (patch) | |
tree | 0eaf1f08b39f7a965775a31ad383aaa287f90fdb /tests/clamp/UIs/01__Create_Holmes_model.robot | |
parent | 06c76be7686b359978befa944492ba7f21e4cd19 (diff) | |
parent | 67c6aea4c8de811e16b5b19fb890f4625c648c59 (diff) |
Merge "Fix CSIT for CLAMP as UI was reworked"
Diffstat (limited to 'tests/clamp/UIs/01__Create_Holmes_model.robot')
-rw-r--r-- | tests/clamp/UIs/01__Create_Holmes_model.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clamp/UIs/01__Create_Holmes_model.robot b/tests/clamp/UIs/01__Create_Holmes_model.robot index e8b1429d..532a5e48 100644 --- a/tests/clamp/UIs/01__Create_Holmes_model.robot +++ b/tests/clamp/UIs/01__Create_Holmes_model.robot @@ -88,7 +88,7 @@ Save Model from Menu Set Selenium Speed ${SELENIUM_SPEED_FAST} Click Element locator=Save CL Wait Until Element Is Visible xpath=//*[@id="alert_message_"] timeout=60 - Element Text Should Be xpath=//*[@id="alert_message_"] expected=Action Successful:SAVE + Element Text Should Be xpath=//*[@id="alert_message_"] expected=Action Successful: save Set Selenium Speed ${SELENIUM_SPEED_SLOW} Close Browser |