fix cypress test for changed templates (#2230)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
parent
a47baf7f23
commit
3bb58b4916
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ describe('Create and delete board / card', () => {
|
|||
cy.contains('Use this template').should('exist')
|
||||
|
||||
// Some options are present
|
||||
cy.contains('Meeting Notes').should('exist')
|
||||
cy.contains('Meeting Agenda').should('exist')
|
||||
cy.contains('Personal Goals').should('exist')
|
||||
cy.contains('Project Tasks').should('exist')
|
||||
|
||||
|
|
Loading…
Reference in a new issue