Lines Matching +full:user +full:- +full:visible
2 Documentation This is a resource file containing user-defined keywords for new Vue based OpenBMC GUI.
13 ${xpath_power_page} //*[@data-test-id='appHeader-container-power']
14 ${xpath_power_shutdown} //*[@data-test-id='serverPowerOperations-button-shutDown']
15 ${xpath_power_power_on} //*[@data-test-id='serverPowerOperations-button-powerOn']
16 ${xpath_power_reboot} //*[@data-test-id='serverPowerOperations-button-reboot']
33 # (e.g. https://openbmc-test.mybluemix.net/#/login).
65 # (e.g. https://openbmc-test.mybluemix.net/#/login).
105 Wait Until Element Is Not Visible
109 Launch Browser And Login GUI With Given User
110 [Documentation] Launch browser and login eBMC with specified user
115 # user_name User name to login to eBMC.
116 # user_password User password to login to eBMC.
155 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=120s
225 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30s
268 ... Power On element becomes visible based on argument passed.
297 Wait Until Element Is Visible ${xpath_close_information_message} timeout=5s
307 ... Element Should Be Visible ${xpath_power_reboot}
310 Wait Until Element Is Visible ${xpath_confirm} timeout=30
312 Wait Until Element Is Visible ${xpath_power_reboot} timeout=60
321 Wait Until Element Is Visible ${xpath_success_message} timeout=30
323 Wait Until Element Is Not Visible ${xpath_success_message} timeout=30
327 [Documentation] Perform operations on GUI with Readonly user and
330 Wait Until Element Is Visible ${xpath_error_popup}
337 Create Readonly User And Login To GUI
338 [Documentation] Created Readonly_user via Redfish and Login BMC GUI with Readonly user.
341 # user to perform test.
343 Redfish Create User readonly_user ${OPENBMC_PASSWORD} ReadOnly ${True}
347 Delete Readonly User And Logout Current GUI Session
348 [Documentation] Logout current GUI session and delete Readonly user,
349 ... Perform Login GUI with default user and password.
351 # Delete Read-only user and Logout current GUI session.
356 # Login BMC GUI with default user.
361 [Documentation] Wait until element is visible then click the element.
366 # wait_timeout timeout for the locator to visible.
368 Wait Until Element Is Visible ${locator} timeout=${wait_timeout}
382 ... Element Should Be Visible ${xpath_sub_menu}
389 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=1min