Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goto not working if it's the same as current url? #116

Open
alucardu opened this issue May 14, 2018 · 0 comments
Open

Goto not working if it's the same as current url? #116

alucardu opened this issue May 14, 2018 · 0 comments

Comments

@alucardu
Copy link

My application has some issues with redirection. It goes through a Microsoft authentication process which can't be bypassed. Sometimes my tests don't get redirected and the URL stays "http://localhost:8080/etc/something" and sometimes I get redirected from my localhost to the Microsoft authentication server which redirects me to another URL. SO I've written this:

chromy
.wait(3500)
.goto(scenario.url)

After all the redirects happen the test is redirected to the scenario url. This works fine. But I've noticed that when I don't get redirected I don't get any screenshots. I'm also using BackstopJs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant