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

Update screenshots to fix broken CI tests on Travis #814

Merged
merged 5 commits into from
Aug 27, 2015

Conversation

armish
Copy link
Member

@armish armish commented Aug 21, 2015

For some reason unknown to me, our CI tests were failing us due to differing screenshots. See this trivial change in the README file and the corresponding fail report from Travis.

A few pages were off had different renderings of button corners (like run pages). I am not sure why these need an update, but might be due to an update on the Sauce Labs side that affected renderings.

This is to bring the screenshots up-to-date and resolve issues with Travis.

Review on Reviewable

@armish
Copy link
Member Author

armish commented Aug 27, 2015

FYI: I will merge this trivial one in and continue working on the other ones.

armish added a commit that referenced this pull request Aug 27, 2015
Update screenshots to fix broken CI tests on Travis
@armish armish merged commit 5f3e8b5 into master Aug 27, 2015
capabilities=$(python <<EOF
import json
capabilities = json.loads(open('$SELTEST_CAPABILITIES').read())
capabilities['tunnel-identifier'] = '$TRAVIS_JOB_NUMBER'
Copy link
Member

Choose a reason for hiding this comment

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

./update-screenshots.sh runs locally, so there won't be a TRAVIS_JOB_NUMBER--I think this file should remain the same.

@ihodes
Copy link
Member

ihodes commented Aug 31, 2015

Sorry I didn't get to this earlier! The ./update-screenshots.sh script needs to be reverted to the way it was before; cf. my comment on it.

I'm not quite sure, but it looks like the issue was sparked this PR was fixed (timestamp issues?), and the screenshots needed to be changed in the end just because of the Chrome version bump to 44?

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

2 participants