Skip to content

Upgrade nimbus-jose-jwt to 9.37.2 #2097

Upgrade nimbus-jose-jwt to 9.37.2

Upgrade nimbus-jose-jwt to 9.37.2 #2097

GitHub Actions / Java CI / Test Report (11) failed Nov 19, 2024 in 0s

732 tests run, 729 passed, 2 skipped, 1 failed.

Annotations

Check failure on line 72 in security-oauth2/src/test/groovy/io/micronaut/security/oauth2/e2e/OpenIdAuthorizationCodeSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (11)

OpenIdAuthorizationCodeSpec.test a full login

Condition failed with Exception:

browser.at HomePage
|       |  |
|       |  class io.micronaut.security.oauth2.e2e.HomePage
|       Assertion failed: 
|        
|       title == "Home"
|       |     |
|       |     false
|       'Sign in to Keycloak'
|        
|       	at io.micronaut.security.oauth2.e2e.HomePage._clinit__closure1(HomePage.groovy:7)
|       	at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:30)
|       	at geb.Page.verifyThisPageAtOnly(Page.groovy:420)
|       	at geb.Page.getAtVerificationResult(Page.groovy:213)
|       	at geb.Page.verifyAt(Page.groovy:184)
|       	at geb.Browser.doAt(Browser.groovy:1198)
|       	at geb.Browser.at(Browser.groovy:374)
|       	at io.micronaut.security.oauth2.e2e.OpenIdAuthorizationCodeSpec.test a full login(OpenIdAuthorizationCodeSpec.groovy:72)
<geb.Browser@3fe9b5c0 page=io.micronaut.security.oauth2.e2e.LoginPage config=geb.Configuration@48503a3b remoteDriverOperations=geb.driver.RemoteDriverOperations@7852de8e reportGroup=null navigatorFactory=geb.navigator.factory.BrowserBackedNavigatorFactory@ae723f1 $augmentedDriver=null>
Raw output
Condition failed with Exception:

browser.at HomePage
|       |  |
|       |  class io.micronaut.security.oauth2.e2e.HomePage
|       Assertion failed: 
|        
|       title == "Home"
|       |     |
|       |     false
|       'Sign in to Keycloak'
|        
|       	at io.micronaut.security.oauth2.e2e.HomePage._clinit__closure1(HomePage.groovy:7)
|       	at geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:30)
|       	at geb.Page.verifyThisPageAtOnly(Page.groovy:420)
|       	at geb.Page.getAtVerificationResult(Page.groovy:213)
|       	at geb.Page.verifyAt(Page.groovy:184)
|       	at geb.Browser.doAt(Browser.groovy:1198)
|       	at geb.Browser.at(Browser.groovy:374)
|       	at io.micronaut.security.oauth2.e2e.OpenIdAuthorizationCodeSpec.test a full login(OpenIdAuthorizationCodeSpec.groovy:72)
<geb.Browser@3fe9b5c0 page=io.micronaut.security.oauth2.e2e.LoginPage config=geb.Configuration@48503a3b remoteDriverOperations=geb.driver.RemoteDriverOperations@7852de8e reportGroup=null navigatorFactory=geb.navigator.factory.BrowserBackedNavigatorFactory@ae723f1 $augmentedDriver=null>

	at io.micronaut.security.oauth2.e2e.OpenIdAuthorizationCodeSpec.test a full login(OpenIdAuthorizationCodeSpec.groovy:72)
Caused by: Assertion failed: 

title == "Home"
|     |
|     false
'Sign in to Keycloak'

	at io.micronaut.security.oauth2.e2e.HomePage._clinit__closure1(HomePage.groovy:7)
	at app//geb.waiting.PotentiallyWaitingExecutor.execute(PotentiallyWaitingExecutor.groovy:30)
	at app//geb.Page.verifyThisPageAtOnly(Page.groovy:420)
	at app//geb.Page.getAtVerificationResult(Page.groovy:213)
	at app//geb.Page.verifyAt(Page.groovy:184)
	at app//geb.Browser.doAt(Browser.groovy:1198)
	at app//geb.Browser.at(Browser.groovy:374)
	... 1 more