Hi there, I have specific use case that I'm having...
# e2e-testing
s
Hi there, I have specific use case that I'm having struggle with. Here is the scenario: Web app (wordpress) when opened basic web authentication is required, and I've override the cy.visit() command to always pass username and password. Use case requires to open an article by URL and in order to be able to access to article user is being redirected to a sing in service. After successful sign in it redirects back to requested article. The thing is that once user is logged in basic web authentication pops up again. Note that this isn't happening when performed manually on a browser outside of Cypress runner. Any advice how to deal with this would be highly apprecitated.