Skip to content

Commit

Permalink
fix(tests): Pass test field values to new cypress command
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Aug 6, 2024
1 parent 2d60ad7 commit 792e5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/templates.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ describe('Create templates with fields', () => {
cy.get('@templateFillerButtons').find('button[aria-label="Submit button"]').click()

// Test if the fields currently match the values we passed to the template
cy.checkTemplateFields([], templateId)
cy.checkTemplateFields(['Nextcloud', 'richdocuments'], templateId)
})
})

0 comments on commit 792e5ee

Please sign in to comment.