Attempt to fix attachment verification
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Elscrux 2024-05-16 14:36:41 +02:00
parent 4b4c7840e2
commit 230fef3559

View File

@ -42,7 +42,7 @@ function uploadAttachmentAndVerify(taskId: number) {
.selectFile('cypress/fixtures/image.jpg', {force: true}) // The input is not visible, but on purpose
cy.wait('@uploadAttachment')
cy.get('.attachments .attachments .files a.attachment')
cy.get('.attachments .attachments .files div.attachment')
.should('exist')
}