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