diff options
author | bdfreeman1421 <bf1936@att.com> | 2019-09-17 07:16:14 -0400 |
---|---|---|
committer | bdfreeman1421 <bf1936@att.com> | 2019-09-17 07:16:20 -0400 |
commit | 6d269fdcbcf374a273f7ac0b68559951ea336654 (patch) | |
tree | da8bc8e3584d4c7dfaf3d82f10aae2548a1e08c7 /robot/resources/vid/create_vid_vnf.robot | |
parent | b721c30484849bed5e2aa4af73d4fb8f8f7cdb56 (diff) |
Fix Create VID VNF
Issue-ID: INT-1263
Change-Id: I1d53494704811871f508ba6e0b3006ca63ccb396
Signed-off-by: bdfreeman1421 <bf1936@att.com>
Diffstat (limited to 'robot/resources/vid/create_vid_vnf.robot')
-rw-r--r-- | robot/resources/vid/create_vid_vnf.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/resources/vid/create_vid_vnf.robot b/robot/resources/vid/create_vid_vnf.robot index 7fc497d3..5f35b292 100644 --- a/robot/resources/vid/create_vid_vnf.robot +++ b/robot/resources/vid/create_vid_vnf.robot @@ -50,7 +50,8 @@ Create VID VNF Should Not Contain ${response text} FAILED Click On Button When Enabled //button[contains(text(),'Close')] ${instance_id}= Parse Instance Id ${response text} - Wait Until Page Contains ${service_instance_name} ${GLOBAL_VID_UI_TIMEOUT_MEDIUM} + # sometimes the page refreshes - a reload is required on timeout but next step for VF Module does that + Run Keyword And Ignore Error Wait Until Page Contains ${service_instance_name} ${GLOBAL_VID_UI_TIMEOUT_LONG} [Return] ${instance_id} Delete VID VNF |