Cypress - Navigation and URL
You wrote this Cypress test:
The test fails with "Cannot read property 'click' of null". What is the likely cause?
cy.visit('https://example.com')
cy.get('#submit').click()The test fails with "Cannot read property 'click' of null". What is the likely cause?
