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

[BUG] Session does not load #16

Closed
bomatson opened this issue Mar 29, 2016 · 1 comment
Closed

[BUG] Session does not load #16

bomatson opened this issue Mar 29, 2016 · 1 comment

Comments

@bomatson
Copy link

When using boilerplate instructions & trying to find an element on the page, the page was never fully rendering (in Allocations, we captured screenshots of the "Loading" page):

session
  |> sign_in
  |> visit("/")

# at this point, the page is stuck in the loading screen and never finds the project, even after:
:timer.sleep(5000)

session
  |> find(".project", count: 1)

It seems like a setup issue, and the bug starts via this commit: f1bcc46

@bomatson
Copy link
Author

This may be an issue with my env, we were able to get this working on Eric's box. Will post here if it warrants further investigation

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