If you try cy.visit('/') with a baseURL of https://www.tutorialspoint.com/html/index.htm you'll see that the viewport doesn't resemble the website at all: NOTE: seems like there's a difference between using baseURL or you just the full URL inside cy.visit(). Either case cy.visit ends up failing:
Your page did not fire its
load
event within60000ms
I can't seem to go past visiting the website. Meaning, I can't perform any validations inside it. Cy.visit (or any other navigation hacks and custom commands I've tired) end up failing in different ways.
Probably the website is expecting some resource that never loads, can I just stop the website to load any further?