You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cy.findByTestId('studio-error-title').should('have.text','Configure your proxy to use Cypress Studio')
27
+
cy.findByTestId('studio-error-message').should('have.text','Cypress Studio requires an internet connection. To continue, you may need to configure Cypress with your proxy settings.')
28
+
cy.findByTestId('studio-error-learn-more-button').should('have.text',' Learn more ')
expect(err.message).to.include('`cy.prompt` requires an internet connection to work. To continue, you may need to configure Cypress with your proxy settings.')
49
+
expect(err.message).to.include('`cy.prompt` requires an internet connection. To continue, you may need to configure Cypress with your proxy settings.')
0 commit comments