From d7af10e4f4a750b5b66d49b5d1f773bfbe71af90 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 25 Mar 2023 12:36:26 +0100 Subject: [PATCH] test(cypress): fix owner of notes Signed-off-by: Philip Molares --- frontend/cypress/support/visit-test-editor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/cypress/support/visit-test-editor.ts b/frontend/cypress/support/visit-test-editor.ts index 5835e70f1..8976810a8 100644 --- a/frontend/cypress/support/visit-test-editor.ts +++ b/frontend/cypress/support/visit-test-editor.ts @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file) + * SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file) * * SPDX-License-Identifier: AGPL-3.0-only */ @@ -22,7 +22,7 @@ beforeEach(() => { createTime: '2021-04-24T09:27:51.000Z', editedBy: [], permissions: { - owner: null, + owner: 'mock', sharedToUsers: [], sharedToGroups: [] }