-
Notifications
You must be signed in to change notification settings - Fork 991
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
Refs #37443 - find the right Edit button on the host details page #10298
Conversation
test/integration/host_js_test.rb
Outdated
@@ -529,6 +529,7 @@ class HostJSTest < IntegrationTestWithJavascript | |||
page.find(id).click | |||
assert page.has_no_selector?(id) | |||
click_button('Submit') | |||
find('h5', :text => host.fqdn) # wait for the host page to load |
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.
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.
Split that change out to #10302
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.
LGTM, thank you!
Fixes: 37093a5