blob: 93337e6bfd088790c477d17f6249fe9030c3b1d9 [file] [log] [blame]
Rahul Maheshwarid29cf302020-07-07 03:13:17 -05001*** Settings ***
2
3Documentation Test OpenBMC GUI "Event logs" sub-menu.
4
5Resource ../../lib/resource.robot
6
7Suite Setup Launch Browser And Login GUI
8Suite Teardown Close Browser
9Test Setup Test Setup Execution
10
11
12*** Test Cases ***
13
14Verify Existence Of All Sections In Event Logs Page
15 [Documentation] Verify existence of all sections in Event Logs page.
16 [Tags] Verify_Existence_Of_All_Sections_In_Event_Logs_Page
17
18 Page Should Contain Event logs
19
20
21*** Keywords ***
22
23Test Setup Execution
24 [Documentation] Do test case setup tasks.
25
26 Click Element ${xpath_health_menu}
27 Click Element ${xpath_event_logs_sub_menu}
28 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain event-logs