1
0

Fix showing an editor save button in cases where it wasn't required

This commit is contained in:
kolaente
2021-08-20 18:56:50 +02:00
parent 08a34d8a68
commit 9fda82839b
4 changed files with 7 additions and 4 deletions

View File

@ -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('Done')
.contains('save')
.click()
cy.get('.task-view .details.content.description h3 span.is-small.has-text-success')