Fix rooms test

This commit is contained in:
Ramon Wenger 2021-08-18 22:16:48 +02:00
parent 33b476fcb0
commit b43b70a40b
1 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,11 @@ describe('The Rooms Page', () => {
cy.mockGraphqlOps({ cy.mockGraphqlOps({
operations: { operations: {
...operations, ...operations,
RoomsQuery: {} RoomsQuery: {
rooms: {
edges: []
}
}
}, },
}); });