Powered by
What's `cy.getByDataTest('document-list')` ? Is th...
# e2e-testing
c
crooked-yak-38149
11/01/2022, 5:27 PM
What's
cy.getByDataTest('document-list')
? Is that just implying a custom command that expands to
cy.get('[data-automation-id=document-list]')
?
Previous
Next