blob: 842813b56f62930975a086713b2eebab5abca202 [file] [log] [blame]
Rahul Maheshwari275ab302021-06-01 07:15:48 -05001*** Settings ***
2
Rahul Maheshwari142642d2021-08-24 00:00:15 -05003Documentation Test OpenBMC GUI "Sessions" sub-menu of "Security and access" menu.
Rahul Maheshwari275ab302021-06-01 07:15:48 -05004
5Resource ../../lib/gui_resource.robot
6
7Suite Setup Launch Browser And Login GUI
8Suite Teardown Close Browser
9Test Setup Test Setup Execution
10
George Keishing0302e9a2023-10-12 21:48:35 +053011Force Tags Sessions_Sub_Menu
Rahul Maheshwari275ab302021-06-01 07:15:48 -050012
13*** Variables ***
14
Ashwini Chandrappa12878112021-09-21 08:36:30 -050015${xpath_sessions_heading} //h1[contains(text(),'sessions')]
Rahul Maheshwari275ab302021-06-01 07:15:48 -050016
17
18*** Test Cases ***
19
Rahul Maheshwari142642d2021-08-24 00:00:15 -050020Verify Navigation To Sessions Page
21 [Documentation] Verify navigation to sessions page.
22 [Tags] Verify_Navigation_To_Sessions_Page
Rahul Maheshwari275ab302021-06-01 07:15:48 -050023
Rahul Maheshwari142642d2021-08-24 00:00:15 -050024 Page Should Contain Element ${xpath_sessions_heading}
Rahul Maheshwari275ab302021-06-01 07:15:48 -050025
26
27*** Keywords ***
28
29Test Setup Execution
30 [Documentation] Do test case setup tasks.
31
Rahul Maheshwari142642d2021-08-24 00:00:15 -050032 Click Element ${xpath_secuity_and_accesss_menu}
33 Click Element ${xpath_sessions_sub_menu}
34 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain sessions
rramyasr-in9e2c96f2023-01-24 07:59:34 -060035 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30