hootenanny-ui icon indicating copy to clipboard operation
hootenanny-ui copied to clipboard

UI failure on CentOS7x

Open sputnam opened this issue 7 years ago • 3 comments

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'

sputnam avatar Nov 10 '17 21:11 sputnam

screenshot_2017-11-10-18-40-57 803

sputnam avatar Nov 10 '17 21:11 sputnam

Those alerts are probably blocking the driver from accessing elements under it (aka BrazilFilterCucumber).

rmrice avatar Nov 10 '17 21:11 rmrice

Should be a stack trace in tomcat log. Or you could run through this manually and more details to get stderr.

brianhatchl avatar Nov 10 '17 21:11 brianhatchl