mirror of
https://github.com/aleleba/react-list-ui-library.git
synced 2025-08-18 21:46:00 -06:00
PR-722301: fixing List cypress test typo.
This commit is contained in:
@ -21,6 +21,6 @@ describe('Testing List Component', () => {
|
|||||||
/>);
|
/>);
|
||||||
})
|
})
|
||||||
it('Show All Items in a list', () => {
|
it('Show All Items in a list', () => {
|
||||||
cy.get('[role="textbox"]').should('have.length', 3);
|
cy.get('[role="checkbox"]').should('have.length', 3);
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user