-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Hello,
i checked it out and also have lombok installed. But I get an erro in the pom.xml
Plugin execution not covered by lifecycle configuration: org.joinfaces:joinfaces-maven-plugin:4.4.2:classpath-scan (execution: default, phase: process-classes) pom.xml /joinfaces-maven-jar-example line 273
When I build it with mvn clean install i get errors:
[ERROR] Errors:
[ERROR] StarterPageIT.clickAdminfaces:186 » ElementNotInteractable Element <span class...
[ERROR] StarterPageIT.clickAngularfaces:141 » ElementNotInteractable Element <span cla...
[ERROR] StarterPageIT.clickMyfaces:66 » ElementNotInteractable Element <div id="tabVie...
[ERROR] StarterPageIT.clickOmnifaces3:216 » ElementNotInteractable Element <span class...
[ERROR] StarterPageIT.clickPrimefaces:96 » ElementNotInteractable Element <span class=...
[ERROR] StarterPageIT.clickRichfaces:156 » ElementNotInteractable Element <span class=...
[ERROR] StarterPageIT.clickSecurity:81 » ElementNotInteractable Element <span class="u...
[INFO]
[ERROR] Tests run: 33, Failures: 0, Errors: 7, Skipped: 0
from the logs:
`
<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">
`