diff options
author | Jerry Flood <jf9860@att.com> | 2017-08-22 18:25:06 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-08-22 18:26:26 -0400 |
commit | a7e514489f64680fe9f5caf9425320367b6dc73d (patch) | |
tree | 1aed5c68a826706f540ab7ae18b002d6fcdae55a /robot/resources | |
parent | 96c1f6f1b97a39f706b526da55e719fb8a463ac9 (diff) |
Select search type drop down in VID UI
Issue: TEST-54
Change-Id: I754a8bffccab6093b6162a9de7c46ac6640ad93c
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/vid/create_vid_vnf.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/resources/vid/create_vid_vnf.robot b/robot/resources/vid/create_vid_vnf.robot index 371ad708..2db24219 100644 --- a/robot/resources/vid/create_vid_vnf.robot +++ b/robot/resources/vid/create_vid_vnf.robot @@ -21,6 +21,7 @@ Create VID VNF # If we don't wait for this control to be enabled, the submit results in a 'not found' pop-up (UnexpectedAlertPresentException) Input Text When Enabled //input[@name='selectedServiceInstance'] ${service_instance_id} + Select From List By Label //select[@ng-model='selectedserviceinstancetype'] Service Instance Id Click Button button=Submit Wait Until Page Contains Element link=View/Edit timeout=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} Click Element xpath=//a[contains(text(), 'View/Edit')] |