-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
type: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version releasev3.5.0 🐛Issue present since 3.5.0Issue present since 3.5.0
Description
Current behavior:
Since 3.5.0, I am getting this error on .click().
Timed out retying: Cannot read property ‘ownerDocument’ of null
Desired behavior:
Not throwing this error
Steps to reproduce: (app code and test code)
context('contact us modal', () => {
before(() => {
cy.visit('http://www.cypress.io/pricing')
})
it('opens modal on click of custom plan', () => {
cy.contains('.call-modal', 'Get in touch').click()
cy.get('.modal-body').should('be.visible')
})
it('form with proper class/script is in modal', () => {
cy.contains('.call-modal', 'Get in touch').click()
})
})Versions
3.5.0
lynchemjraoult, markmc27 and kildem
Metadata
Metadata
Assignees
Labels
type: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version releasev3.5.0 🐛Issue present since 3.5.0Issue present since 3.5.0
