diff --git a/cypress/integration/common/steps.js b/cypress/integration/common/steps.js index 98e2d862b..ccb10e0bb 100644 --- a/cypress/integration/common/steps.js +++ b/cypress/integration/common/steps.js @@ -161,7 +161,8 @@ Given("we have the following posts in our database:", table => { const userAttributes = { name: Author, email: `${slugify(Author, { lower: true })}@example.org`, - password: "1234" + password: "1234", + termsAndConditionsAgreedVersion: '0.0.2', }; postAttributes.deleted = Boolean(postAttributes.deleted); const disabled = Boolean(postAttributes.disabled);