mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-01 19:14:35 +02:00
fix cypress test
This commit is contained in:
parent
872bc61def
commit
08d5251550
@ -194,10 +194,13 @@ describe('Create and delete board / card', () => {
|
||||
cy.get('.ViewHeader').contains('New').click()
|
||||
cy.get('.CardDetail').should('exist')
|
||||
|
||||
cy.log('**Add comment**')
|
||||
cy.get('.CommentsList').findAllByTestId('preview-element').click()
|
||||
cy.wait(1000)
|
||||
|
||||
cy.get('.MarkdownEditorInput').should('exist').
|
||||
cy.log('**Add comment**')
|
||||
cy.get('.CommentsList').
|
||||
findAllByTestId('preview-element').
|
||||
click().
|
||||
get('.CommentsList .MarkdownEditorInput').
|
||||
type('Test Text')
|
||||
|
||||
cy.log('**Cut comment**')
|
||||
|
Loading…
x
Reference in New Issue
Block a user