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

Fixes #20048 - Wait before checking CR password #4604

Closed
wants to merge 1 commit into from

Conversation

dLobatog
Copy link
Member

The test is trying to check the value for the password field.
However it's failing to get it, possibly because jQuery is still
setting the password.

I see find_field is supposed to wait for Capybara.default_max_wait_time, but there is no apparent reason why the password would not show up. Is there a way to check in Jenkins, saving Rails logs somewhere..?

@theforeman-bot
Copy link
Member

Issues: #20048

The test is trying to check the value for the password field.
However it's failing to get it, possibly because jQuery is still
setting the password.
@dLobatog
Copy link
Member Author

I think the problem appears to be that "find('xxxxxx').value" is not correct - .value might not wait until find returns - let's use Capybara helpers for that.

@tbrisker
Copy link
Member

tbrisker commented Jul 2, 2017

looks like test are failing.

@dLobatog dLobatog closed this Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants