Closed josdem closed 2 weeks ago
As user, I would like to have test-id locators in the pet edit view so that I can access from E2E test cases.
test-id
Acceptance Criteria
References
resources/templates/pet/edit.html
th:data-testid="someComponentName"
Screenshot
PR merged: https://github.com/josdem/vetlog-spring-boot/pull/421
As user, I would like to have
test-id
locators in the pet edit view so that I can access from E2E test cases.Acceptance Criteria
test-id
for field pet nametest-id
for field pet imagetest-id
for field pet DOBtest-id
for field dewormingtest-id
for field sterilizedtest-id
for field pet vaccinatedtest-id
for field pet statustest-id
for field pet typetest-id
for field pet breedReferences
resources/templates/pet/edit.html
test-id
attribute should be something liketh:data-testid="someComponentName"
Screenshot