Move buttons to separate component #380

Merged
konrad merged 15 commits from feature/compoents into master 2021-01-17 17:57:58 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 04d923dbf9 - Show all commits

View File

@ -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')