PR-722301: Adding Library Components. #1

Merged
aleleba merged 8 commits from PR-722301 into master 2023-10-11 18:56:52 -06:00
Showing only changes of commit 0228e014c0 - Show all commits

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);
})
})