1
0

Fix test again

This commit is contained in:
Elscrux 2024-05-23 10:26:15 +02:00
parent 7664534618
commit eafd4da038

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 div.attachment')
cy.get('.attachments .attachments .files button.attachment')
.should('exist')
}