Skip to content

Commit

Permalink
Update map test data timing
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Aug 22, 2024
1 parent 4960eeb commit db30769
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tests/src/features/ceil-vis/basic/addRemoveMap.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Feature: Add Remove Map
Then the "data-source" parameter value matches "HRRR_OPS"
When I change the "sites" parameter to "KDEN"
Then the "sites" parameter value matches "KDEN"
When I set the dates to "08/12/2023 00:00 - 08/12/2023 23:59"
Then the dates value is "08/12/2023 00:00 - 08/12/2023 23:59"
When I set the dates to "08/12/2024 00:00 - 08/12/2024 23:59"
Then the dates value is "08/12/2024 00:00 - 08/12/2024 23:59"
Then I click the "Add Curve" button
Then "Curve0" is added
And I should see a list of curves containing "Curve0"
Expand Down
4 changes: 2 additions & 2 deletions tests/src/features/surface/basic/addRemoveMap.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Feature: Add Remove Map
Then the "data-source" parameter value matches "HRRR_OPS"
When I change the "sites" parameter to "KDEN"
Then the "sites" parameter value matches "KDEN"
When I set the dates to "08/12/2023 00:00 - 08/12/2023 23:59"
Then the dates value is "08/12/2023 00:00 - 08/12/2023 23:59"
When I set the dates to "08/12/2024 00:00 - 08/12/2024 23:59"
Then the dates value is "08/12/2024 00:00 - 08/12/2024 23:59"
Then I click the "Add Curve" button
Then "Curve0" is added
And I should see a list of curves containing "Curve0"
Expand Down
8 changes: 4 additions & 4 deletions tests/src/features/upperair/basic/addRemoveMap.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Feature: Add Remove Map
Then the plot type should be "Map"
When I change the "data-source" parameter to "HRRR_OPS"
Then the "data-source" parameter value matches "HRRR_OPS"
When I change the "sites" parameter to "DENVER/STAPLETON ARPT (DNR)"
Then the "sites" parameter value matches "DENVER/STAPLETON ARPT (DNR)"
When I set the dates to "08/12/2023 00:00 - 08/12/2023 23:59"
Then the dates value is "08/12/2023 00:00 - 08/12/2023 23:59"
When I change the "sites" parameter to "GRAND JUNCTION (GJT)"
Then the "sites" parameter value matches "GRAND JUNCTION (GJT)"
When I set the dates to "08/12/2024 00:00 - 08/12/2024 23:59"
Then the dates value is "08/12/2024 00:00 - 08/12/2024 23:59"
Then I click the "Add Curve" button
Then "Curve0" is added
And I should see a list of curves containing "Curve0"
Expand Down

0 comments on commit db30769

Please sign in to comment.