hootenanny-ui
hootenanny-ui copied to clipboard
UI failure on CentOS7x
The following error seems to consistently happen when tests are run on CentOS7x.
Unable to find css "text" with text "BrazilFilterCucumber" (Capybara::ElementNotFound)
./features/step_definitions/custom_steps.rb:219:in `/^I click the "([^"]*)" Dataset$/'
./features/support/hooks.rb:43:in `block in <top (required)>'
features/hgis_workflow.feature:19:in `When I click the "BrazilFilterCucumber" Dataset'
Those alerts are probably blocking the driver from accessing elements under it (aka BrazilFilterCucumber
).
Should be a stack trace in tomcat log. Or you could run through this manually and more details
to get stderr.