fix: test selector

This commit is contained in:
kolaente
2024-09-18 21:28:08 +02:00
parent 1f00180af6
commit c5b82fc591
+2 -2
View File
@@ -484,7 +484,7 @@ describe('Task', () => {
addLabelToTaskAndVerify(labels[0].title)
cy.get('.modal-container .close')
cy.get('.modal-container > .close')
.click()
cy.get('.bucket .task')
@@ -850,7 +850,7 @@ describe('Task', () => {
uploadAttachmentAndVerify(tasks[0].id)
cy.get('.modal-container .close')
cy.get('.modal-container > .close')
.click()
cy.get('.bucket .task .footer .icon svg.fa-paperclip')