Skip to content

Commit

Permalink
Fix error in cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocseh committed Oct 7, 2021
1 parent 206f6c7 commit b68a071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coverage-end */
export const setupBeforeEach = () => {
cy.autologin();
cy.createContent({
contentType: 'Folder',
contentType: 'Document',
contentId: 'cypress',
contentTitle: 'Cypress',
});
Expand Down

0 comments on commit b68a071

Please sign in to comment.