Attempt to fix attachment verification
This commit is contained in:
parent
4b4c7840e2
commit
230fef3559
@ -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')
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user