Fix test for saving a task description

This commit is contained in:
kolaente 2021-08-20 19:10:45 +02:00
parent 9fda82839b
commit 65782ca971
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 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('save')
.contains('Save')
.click()
cy.get('.task-view .details.content.description h3 span.is-small.has-text-success')