1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-15 23:54:29 +02:00

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

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