notify helper: Only include one
[ninja.git] / features / reports.feature
blob441a854aeb67e6e5e40ef35643740c23f145e829
1 @reports
2 Feature: Reports
3         This is intended to contain general report tests, rather than report-type
4         specific report tests which can be found in their respective own features
6         @asmonitor @reports
7         Scenario: All helptexts are defined
8                 Given I am on the Host details page
9                 When I hover over the "Reporting" button
10                 And I click "SLA"
11                 Then all helptexts should be defined
12                 When I hover over the "Reporting" button
13                 And I click "Availability"
14                 Then all helptexts should be defined
15                 When I hover over the "Reporting" button
16                 And I click "Alert Summary"
17                 Then all helptexts should be defined
18                 When I choose "Custom"
19                 Then all helptexts should be defined
20                 When I hover over the "Reporting" button
21                 And I click "Schedule Reports"
22                 Then all helptexts should be defined
24         @asmonitor @reports @calendar
25         Scenario: Toggle JS-calendars on custom report date
26                 Given I am on the Host details page
27                 When I hover over the "Reporting" button
28                 And I click "Availability"
29                 And I select "Custom" from "Reporting period"
31                 And I click css "#cal_start"
32                 Then I should see css "#dp-popup"
33                 When I click css "#filter_field"
34                 Then I shouldn't see css "#dp-popup"
36                 When I click css "#cal_end"
37                 Then I should see css "#dp-popup"
38                 When I click css "#filter_field"
39                 Then I shouldn't see css "#dp-popup"