Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional Test: Mobile - Search Functionality #497

Open
gcardonag opened this issue Jul 21, 2024 · 0 comments
Open

Functional Test: Mobile - Search Functionality #497

gcardonag opened this issue Jul 21, 2024 · 0 comments

Comments

@gcardonag
Copy link
Contributor

Is your feature request related to a problem? Please describe.
As a PHLASK developer, I would like to have automated testing of displaying Food sites so that this functionality works consistently throughout any future site development.

Describe the solution you'd like

  1. Add a Cypress test that performs the following actions in cypress/e2e/mobile/search.cy.js
    1. Click on the search button on the top toolbar
    2. Enter the name for a search destination
      1. For a possible test case, use: "30th Street Station, Market Street, Philadelphia, PA, USA"
    3. Select one of the search results displayed
    4. Confirm that the map is now centered at the resulting destination
      1. For an example on how to validate this see the equivalent test at cypress/e2e/desktop/search.cy.js
  2. 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.
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant