diff options
author | ehautot <eh552t@intl.att.com> | 2018-05-15 13:29:46 +0200 |
---|---|---|
committer | ehautot <eh552t@intl.att.com> | 2018-05-15 13:30:48 +0200 |
commit | d81a16d66cef5af95832113a4dd02fadb8da87e4 (patch) | |
tree | 467aa044e1766bcc83af288d01d8c615e6f1434b /test/csit | |
parent | 0a671623fb8dfab89f877aae4d48cc81c686aa69 (diff) |
Fix integration tests: removed eventName
Change-Id: I23b5e75bc9ed243a9159957b8f1694d8b406b271
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-129
Diffstat (limited to 'test/csit')
-rw-r--r-- | test/csit/tests/clamp/UIs/02__Create_TCA_model.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot index 7349f63bb..af77e8665 100644 --- a/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot +++ b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot @@ -70,7 +70,7 @@ Set TCA Box properties for TCAModel1 Click Element xpath=//*[@data-element-id="TCA_1d13unw"] Input Text xpath=(//input[@id='tname'])[2] text=TCA1 Select From List By Label xpath=//*[@id="tcaPol"] Policy2 - Select From List By Label xpath=//*[@id="eventName"] vCPEvGMUXPacketLoss + Select From List By Label xpath=//*[@id="eventName"] vLoadBalancer ### Cannot set all TCA box attributes due to element not interractable with Selenium # Select From List By Label xpath=//*[@id="controlLoopSchemaType"] VNF # Select From List By Index xpath=//*[@id="controlLoopSchemaType"] 1 |