Fix CSIT for CLAMP as UI was reworked
[integration/csit.git] / tests / clamp / UIs / 05__Submit_deploy_chain_TCA.robot
index 2b95530..4a83be2 100644 (file)
@@ -51,7 +51,7 @@ Validate-Test TCA CL
     Wait Until Element Is Visible       locator=Validation Test       timeout=60
     Click Element    locator=Validation Test
     Wait Until Element Is Visible       xpath=//*[@id="alert_message_"]      timeout=60
-    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful:TEST
+    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful: test
     Element Should Contain      xpath=//*[@id="status_clds"]     DESIGN
 
 Submit TCA CL
@@ -61,7 +61,7 @@ Submit TCA CL
     Click Element    locator=Submit
     Click Button    locator=Yes
     Wait Until Element Is Visible       xpath=//*[@id="alert_message_"]      timeout=60
-    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful:SUBMIT
+    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful: submit
     Element Should Contain      xpath=//*[@id="status_clds"]     DISTRIBUTED
 
 Resubmit TCA CL
@@ -71,7 +71,7 @@ Resubmit TCA CL
     Click Element    locator=Resubmit
     Click Button    locator=Yes
     Wait Until Element Is Visible       xpath=//*[@id="alert_message_"]      timeout=60
-    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful:RESUBMIT
+    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful: resubmit
     Element Should Contain      xpath=//*[@id="status_clds"]     DISTRIBUTED
 
 Deploy TCA CL
@@ -84,7 +84,7 @@ Deploy TCA CL
     Click Button    locator=Deploy
     Click Button    locator=Yes
     Wait Until Element Is Visible       xpath=//*[@id="alert_message_"]      timeout=60
-    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful:deploy
+    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful: deploy
     Element Should Contain      xpath=//*[@id="status_clds"]     ACTIVE
 
 Update TCA CL
@@ -94,7 +94,7 @@ Update TCA CL
     Click Element    locator=Update
     Click Button    locator=Yes
     Wait Until Element Is Visible       xpath=//*[@id="alert_message_"]      timeout=60
-    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful:UPDATE
+    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful: update
     Element Should Contain      xpath=//*[@id="status_clds"]     ACTIVE
 
 Stop TCA CL
@@ -104,7 +104,7 @@ Stop TCA CL
     Click Element    locator=Stop
     Click Button    locator=Yes
     Wait Until Element Is Visible       xpath=//*[@id="alert_message_"]      timeout=60
-    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful:STOP
+    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful: stop
     Element Should Contain      xpath=//*[@id="status_clds"]     STOPPED
 
 Restart TCA CL
@@ -114,7 +114,7 @@ Restart TCA CL
     Click Element    locator=Restart
     Click Button    locator=Yes
     Wait Until Element Is Visible       xpath=//*[@id="alert_message_"]      timeout=60
-    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful:RESTART
+    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful: restart
     Element Should Contain      xpath=//*[@id="status_clds"]     ACTIVE
 
 UnDeploy TCA CL
@@ -124,7 +124,7 @@ UnDeploy TCA CL
     Click Element    locator=UnDeploy
     Click Button    locator=Yes
     Wait Until Element Is Visible       xpath=//*[@id="alert_message_"]      timeout=60
-    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful:undeploy
+    Element Text Should Be      xpath=//*[@id="alert_message_"]       expected=Action Successful: undeploy
     Element Should Contain      xpath=//*[@id="status_clds"]     DISTRIBUTED
 
 Close Browser