From d81a16d66cef5af95832113a4dd02fadb8da87e4 Mon Sep 17 00:00:00 2001 From: ehautot Date: Tue, 15 May 2018 13:29:46 +0200 Subject: Fix integration tests: removed eventName Change-Id: I23b5e75bc9ed243a9159957b8f1694d8b406b271 Signed-off-by: ehautot Issue-ID: CLAMP-129 --- test/csit/tests/clamp/UIs/02__Create_TCA_model.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csit/tests') 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 -- cgit 1.2.3-korg