aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-05-31 15:57:54 -0500
committerBrian Freeman <bf1936@att.com>2018-05-31 15:58:06 -0500
commitc374fb2d8ac15f4b7d80e80690855ad0e6d38973 (patch)
tree60e63e400b5b889c80eb290af6e508e27a24abe2
parentf44e64388ee1d21b18904d6a2d6815e6f3017d9e (diff)
Set Focus for InstanceName boxv1.2.1
Issue-ID: TEST-91 Change-Id: I16ee4571f9707e76653d8a4ca4b00fe647b3586b Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r--robot/resources/vid/create_service_instance.robot1
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 aa0d32a7..e1daff6b 100644
--- a/robot/resources/vid/create_service_instance.robot
+++ b/robot/resources/vid/create_service_instance.robot
@@ -27,6 +27,7 @@ Create VID Service Instance
Select From List When Enabled //select[@prompt='Select Owning Entity'] ${owning_entity} timeout=${GLOBAL_VID_UI_TIMEOUT_LONG}
Capture Page Screenshot
Xpath Should Match X Times //input[@parameter-name='Instance Name'] 1
+ Focus //input[@parameter-name='Instance Name']
Wait Until Keyword Succeeds 120s 5s Input Text When Enabled //input[@parameter-name='Instance Name'] ${service_name} timeout=${GLOBAL_VID_UI_TIMEOUT_LONG}
Capture Page Screenshot
Click On Button When Enabled //div[@class = 'buttonRow']/button[text() = 'Confirm']