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

chore(deps): bump com.codeborne:selenide from 6.18.0 to 6.19.0 #280

Merged
merged 1 commit into from
Sep 28, 2023

chore(deps): bump com.codeborne:selenide from 6.18.0 to 6.19.0

15c754f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): bump com.codeborne:selenide from 6.18.0 to 6.19.0 #280

chore(deps): bump com.codeborne:selenide from 6.18.0 to 6.19.0
15c754f
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results succeeded Sep 28, 2023 in 0s

All 47 tests pass in 5m 10s

15 files  15 suites   5m 10s ⏱️
47 tests 47 ✔️ 0 💤 0
58 runs  58 ✔️ 0 💤 0

Results for commit 15c754f.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

47 tests found

There are 47 tests, see "Raw output" for the full list of tests.
Raw output
com.example.application.BootstrapTest ‑ devMode_applicationStart_endpointsGenerated
com.example.application.PushTest ‑ protectedEndpoint_anonymousUser_subscriptionFails
com.example.application.PushTest ‑ publicEndpoint_anonymousUser_changesPushed
com.example.application.PushTest ‑ publicEndpoint_anonymousUser_subscriptionAutoClose
com.example.application.PushTest(production) ‑ protectedEndpoint_anonymousUser_subscriptionFails
com.example.application.PushTest(production) ‑ publicEndpoint_anonymousUser_changesPushed
com.example.application.PushTest(production) ‑ publicEndpoint_anonymousUser_subscriptionAutoClose
com.example.application.SmokeTest ‑ home_navigateToFlowView_viewDisplayed
com.example.application.SmokeTest ‑ openFlowView_viewDisplayed
com.example.application.SmokeTest ‑ openNotExisingView_flowErrorPageIsDisplayed
com.example.application.SmokeTest ‑ publicEndpoint_invocationSucceeded
com.example.application.SmokeTest ‑ rootPath_viewDisplayed
com.example.application.SmokeTest(production) ‑ home_navigateToFlowView_viewDisplayed
com.example.application.SmokeTest(production) ‑ openFlowView_viewDisplayed
com.example.application.SmokeTest(production) ‑ openNotExisingView_flowErrorPageIsDisplayed
com.example.application.SmokeTest(production) ‑ publicEndpoint_invocationSucceeded
com.example.application.SmokeTest(production) ‑ rootPath_viewDisplayed
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_emptyMethodName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_missingMethodName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_multipleParameters
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_singleComplexParameter
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_singleSimpleParameter
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongEndpointName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongMethodName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongNumberOfParameters_badRequest
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongParametersOrder_badRequest
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_adminAndUserOnly_onlyAdminAndUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_adminOnly_onlyAdminAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_deny_notAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_notAnnotatedMethod_denyAll
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_permitAll_authenticatedUsersAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_userOnly_onlyUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ cancelableReactiveEndpoint_clientCancel_serverUnsubscribeCallBackInvoked
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ cancelableReactiveEndpoint_clientDisconnectWithoutCancel_serverUnsubscribeCallBackInvoked
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ cancelableReactiveEndpoint_subscribeAfterCancel_connectionNotClosedAndMessagesPushed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ reactiveEndpoint_messagesPushedToTheClient
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_adminAndUserOnly_onlyAdminAndUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_adminOnly_onlyAdminAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_deny_notAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_notAnnotatedMethod_denyAll
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_permitAll_authenticatedUsersAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_userOnly_onlyUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderAuthentication_anonymous_returnsNull
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderAuthentication_authenticated_returnsPrincipal
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderRoleChecker_anonymous_checkIsAlwaysFalse
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderRoleChecker_authenticated_checksRoles
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ classUtils_getUserClass_proxiedObject_returnRawClass