diff --git a/client/cypress/integration/frontend/rooms/rooms-page.spec.js b/client/cypress/integration/frontend/rooms/rooms-page.spec.js index f469c977..7ff639be 100644 --- a/client/cypress/integration/frontend/rooms/rooms-page.spec.js +++ b/client/cypress/integration/frontend/rooms/rooms-page.spec.js @@ -28,7 +28,11 @@ describe('The Rooms Page', () => { cy.mockGraphqlOps({ operations: { ...operations, - RoomsQuery: {} + RoomsQuery: { + rooms: { + edges: [] + } + } }, });