Closed josdem closed 2 weeks ago
As user, I would like to have test-id locators in the vet search by username view so that I can access from E2E test cases.
test-id
Acceptance Criteria
References
resources/templates/vet/form.html
th:data-testid="someComponentName"
Screenshot
PR merged: https://github.com/josdem/vetlog-spring-boot/pull/424
As user, I would like to have
test-id
locators in the vet search by username view so that I can access from E2E test cases.Acceptance Criteria
test-id
for field usernameReferences
resources/templates/vet/form.html
test-id
attribute should be something liketh:data-testid="someComponentName"
Screenshot