Is your feature request related to a problem? Please describe.
As a PHLASK developer, I would like to have automated testing of form submissions for Water sites so that this functionality works consistently throughout any future site development.
Describe the solution you'd like
Add a Cypress test that performs the following actions in cypress/e2e/mobile/crowdsourcing.cy.js
Click on the "Add Site" button on the bottom toolbar
Select the "Water" option
Fill out the form, making sure to fill out all pages of the form
Does NOT click the "Submit" button (to avoid adding junk data to our database)
If necessary, add data-cy attributes to resources in order to allow Cypress to target them for clicking/writing/etc.
For an example of how to target elements, see the the should successfully submit a water site for testing test in the cypress/e2e/desktop/crowdsourcing.cy.js file.
For an example of how components are updated to support the example above, see line 27 of the src/components/AddResourceModal/ChooseResource.jsx file.
When opening a Pull Request for this story, make sure to include a video recording of the completed test to help reviewers.
When you run tests locally, a video of the test should automatically be recorded in the cypress/videos folder.
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. As a PHLASK developer, I would like to have automated testing of form submissions for Water sites so that this functionality works consistently throughout any future site development.
Describe the solution you'd like
cypress/e2e/mobile/crowdsourcing.cy.js
data-cy
attributes to resources in order to allow Cypress to target them for clicking/writing/etc.should successfully submit a water site for testing
test in thecypress/e2e/desktop/crowdsourcing.cy.js
file.src/components/AddResourceModal/ChooseResource.jsx
file.cypress/videos
folder.Describe alternatives you've considered N/A
Additional context Add any other context or screenshots about the feature request here.