Skip to content

Commit

Permalink
chore(test): troubleshoot tests on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Aug 13, 2024
1 parent c734317 commit 38f90ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/nodes/ImageView.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('Image View', () => {

cy.getContent()
.find('[data-component="image-view"][data-src=".attachments.123/github.png"] img', { timeout: 20000 })
.click()
.click({ force: true })

cy.get('.modal__content img')
.should('have.attr', 'src')
Expand All @@ -141,7 +141,7 @@ describe('Image View', () => {

cy.getContent()
.find('[data-component="image-view"][data-src=".attachments.123/file.txt.gz"] img', { timeout: 20000 })
.click()
.click({ force: true })

const downloadsFolder = Cypress.config('downloadsFolder')
cy.log(`downloadsFolder: ${downloadsFolder}`)
Expand Down

0 comments on commit 38f90ba

Please sign in to comment.