Fix rooms test
This commit is contained in:
parent
33b476fcb0
commit
b43b70a40b
|
|
@ -28,7 +28,11 @@ describe('The Rooms Page', () => {
|
|||
cy.mockGraphqlOps({
|
||||
operations: {
|
||||
...operations,
|
||||
RoomsQuery: {}
|
||||
RoomsQuery: {
|
||||
rooms: {
|
||||
edges: []
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue