1
0
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:
Hossein
2021-11-25 15:10:39 -05:00
committed by GitHub
parent fba5653049
commit 4f9702ac12
24 changed files with 2349 additions and 2965 deletions

View File

@@ -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