From 9224986a12d83d4118815aac2196536f0e6aaa88 Mon Sep 17 00:00:00 2001 From: muhme Date: Sun, 4 Aug 2024 19:03:33 +0200 Subject: [PATCH] Setting publish_up in db_createArticle as down-merge from 5.1-dev --- tests/System/support/commands/db.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/System/support/commands/db.mjs b/tests/System/support/commands/db.mjs index 64710fda0083a..16fff4ce000c1 100644 --- a/tests/System/support/commands/db.mjs +++ b/tests/System/support/commands/db.mjs @@ -102,6 +102,7 @@ Cypress.Commands.add('db_createArticle', (articleData) => { language: '*', created: '2023-01-01 20:00:00', modified: '2023-01-01 20:00:00', + publish_up: '2023-01-01 20:00:00', images: '', urls: '', attribs: '',