Skip to content

Commit

Permalink
fixup! fixup! fixup! chore: refactor iframes to load collabora directly
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Aug 31, 2023
1 parent be7c20f commit 7bef7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/share-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Public sharing of office documents', function() {
cy.spy(win, 'postMessage').as('postMessage')
},
})
cy.waitForCollabora()
cy.waitForCollabora(true)
cy.get('@loleafletframe').within(() => {
cy.get('#closebutton').click()
})
Expand Down

0 comments on commit 7bef7d7

Please sign in to comment.