diff --git a/frontend/website/cypress/e2e/sets-dashboard.cy.ts b/frontend/website/cypress/e2e/sets-dashboard.cy.ts index 6cff9ed..2557ded 100644 --- a/frontend/website/cypress/e2e/sets-dashboard.cy.ts +++ b/frontend/website/cypress/e2e/sets-dashboard.cy.ts @@ -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.', )