Fix cypress test
This commit is contained in:
parent
de03792029
commit
36c84c500c
|
|
@ -36,7 +36,7 @@ describe('The Room Page', () => {
|
|||
author: {
|
||||
firstName: 'Rachel',
|
||||
lastName: 'Green',
|
||||
id: 'rachels-id',
|
||||
id: btoa('PublicUserNode:rachels-id'),
|
||||
},
|
||||
},
|
||||
errors: [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue