scope dashboard status checks

This commit is contained in:
Yisroel Baum 2026-08-10 20:19:00 +03:00
parent 7e9e93f8d0
commit 92905c981b
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -68,10 +68,10 @@ describe('sets dashboard', () => {
cy.visit('/dashboard')
cy.wait('@me')
cy.get('[role="status"]').should('have.text', 'Loading sets...')
cy.get('.sets-catalog [role="status"]').should('have.text', 'Loading sets...')
cy.wait('@sets')
cy.get('[role="status"]').should(
cy.get('.sets-catalog [role="status"]').should(
'contain.text',
'No sets are available yet.',
)