Fix edit task description test
This commit is contained in:
parent
0afd5005a4
commit
f3e0b79b26
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ describe('Task', () => {
|
|||
cy.visit(`/tasks/${tasks[0].id}`)
|
||||
|
||||
cy.get('.task-view .details.content.description .editor a')
|
||||
.contains('Edit')
|
||||
.click()
|
||||
cy.get('.task-view .details.content.description .editor .vue-easymde .EasyMDEContainer .CodeMirror-scroll')
|
||||
.type('{selectall}New Description')
|
||||
|
|
Loading…
Reference in a new issue