You've already forked focalboard
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:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user