Actions
Bug #14034
closedIntermediate failures on Jenkins for puppetclass_lookup_key integration test
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Tests
Target version:
-
Description
This test fails between visit and within because the table isn't there yet:
test "uncheck override" do
visit puppetclass_lookup_keys_path
within(:xpath, "//table") do
click_link "ssl"
end
This might also start happening in test 'can hide value when overriden' which starts the same as the test above.
Updated by Dominic Cleal about 9 years ago
- Related to Bug #13293: Intermittent host#edit parameter integration test failures after timeout added
Updated by Dominic Cleal about 9 years ago
- Related to Bug #13976: Unckecking override checkbox in smart class parameters effects other checkboxes added
Actions