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 almost 9 years ago
- Related to Bug #13293: Intermittent host#edit parameter integration test failures after timeout added
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #13976: Unckecking override checkbox in smart class parameters effects other checkboxes added
Updated by Dominic Cleal almost 9 years ago
- Category set to Tests
It looks quite similar to #13293, where the timeout does appear to be working as the test takes over thirty seconds:
15:46:30 PtableIntegrationTest#test_0003_make sure that ptable names with slashes and dots work = 4.13 s = . 15:46:33 PuppetclassLookupKeyIntegrationTest#test_0001_index page = 2.95 s = . 15:46:37 PuppetclassLookupKeyIntegrationTest#test_0002_edit page = 3.76 s = . 15:46:49 PuppetclassLookupKeyIntegrationTest::js tests#test_0001_can hide value when overriden = 11.94 s = . 15:47:27 PuppetclassLookupKeyIntegrationTest::js tests#test_0002_uncheck override = 38.01 s = E 15:47:31 PuppetclassIntegrationTest#test_0001_edit page = 3.90 s = . 15:47:34 RealmIntegrationTest#test_0001_index page = 2.73 s = .
Updated by Dominic Cleal almost 9 years ago
Assertion output:
15:49:40 10) Error: 15:49:40 PuppetclassLookupKeyIntegrationTest::js tests#test_0002_uncheck override: 15:49:40 Capybara::ElementNotFound: Unable to find xpath "//table" 15:49:40 test/integration/puppetclass_lookup_key_test.rb:41:in `block (2 levels) in <class:PuppetclassLookupKeyIntegrationTest>'
Updated by Dominic Cleal almost 9 years ago
- Status changed from New to Resolved
Actions