Skip to content
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

Integration Tests fails with java.lang.NoClassDefFoundError #184

Closed
puneetbehl opened this issue Mar 15, 2024 · 0 comments
Closed

Integration Tests fails with java.lang.NoClassDefFoundError #184

puneetbehl opened this issue Mar 15, 2024 · 0 comments

Comments

@puneetbehl
Copy link
Contributor

java.lang.NoClassDefFoundError: org/openqa/selenium/interactions/HasTouchScreen
        at Script_45a699fb8fec283c3092b552c4f696a2$_run_closure1.closure4$_closure9(Script_45a699fb8fec283c3092b552c4f696a2.groovy:25)
        at groovy.lang.Closure.call(Closure.java:412)
        at groovy.lang.Closure.call(Closure.java:428)
        at groovy.lang.GString.writeTo(GString.java:194)
        at groovy.lang.GString.toString(GString.java:157)
        at geb.error.GebException.<init>(GebException.groovy:24)
        at geb.driver.CallbackDriverFactory.getDriver(CallbackDriverFactory.groovy:35)
        at geb.driver.CachingDriverFactory.getDriver_closure4(CachingDriverFactory.groovy:57)
        at geb.driver.CachingDriverFactory.getDriver_closure4(CachingDriverFactory.groovy)
        at geb.driver.CachingDriverFactory$SimpleCache.get(CachingDriverFactory.groovy:81)
        at geb.driver.CachingDriverFactory.getDriver(CachingDriverFactory.groovy:56)
        at geb.Configuration.createDriver(Configuration.groovy:700)
        at geb.Configuration.getDriver(Configuration.groovy:377)
        at geb.Browser.getDriver(Browser.groovy:166)
        at geb.Browser.retrieveCurrentUri(Browser.groovy:[122](https://github.com/grails/grails-cache/actions/runs/8236484530/job/22522999197?pr=182#step:5:125)9)
        at geb.Browser.go(Browser.groovy:507)
        at geb.Browser.go(Browser.groovy:485)
        at geb.spock.GebSpec.methodMissing(GebSpec.groovy:1)
        at com.demo.CacheTagIntegrationSpec.test clear cache(CacheTagIntegrationSpec.groovy:14)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant