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

Actually random "invalid session id" errors #571

Closed
peaceful-james opened this issue Sep 2, 2020 · 3 comments
Closed

Actually random "invalid session id" errors #571

peaceful-james opened this issue Sep 2, 2020 · 3 comments

Comments

@peaceful-james
Copy link

I am using the same version of chromedriver and chrome browser. I am using the default Chrome driver.

My setup is on docker and when I do this:

docker-compose down;
docker-compose up -d;
sleep 20; # in case it's some kind of "unreadiness" problem
docker-compose exec phoenix_app mix test test/wallaby/sanity_test.exs

then
sometimes the Wallaby test runs and
sometimes the Wallaby test errors with the invalid session id message.
It is random.

You can see from the way I am running the tests that nothing changes between different runs.

@peaceful-james
Copy link
Author

I'm actually closing this

@peaceful-james
Copy link
Author

For my particular case, I have narrowed down where the random failures happen. It occurs (sometimes) when clicking checkboxes. Very very strange.

@peaceful-james
Copy link
Author

For posterity, I have same chromedriver and chromium versions (exactly the same - 83.0.4103.116)

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