diff options
author | Brian Freeman <bf1936@att.com> | 2019-10-15 11:49:08 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-10-23 12:23:59 -0500 |
commit | 8b30957c4d9982f3834734a51f97b22003233666 (patch) | |
tree | 56328313463e8e96230e89a218349edc2ac3e99d /robot/resources/vid | |
parent | 6f1660710b77745f27ad628598d88f7aa7d595fc (diff) |
Fixes for stability run
Issue-ID: INT-1334
Change-Id: I716e1de6f8826734229c7386454cc2e9d755687a
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/vid')
-rw-r--r-- | robot/resources/vid/create_vid_vnf.robot | 2 |
1 files changed, 2 insertions, 0 deletions
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} |