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: []
       }