You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-11-29 22:58:08 +02:00
GH-1835: Show Autocomplete Textbox when At Mentioning Users in Comments or Content Section (#1836)
This commit is contained in:
@@ -51,9 +51,12 @@ describe('Create and delete board / card', () => {
|
||||
|
||||
// Change card title
|
||||
cy.log('**Change card title**')
|
||||
// eslint-disable-next-line cypress/no-unnecessary-waiting
|
||||
cy.get('.CardDetail .EditableArea.title').
|
||||
click().
|
||||
should('have.focus').
|
||||
wait(1000).
|
||||
type(cardTitle).
|
||||
type('{enter}').
|
||||
should('have.value', cardTitle)
|
||||
|
||||
// Close card dialog
|
||||
|
||||
Reference in New Issue
Block a user