diff options
author | Brian Freeman <bf1936@att.com> | 2018-07-19 17:07:31 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-07-19 17:07:41 -0500 |
commit | 6737be5ce652e050b69f21bdd36db8b38ee4f693 (patch) | |
tree | 53940fc0130bcb6f2f45ec684bc1e8a27a2ceef3 /robot/resources/vid | |
parent | bd9b04f1323e5c200441c4581c71164193937551 (diff) |
demo vFWCL & failsafe customer select
Issue-ID: TEST-109
Change-Id: I019fab8503ed43f5b82bfc34f46fc51ff8aa8773
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/vid')
-rw-r--r-- | robot/resources/vid/create_service_instance.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/resources/vid/create_service_instance.robot b/robot/resources/vid/create_service_instance.robot index e1daff6b..d57abc4b 100644 --- a/robot/resources/vid/create_service_instance.robot +++ b/robot/resources/vid/create_service_instance.robot @@ -21,6 +21,7 @@ Create VID Service Instance ${uuid}= Generate UUID Wait Until Page Contains Element xpath=//input[@parameter-name='Instance Name'] ${GLOBAL_VID_UI_TIMEOUT_LONG} Wait Until Element Is Visible xpath=//input[@parameter-name='Instance Name'] ${GLOBAL_VID_UI_TIMEOUT_LONG} + Click On Element When Visible //select[@prompt='Select Subscriber Name'] Select From List When Enabled //select[@prompt='Select Subscriber Name'] ${customer_name} timeout=${GLOBAL_VID_UI_TIMEOUT_LONG} Select From List When Enabled //select[@prompt='Select Service Type'] ${service_type} timeout=${GLOBAL_VID_UI_TIMEOUT_LONG} Select From List When Enabled //select[@prompt='Select Project Name'] ${project_name} timeout=${GLOBAL_VID_UI_TIMEOUT_LONG} |