savvato-software / dtim-mobile

The application we use to interact with people during a tech interview meeting.
1 stars 3 forks source link

in our cypress tests, use `data-cy` #20

Open haxwell opened 4 years ago

haxwell commented 4 years ago

Lets standardize in our cypress tests, to use data-cy as the data attribute that Cypress tests key on in order to find elements in the DOM. In some places, we are using data-test, but I think these fields only have data-* attributes so as to be used in Cypress, so data-cy makes more sense, conveys more info, than data-test.