1
0

fix(test): cypress test selector

(cherry picked from commit 8b77832af27b791152137ed2426b73b8885758e5)
This commit is contained in:
kolaente 2024-09-13 10:28:42 +02:00
parent 44f5e42c0b
commit 7f28a514ea
No known key found for this signature in database
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')