From 92905c981ba2d83046aa138ca0e70e41cf5b3f42 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 10 Aug 2026 20:19:00 +0300 Subject: [PATCH] scope dashboard status checks --- frontend/website/cypress/e2e/sets-dashboard.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.', )