mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-01 11:53:18 -07:00
Update minor frontend dependencies (#2190)
* Fix failing cypress tests * Update minor packages to remove security issues
This commit is contained in:
parent
b46d334e8f
commit
bf597b594b
4 changed files with 479 additions and 85 deletions
|
@ -2,15 +2,15 @@ Feature: The Explore the map page will open from all other pages
|
|||
|
||||
Scenario: Explore the map page open when navigating from About page
|
||||
Given I am on the "About" page
|
||||
When I click on the "Explore the map" page in the navigation
|
||||
When I click on the "Explore the map" button in the navigation
|
||||
Then I see "Explore the map" in the title
|
||||
|
||||
Scenario: Explore the map page open when navigating from Methodology page
|
||||
Given I am on the "Methodology" page
|
||||
When I click on the "Explore the map" page in the navigation
|
||||
When I click on the "Explore the map" button in the navigation
|
||||
Then I see "Explore the map" in the title
|
||||
|
||||
Scenario: Explore the map page open when navigating from Contact page
|
||||
Given I am on the "Contact" page
|
||||
When I click on the "Explore the map" page in the navigation
|
||||
When I click on the "Explore the map" button in the navigation
|
||||
Then I see "Explore the map" in the title
|
Loading…
Add table
Add a link
Reference in a new issue