fix cypress test for changed templates (#2230)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Scott Bishel 2022-02-02 11:52:38 -07:00 committed by GitHub
parent a47baf7f23
commit 3bb58b4916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')