-
Notifications
You must be signed in to change notification settings - Fork 236
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
Upgrade docker-fixtures
from 1.11 to 1.12
#814
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks a bunch 👏🏻
Appears to be a flakey test due to a timing issue with JavaScript, it passes sometimes, (and reliably passes when debugging 😉 ) I'll take a look |
Current API is flawed for asserting form validation. Matchers should be able to retrieve state from selenium, without knowing what you are looking for you don't know what should be on the page. Added a hacky sleep to stabilize test suite rather than adjusting the API
@@ -1,4 +1,5 @@ | |||
FROM jenkins/java:d93654cc6239 | |||
# curl -s https://raw.githubusercontent.com/jenkinsci/docker-fixtures/master/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/JavaContainer/Dockerfile | sha1sum | cut -c 1-12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a permalink (like a tag name).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request without reasoning
Fixes #807