mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Tests of Cypress changes
This commit is contained in:
parent
63549c1101
commit
4a4f1b4475
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user