Fix another cypress test
This commit is contained in:
parent
7407284722
commit
1358594dfa
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
}],
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue