diff --git a/client/cypress/integration/frontend/rooms/room-page.spec.js b/client/cypress/integration/frontend/rooms/room-page.spec.js index 8186cbd8..5aba7cf2 100644 --- a/client/cypress/integration/frontend/rooms/room-page.spec.js +++ b/client/cypress/integration/frontend/rooms/room-page.spec.js @@ -36,7 +36,7 @@ describe('The Room Page', () => { author: { firstName: 'Rachel', lastName: 'Green', - id: 'rachels-id', + id: btoa('PublicUserNode:rachels-id'), }, }, errors: [],