diff options
author | eh552t <eh552t@intl.att.com> | 2017-09-15 14:47:45 +0200 |
---|---|---|
committer | Anaƫl Closson <ac2550@intl.att.com> | 2017-09-25 12:19:07 +0000 |
commit | 10d13035c82097a57517c5eb608b1021e3841b7a (patch) | |
tree | 0ac2909be039e63043225fc39a30bf8972a2e45f /test/csit/tests/clamp/UIs | |
parent | 223621a7f331637a13f9097e867b99e1b5ad69d1 (diff) |
Add first Holmes test and refactor
Change-Id: Ic508686c2f12424ac87698a09f372de578c6dc91
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-34
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 |