Fix cypress test

This commit is contained in:
Ramon Wenger 2021-08-31 18:26:14 +02:00
parent de03792029
commit 36c84c500c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ describe('The Room Page', () => {
author: { author: {
firstName: 'Rachel', firstName: 'Rachel',
lastName: 'Green', lastName: 'Green',
id: 'rachels-id', id: btoa('PublicUserNode:rachels-id'),
}, },
}, },
errors: [], errors: [],