works on www.github.com
cy.visit() failed trying to load ESOCKETTIMEDOUT
but not on other websites
from: https://github.com/cypress-io/cypress/issues/7062
increase timeout
cy.visit('https://github.com/', { timeout: 30000 })