Fix test for saving a task description
This commit is contained in:
parent
9fda82839b
commit
65782ca971
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ describe('Task', () => {
|
|||
cy.get('.task-view .details.content.description .editor .vue-easymde .EasyMDEContainer .CodeMirror-scroll')
|
||||
.type('{selectall}New Description')
|
||||
cy.get('.task-view .details.content.description .editor a')
|
||||
.contains('save')
|
||||
.contains('Save')
|
||||
.click()
|
||||
|
||||
cy.get('.task-view .details.content.description h3 span.is-small.has-text-success')
|
||||
|
|
Loading…
Reference in a new issue