-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
authored and
root
committed
Nov 14, 2024
1 parent
29d8125
commit b22daa3
Showing
10 changed files
with
75 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+45.7 KB
.../attachments/dev_edge_130.0.2849.80_Create report button should be disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+63.2 KB
...achments/dev_edge_130.0.2849.80_choose_dates_range_page_should_be_displayed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+63.2 KB
data/attachments/dev_edge_130.0.2849.80_create_report_button_is_clicked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+45.7 KB
...chments/dev_edge_130.0.2849.80_no_vaccination_data_to_report_message_exists.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+49.4 KB
data/attachments/dev_edge_130.0.2849.80_reports_navigation_link_clicked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+49.4 KB
...v_edge_130.0.2849.80_reports_page_loads_and_create_report_button_is_visible.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
Feature: Reports | ||
|
||
@reports | ||
Scenario: Create reports page should launch | ||
Scenario: "Reports" page is displayed | ||
Given I am logged into the RAVS app | ||
When I click the reports navigation link | ||
Then the reports page should be displayed | ||
|
||
Scenario: "Choose dates" page is displayed | ||
Given I am logged into the RAVS app | ||
When I click the reports navigation link | ||
And I click the create report button | ||
Then the choose dates page should be displayed | ||
|
||
Scenario Outline: Create report for an organization with no location sites | ||
Given I am logged into the RAVS app with the <username> | ||
When I click the reports navigation link | ||
Then the `No vaccination data to report on` message should be displayed | ||
And the Create report button should be disabled | ||
|
||
Examples: | ||
| username | | ||
| neelima.guntupalli1+no_location_sites@nhs.net | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters