https://cypress.io logo
What's `cy.getByDataTest('document-list')` ? Is th...
# e2e-testing
c
What's
cy.getByDataTest('document-list')
? Is that just implying a custom command that expands to
cy.get('[data-automation-id=document-list]')
?