Fix CSIT for CLAMP as UI was reworked

Change-Id: I2ae675fe1fb5c3f93e197854b6a64b7bc0c24d1e
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-233
diff --git a/tests/clamp/UIs/01__Create_Holmes_model.robot b/tests/clamp/UIs/01__Create_Holmes_model.robot
index e8b1429..532a5e4 100644
--- a/tests/clamp/UIs/01__Create_Holmes_model.robot
+++ b/tests/clamp/UIs/01__Create_Holmes_model.robot
@@ -88,7 +88,7 @@
     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
diff --git a/tests/clamp/UIs/02__Create_TCA_model.robot b/tests/clamp/UIs/02__Create_TCA_model.robot
index bdc537e..fa63b3f 100644
--- a/tests/clamp/UIs/02__Create_TCA_model.robot
+++ b/tests/clamp/UIs/02__Create_TCA_model.robot
@@ -88,7 +88,7 @@
     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
diff --git a/tests/clamp/UIs/04__Submit_deploy_chain_Holmes.robot b/tests/clamp/UIs/04__Submit_deploy_chain_Holmes.robot
index de10a27..ebde78b 100644
--- a/tests/clamp/UIs/04__Submit_deploy_chain_Holmes.robot
+++ b/tests/clamp/UIs/04__Submit_deploy_chain_Holmes.robot
@@ -51,7 +51,7 @@
     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 Holmes CL
@@ -61,7 +61,7 @@
     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 Holmes CL
@@ -71,7 +71,7 @@
     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 Holmes CL
@@ -84,7 +84,7 @@
     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 Holmes CL
@@ -94,7 +94,7 @@
     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 Holmes CL
@@ -104,7 +104,7 @@
     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 Holmes CL
@@ -114,7 +114,7 @@
     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 Holmes CL
@@ -124,7 +124,7 @@
     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
diff --git a/tests/clamp/UIs/05__Submit_deploy_chain_TCA.robot b/tests/clamp/UIs/05__Submit_deploy_chain_TCA.robot
index 2b95530..4a83be2 100644
--- a/tests/clamp/UIs/05__Submit_deploy_chain_TCA.robot
+++ b/tests/clamp/UIs/05__Submit_deploy_chain_TCA.robot
@@ -51,7 +51,7 @@
     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 @@
     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 @@
     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 @@
     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 @@
     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 @@
     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 @@
     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 @@
     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