Hi All, I am trying to open the website through cypress by using the following command in steps file, also store the command baseURL in cyprss.config file.
Given('Navigate to the website', () =>{
cy.visit('/');
})
But after running the command, the website is not getting loaded propely. And when I am trying to open same URL in new window it is loading properly. Can anyone help me with this issue. ? Do I need to add any other configuration for this.?