From 851841cb118337d20a1d4a71a86363c5bee8e654 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Tue, 15 Oct 2019 11:49:08 -0500 Subject: Fixes for stability run Issue-ID: INT-1334 Change-Id: I716e1de6f8826734229c7386454cc2e9d755687a Signed-off-by: Brian Freeman --- robot/resources/vid/create_vid_vnf.robot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'robot/resources/vid') diff --git a/robot/resources/vid/create_vid_vnf.robot b/robot/resources/vid/create_vid_vnf.robot index 5f35b292..2180387b 100644 --- a/robot/resources/vid/create_vid_vnf.robot +++ b/robot/resources/vid/create_vid_vnf.robot @@ -25,7 +25,9 @@ Create VID VNF Click Element xpath=//a[contains(text(), 'View/Edit')] Wait Until Page Contains View/Edit Service Instance timeout=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} # in slower environment the background load of data from AAI takes time so that the button is not populated yet + Wait Until Page Contains Add node instance timeout=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} Click On Button When Enabled //button[contains(text(),'Add node instance')] + Wait Until Page Contains ${vnf_type} timeout=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} #01681d02-2304-4c91-ab2d 0 # This is where firefox breaks. Th elink never becomes visible when run with the script. ${dataTestsId}= Catenate AddVNFOption-${vnf_type} -- cgit 1.2.3-korg