diff options
Diffstat (limited to 'test/csit/tests/clamp/UIs')
-rw-r--r-- | test/csit/tests/clamp/UIs/01__Create_TCA_template.robot (renamed from test/csit/tests/clamp/UIs/01__Create_template.robot) | 2 | ||||
-rw-r--r-- | test/csit/tests/clamp/UIs/02__Create_TCA_model.robot (renamed from test/csit/tests/clamp/UIs/02__Create_model.robot) | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/test/csit/tests/clamp/UIs/01__Create_template.robot b/test/csit/tests/clamp/UIs/01__Create_TCA_template.robot index d740ac987..447fc8465 100644 --- a/test/csit/tests/clamp/UIs/01__Create_template.robot +++ b/test/csit/tests/clamp/UIs/01__Create_TCA_template.robot @@ -41,7 +41,7 @@ Create Template from Menu Click Element xpath=//*[@id="navbar"]/ul/li[1]/a Wait Until Element Is Visible locator=Create Template timeout=60 Click Element locator=Create Template - Input Text locator=modelName text=template + Input Text locator=modelName text=TCATemplate Click Button locator=OK Drag and Drop Boxes for template diff --git a/test/csit/tests/clamp/UIs/02__Create_model.robot b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot index 979a9802e..9f287cac7 100644 --- a/test/csit/tests/clamp/UIs/02__Create_model.robot +++ b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot @@ -34,10 +34,12 @@ Create Model from Menu Click Element xpath=//*[@id="navbar"]/ul/li[2]/a Wait Until Element Is Visible locator=Create CL timeout=60 Click Element locator=Create CL - Input Text locator=modelName text=model1 + Input Text locator=modelName text=TCAModel + Select From List By Label id=templateName TCATemplate Click Button locator=Create Save Model from Menu + Wait Until Element Is Visible xpath=//*[@id="navbar"]/ul/li[2]/a timeout=60 Click Element xpath=//*[@id="navbar"]/ul/li[2]/a Wait Until Element Is Visible locator=Save CL timeout=60 Click Element locator=Save CL |