You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-11-29 22:58:08 +02:00
CP - Update en.json: Bug fix and consistency (#3231)
* Update en.json: Bug fix and consistency (#3151)
* Update en.json
Updated copy and fixed https://github.com/mattermost/focalboard/issues/3131
* update cypress tests
* update default messages, en.json is created from default messages when running i18n-extract
* update tests for string changes
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
(cherry picked from commit 020d83fa44)
* clean up cherry-pick
* more cleanup
* fix bad merge
* fix cypress tests
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ describe('Create and delete board / card', () => {
|
||||
// Create empty board
|
||||
cy.contains('Create empty board').should('exist').click({force: true})
|
||||
cy.get('.BoardComponent').should('exist')
|
||||
cy.get('.Editable.title').invoke('attr', 'placeholder').should('contain', 'Untitled Board')
|
||||
cy.get('.Editable.title').invoke('attr', 'placeholder').should('contain', 'Untitled board')
|
||||
|
||||
// Change Title
|
||||
cy.get('.Editable.title').
|
||||
|
||||
Reference in New Issue
Block a user