fix(test): cypress test selector
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kolaente 2024-09-13 10:28:42 +02:00
parent 14710d0bba
commit 8b77832af2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -484,7 +484,7 @@ describe('Task', () => {
addLabelToTaskAndVerify(labels[0].title)
cy.get('.modal-content .close')
cy.get('.modal-container .close')
.click()
cy.get('.bucket .task')
@ -850,7 +850,7 @@ describe('Task', () => {
uploadAttachmentAndVerify(tasks[0].id)
cy.get('.modal-content .close')
cy.get('.modal-container .close')
.click()
cy.get('.bucket .task .footer .icon svg.fa-paperclip')