-
Notifications
You must be signed in to change notification settings - Fork 80
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
Can't build project because of test errors #411
Comments
I had test errors on macOS. I had to install Firefox. After doing that, Firefox popped up, lots of automatic testing seems to have worked, but 10 errors on StarterPageIT.java Seems related, yes? FYI - I tried skipping the tests, build succeeded, but running it fails to startup the app context.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
i checked it out and also have lombok installed. But I get an erro in the pom.xml
When I build it with
mvn clean install
i get errors:from the logs:
`
could not be scrolled into view Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'myHostPC', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.4.0-65-generic', java.version: '11.0.10' Driver info: org.openqa.selenium.firefox.FirefoxDriver Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 85.0, javascriptEnabled: true, moz:accessibilityChecks: false, moz:buildID: 20210118153634, moz:geckodriverVersion: 0.29.0, moz:headless: false, moz:processID: 25975, moz:profile: /tmp/rust_mozprofile0BxsvW, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, platformVersion: 5.4.0-65-generic, rotatable: false, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} Session ID: b8147fd9-3839-4fe7-b535-4cfd483ef581 at org.joinfaces.example.view.StarterPageIT.clickOmnifaces1(StarterPageIT.java:201) ]]><error message="Element could not be scrolled into view Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'myHostPC', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.4.0-65-generic', java.version: '11.0.10' Driver info: org.openqa.selenium.firefox.FirefoxDriver Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 85.0, javascriptEnabled: true, moz:accessibilityChecks: false, moz:buildID: 20210118153634, moz:geckodriverVersion: 0.29.0, moz:headless: false, moz:processID: 25975, moz:profile: /tmp/rust_mozprofile0BxsvW, moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, platformVersion: 5.4.0-65-generic, rotatable: false, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} Session ID: b8147fd9-3839-4fe7-b535-4cfd483ef581" type="org.openqa.selenium.ElementNotInteractableException">
`
The text was updated successfully, but these errors were encountered: