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

Ci build issues #114

Merged
merged 2 commits into from
Oct 8, 2015
Merged

Ci build issues #114

merged 2 commits into from
Oct 8, 2015

Conversation

dylangrafmyre
Copy link
Contributor

Fix capybara screenshot render during failing tests by assigning the custom js driver.
Add capybara default_wait_time per Travis CI common build errors:

http:https://docs.travis-ci.com/user/common-build-problems/#Capybara%3A-I%E2%80%99m-getting-errors-about-elements-not-being-found

dylangrafmyre added a commit that referenced this pull request Oct 8, 2015
@dylangrafmyre dylangrafmyre merged commit dec1df3 into master Oct 8, 2015
@dylangrafmyre dylangrafmyre deleted the ci-build-issues branch October 8, 2015 18:34
@justin808
Copy link
Member

LGTM

end

Capybara.default_wait_time = 15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it need a bit more wait time to have CI pass?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samnang this was recommended by travis-ci for failed tests with capybara element not found.
under their common build errors documents. However, this was not why the test were failing. That was later solved by the update dependencies branch. Some updated npm modules had broken the app and the builds during fresh installs.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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

Successfully merging this pull request may close these issues.

None yet

3 participants