echoing-forest-11433
05/25/2023, 12:46 PMdescribe('<CategorySelector />', () => {
it('renders', () => {
cy.mount(<CategorySelector />)
// Wait for Font Awesome icons to load
cy.get('.fa-users', { timeout: 10000 }).should('have.length.gt', 0)
})
})
I appreciate any and all help with this!!