diff --git a/webapp/cypress/integration/createBoard.ts b/webapp/cypress/integration/createBoard.ts index 7a55bc7c6..9447edc9e 100644 --- a/webapp/cypress/integration/createBoard.ts +++ b/webapp/cypress/integration/createBoard.ts @@ -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')