Fix another cypress test

This commit is contained in:
Ramon Wenger 2022-10-26 16:17:41 +02:00
parent 7407284722
commit 1358594dfa
1 changed files with 17 additions and 19 deletions

View File

@ -13,10 +13,9 @@ describe('Room Team Management - Read only', () => {
}, },
}, },
RoomsQuery: { RoomsQuery: {
rooms: [ rooms: [{
{
id: '', id: '',
slug: '', slug: 'some-room',
title: 'some room', title: 'some room',
entryCount: 3, entryCount: 3,
appearance: 'red', appearance: 'red',
@ -25,8 +24,7 @@ describe('Room Team Management - Read only', () => {
id: SELECTED_CLASS_ID, id: SELECTED_CLASS_ID,
name: 'bla', name: 'bla',
}, },
}, }],
],
}, },
}); });