Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.4] Set publish_up in db_createArticle #43881

Merged
merged 10 commits into from
Aug 6, 2024
1 change: 1 addition & 0 deletions tests/System/support/commands/db.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down