1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-11-29 22:58:08 +02:00

Update en.json (#4453)

* Update en.json

Some minor casing changes and updates for 7.7 limits changes.

* update cypress tests for text change

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
This commit is contained in:
Justine Geffen
2023-01-20 14:30:07 +02:00
committed by GitHub
parent 23545c9d28
commit c6976db9e5
3 changed files with 27 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ describe('Create and delete board / card', () => {
cy.contains('Project Tasks').should('exist')
// Create empty board
cy.contains('Create empty board').should('exist').click({force: true})
cy.contains('Create an empty board').should('exist').click({force: true})
cy.get('.BoardComponent').should('exist')
cy.get('.Editable.title').invoke('attr', 'placeholder').should('contain', 'Untitled board')