PR-722301: fixing List cypress test typo.

This commit is contained in:
Alejandro Lembke Barrientos 2023-10-12 00:21:35 +00:00
parent 93d1776d8b
commit 0228e014c0

View File

@ -21,6 +21,6 @@ describe('Testing List Component', () => {
/>);
})
it('Show All Items in a list', () => {
cy.get('[role="textbox"]').should('have.length', 3);
cy.get('[role="checkbox"]').should('have.length', 3);
})
})