CDCgov / prime-simplereport

SimpleReport is a fast, free, and easy way for COVID-19 testing facilities to report results to public health departments.
https://simplereport.gov
Creative Commons Zero v1.0 Universal
55 stars 58 forks source link

Fix warnings for eslint in `cypress` directory #7827

Open emyl3 opened 2 weeks ago

emyl3 commented 2 weeks ago

Description

We are currently running eslint --quiet when linting the cypress directory to suppress the following warnings:

cypress/require-data-selectors
warning  use data-* attribute selectors instead of classes or tag names

Proposed solution

Clean up the cypress specs to use the data-* attribute and remove the --quiet flag when running yarn lint in the cypress directory.

Additional context

N/A