From c374fb2d8ac15f4b7d80e80690855ad0e6d38973 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Thu, 31 May 2018 15:57:54 -0500 Subject: Set Focus for InstanceName box Issue-ID: TEST-91 Change-Id: I16ee4571f9707e76653d8a4ca4b00fe647b3586b Signed-off-by: Brian Freeman --- robot/resources/vid/create_service_instance.robot | 1 + 1 file changed, 1 insertion(+) 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'] -- cgit 1.2.3-korg