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

8659 access the onetrust widget through a link in the site footer #6829

Merged

fix: Remove duplicated links

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

8659 access the onetrust widget through a link in the site footer #6829

fix: Remove duplicated links
406abe4
Select commit
Loading
Failed to load commit list.
GitHub Actions / orcid-web Unit Tests succeeded Jul 4, 2023 in 1s

orcid-web Unit Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
TEST-orcid.pojo.ajaxForm.DummyTest.xml 1✅ 37s
TEST-orcid.pojo.ajaxForm.WorkFormTest.xml 3✅ 42ms
TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml 12✅ 3s
TEST-org.orcid.frontend.oauth2.RevokeControllerTest.xml 6✅ 89ms
TEST-org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest.xml 4✅ 212ms
TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml 24✅ 5s
TEST-org.orcid.frontend.web.controllers.AffiliationsControllerTest.xml 1✅ 65ms
TEST-org.orcid.frontend.web.controllers.BaseControllerUtilTest.xml 6✅ 101ms
TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml 3✅ 577ms
TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml 9✅ 7s
TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml 7✅ 59ms
TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml 16✅ 4s
TEST-org.orcid.frontend.web.controllers.GetMyDataControllerTest.xml 1✅ 118ms
TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml 17✅ 3s
TEST-org.orcid.frontend.web.controllers.ManageProfileControllerTest.xml 33✅ 301ms
TEST-org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest.xml 2✅ 12ms
TEST-org.orcid.frontend.web.controllers.OauthRegistrationControllerTest.xml 1✅ 3s
TEST-org.orcid.frontend.web.controllers.OrgControllerTest.xml 1✅ 3s
TEST-org.orcid.frontend.web.controllers.PasswordResetControllerTest.xml 7✅ 3s
TEST-org.orcid.frontend.web.controllers.PeerReviewsControllerTest.xml 2✅ 3s
TEST-org.orcid.frontend.web.controllers.PIDControllerTest.xml 1✅ 3s
TEST-org.orcid.frontend.web.controllers.PublicProfileControllerTest.xml 5✅ 3s
TEST-org.orcid.frontend.web.controllers.PublicRecordControllerTest.xml 1✅ 3s
TEST-org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest.xml 4✅ 3s
TEST-org.orcid.frontend.web.controllers.RegistrationControllerTest.xml 17✅ 3s
TEST-org.orcid.frontend.web.controllers.ResearchResourceControllerTest.xml 5✅ 3s
TEST-org.orcid.frontend.web.controllers.ShibbolethControllerTest.xml 2✅ 10ms
TEST-org.orcid.frontend.web.controllers.SpamControllerTest.xml 4✅ 3s
TEST-org.orcid.frontend.web.controllers.WorksControllerTest.xml 10✅ 3s
TEST-org.orcid.frontend.web.controllers.WorkspaceControllerTest.xml 1✅ 11ms
TEST-org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest.xml 7✅ 116ms
TEST-org.orcid.frontend.web.pagination.WorksPaginatorTest.xml 9✅ 784ms
TEST-org.orcid.frontend.web.security.AuthenticationManagerTest.xml 1✅ 3s
TEST-org.orcid.frontend.web.util.CommonPasswordsTest.xml 1✅ 7ms
TEST-org.orcid.frontend.web.util.ThirdPartyLinkManagerTest.xml 4✅ 67ms

✅ TEST-orcid.pojo.ajaxForm.DummyTest.xml

1 tests were completed in 37s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
orcid.pojo.ajaxForm.DummyTest 1✅ 37s

✅ orcid.pojo.ajaxForm.DummyTest

✅ testThis

✅ TEST-orcid.pojo.ajaxForm.WorkFormTest.xml

3 tests were completed in 42ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
orcid.pojo.ajaxForm.WorkFormTest 3✅ 42ms

✅ orcid.pojo.ajaxForm.WorkFormTest

✅ testSerializeWork
✅ testValueOfAndBack
✅ testEmptyTranslatedTitleDontGetIntoTheWork

✅ TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml

12 tests were completed in 3s with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.email.RecordEmailSenderTest 12✅ 3s

✅ org.orcid.frontend.email.RecordEmailSenderTest

✅ testResetNotFoundEmail
✅ testSendForgottenIdEmailNotFound
✅ testSendDeactivateEmail
✅ testSendWelcomeEmail
✅ testSendVerificationEmail
✅ testSend2FADisabledEmail
✅ testSendOrcidLockedEmail
✅ testClaimReminderEmail
✅ testChangeEmailAddress
✅ testSendReactivationEmail
✅ testSendForgottenIdEmail
✅ testResetEmail

✅ TEST-org.orcid.frontend.oauth2.RevokeControllerTest.xml

6 tests were completed in 89ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.oauth2.RevokeControllerTest 6✅ 89ms

✅ org.orcid.frontend.oauth2.RevokeControllerTest

✅ tokenAlreadyDisabledOrNonExistingTest
✅ disableByTokenTest
✅ refreshTokenAlreadyDisabledTest
✅ notOwnerTest
✅ disableByRefreshTokenTest
✅ noTokenTest

✅ TEST-org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest.xml

4 tests were completed in 212ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest 4✅ 212ms

✅ org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest

✅ testCreateMembersListFromJson
✅ testCreateMemberFromSalesForceRecordWithNullValues
✅ testCreateMemberFromSalesForceRecord
✅ testCreateIntegrationsListFromJson

✅ TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml

24 tests were completed in 5s with 24 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.AdminControllerTest 24✅ 5s

✅ org.orcid.frontend.web.controllers.AdminControllerTest

✅ deactivateAndReactivateProfileTest
✅ testUnreviewAccounts
✅ findIdsTest
✅ deactivateOrcidRecords
✅ resetPasswordTest
✅ verifyEmailTest
✅ testGetLockReasons
✅ testCheckOrcid
✅ startDelegationProcess
✅ testConvertClient
✅ testReviewAccounts
✅ testValidateClientConversion
✅ addANewEmailToARecordThatAlreadyExistOnOtherAccount
✅ preventDisablingMembersTest
✅ testLockAccounts
✅ addANewEmailToARecord
✅ testUnlockAccounts
✅ resendClaimEmail
✅ resetPasswordTestOrcidURL
✅ adminSwitchUser
✅ resetPasswordUsingEmailTest
✅ addANewEmailToARecordThatIsDuplicated
✅ tryToDeprecateDeprecatedProfile
✅ resetPasswordValidateId

✅ TEST-org.orcid.frontend.web.controllers.AffiliationsControllerTest.xml

1 tests were completed in 65ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.AffiliationsControllerTest 1✅ 65ms

✅ org.orcid.frontend.web.controllers.AffiliationsControllerTest

✅ testSearchDisambiguated

✅ TEST-org.orcid.frontend.web.controllers.BaseControllerUtilTest.xml

6 tests were completed in 101ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.BaseControllerUtilTest 6✅ 101ms

✅ org.orcid.frontend.web.controllers.BaseControllerUtilTest

✅ getCurrentUserNoPrincipal
✅ getCurrentUserNoAuthentication
✅ getCurrentUserNoSecurittyContext
✅ getCurrentUserWrongAuthenticationClass
✅ getCurrentUserUsernamePasswordAuthenticationToken
✅ getCurrentUserPreAuthenticatedAuthenticationToken

✅ TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml

3 tests were completed in 577ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ClaimControllerTest 3✅ 577ms

✅ org.orcid.frontend.web.controllers.ClaimControllerTest

✅ testClaim
✅ testResendClaimEmail
✅ testResendEmailFailIfTheProfileIsAlreadyClaimed

✅ TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml

9 tests were completed in 7s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ClientsControllerTest 9✅ 7s

✅ org.orcid.frontend.web.controllers.ClientsControllerTest

✅ emptyClientTest
✅ editClientTest
✅ testInvalidName
✅ createInvalidClientTest
✅ getClientsTest
✅ testInvalidWebsite
✅ testInvalidDescription
✅ addClientTest
✅ editInvalidClientTest

✅ TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml

7 tests were completed in 59ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.DeveloperToolsControllerTest 7✅ 59ms

✅ org.orcid.frontend.web.controllers.DeveloperToolsControllerTest

✅ createClientTest
✅ testCrossSiteScriptingOnClientName
✅ testClientValidation
✅ updateClientTest
✅ resetClientSecretTest
✅ getClientTest
✅ testCrossSiteScriptingOnClientDescription

✅ TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml

16 tests were completed in 4s with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.FundingsControllerTest 16✅ 4s

✅ org.orcid.frontend.web.controllers.FundingsControllerTest

✅ testValidateAmountLocaleEN_US
✅ testValidateAmountLocaleRU
✅ testAddFundingWithoutAmount
✅ validateBigDecimalConversionLocaleRU
✅ testEditOrgOnExistingFunding
✅ validateBigDecimalConversionLocaleDE_CH
✅ validateBigDecimalConversionLocaleUS_EN
✅ getFunding
✅ testVAlidateAmountLocaleDE_CH
✅ testAddFundingWithInvalidDates
✅ testAddFunding
✅ testEditFunding
✅ testEditOtherSourceThrowsError
✅ testSearchDisambiguated
✅ testAddAmountWithoutCurrencyCode
✅ testGetFundingsJson

✅ TEST-org.orcid.frontend.web.controllers.GetMyDataControllerTest.xml

1 tests were completed in 118ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.GetMyDataControllerTest 1✅ 118ms

✅ org.orcid.frontend.web.controllers.GetMyDataControllerTest

✅ testDownload

✅ TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml

17 tests were completed in 3s with 17 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ManageMembersControllerTest 17✅ 3s

✅ org.orcid.frontend.web.controllers.ManageMembersControllerTest

✅ testDeactivateClientAlreadyDeactivated
✅ createMemberProfileWithInvalidTypeTest
✅ editGroupTypeTest
✅ testActivateClientAlreadyActive
✅ findMemberByOrcidTest
✅ testDeactivateClient
✅ createMemberProfileWithInvalidEmailsTest
✅ findClientTest
✅ createMemberProfileTest
✅ editClientWithInvalidRedirectUriTest
✅ editMemberTest
✅ editMemberDoesntChangePersistentTokenEnabledValueTest
✅ editMemberWithInvalidSalesforceIdTest
✅ editMemberWithInvalidEmailTest
✅ testActivateClient
✅ createMemberProfileWithInvalidSalesforceIdTest
✅ createMemberProfileWithInvalidGroupNameTest

✅ TEST-org.orcid.frontend.web.controllers.ManageProfileControllerTest.xml

33 tests were completed in 301ms with 33 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ManageProfileControllerTest 33✅ 301ms

✅ org.orcid.frontend.web.controllers.ManageProfileControllerTest

✅ testAddEmail_noPrimaryEmailChange
✅ testGetDeprecateProfile
✅ testDeleteEmailJsonBlankEmail
✅ testSetPrimary_nothingChange
✅ testConfirmDeprecateProfileCurrentProfileDeprecated
✅ testEditEmail_noPrimaryChange
✅ testDeleteEmail
✅ testConfirmDeprecateProfileWithInvalidDataMatchingAccounts
✅ testConfirmDeprecateProfileWithInvalidDataDeactivatedProfile
✅ testValidateDeprecateProfileWithValidData
✅ testConfirmDeprecateProfileWithInvalidDataAlreadyDeprecatedProfile
✅ testDeleteEmailOnlyEmail
✅ testDeleteEmailJsonWrongOwner
✅ testValidateDeprecateProfileWithInvalidDataMatchingAccounts
✅ testAddDelegate
✅ testAddEmail_primaryEmailChange
✅ testConfirmDeprecateProfile
✅ testValidateDeprecateProfileWithInvalidDataAlreadyDeprecatedProfile
✅ testStripHtmlFromNames
✅ testValidateBiography
✅ testGetDelegates
✅ validateEmailAddressTest
✅ testConfirmDeprecateProfileCurrentProfileDeactivated
✅ testRevokeDelegate
✅ testValidateDeprecateProfileWithInvalidDataDeactivatedProfile
✅ testValidateDeprecateProfileWithInvalidDataBadCredentials
✅ testDeleteEmailPrimaryEmail
✅ testSetPrimary_primaryEmailChangeAndPrimaryIsNotVerified
✅ testVerifyEmail
✅ testConfirmDeprecateProfileWithInvalidDataBadCredentials
✅ testSetPrimary_primaryEmailChange
✅ testEditEmail_primaryEmailChange
✅ testConfirmDeprecateProfileUnkownError

✅ TEST-org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest.xml

2 tests were completed in 12ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest 2✅ 12ms

✅ org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest

✅ testObtainOauth2TokenPostLockedClient
✅ testObtainOauth2TokenPost

✅ TEST-org.orcid.frontend.web.controllers.OauthRegistrationControllerTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OauthRegistrationControllerTest 1✅ 3s

✅ org.orcid.frontend.web.controllers.OauthRegistrationControllerTest

✅ testStripHtmlFromNames

✅ TEST-org.orcid.frontend.web.controllers.OrgControllerTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OrgControllerTest 1✅ 3s

✅ org.orcid.frontend.web.controllers.OrgControllerTest

✅ testFindBySourceTypeAndSourceId

✅ TEST-org.orcid.frontend.web.controllers.PasswordResetControllerTest.xml

7 tests were completed in 3s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PasswordResetControllerTest 7✅ 3s

✅ org.orcid.frontend.web.controllers.PasswordResetControllerTest

✅ testPasswordResetUserNotFoundSendEmail
✅ testPasswordResetLinkExpired
✅ testResetPasswordDontFailIfAnyFieldIsEmtpy
✅ testPasswordResetUnclaimedSendEmail
✅ testPasswordResetUserDeactivatedSendEmail
✅ testSubmitConsolidatedPasswordReset
✅ testPasswordResetLinkValidLinkDirectsToConsolidatedScreenDirectly

✅ TEST-org.orcid.frontend.web.controllers.PeerReviewsControllerTest.xml

2 tests were completed in 3s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PeerReviewsControllerTest 2✅ 3s

✅ org.orcid.frontend.web.controllers.PeerReviewsControllerTest

✅ testSearchDisambiguated
✅ testGetPeerReviews

✅ TEST-org.orcid.frontend.web.controllers.PIDControllerTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PIDControllerTest 1✅ 3s

✅ org.orcid.frontend.web.controllers.PIDControllerTest

✅ testNorm

✅ TEST-org.orcid.frontend.web.controllers.PublicProfileControllerTest.xml

5 tests were completed in 3s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PublicProfileControllerTest 5✅ 3s

✅ org.orcid.frontend.web.controllers.PublicProfileControllerTest

✅ testGetPersonDetails
✅ testGetGroupedAffiliations
✅ testViewValidUser
✅ testViewClaimedUserWhenIsLongEnough
✅ getUserInfoTest

✅ TEST-org.orcid.frontend.web.controllers.PublicRecordControllerTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PublicRecordControllerTest 1✅ 3s

✅ org.orcid.frontend.web.controllers.PublicRecordControllerTest

✅ testGetPublicRecord

✅ TEST-org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest.xml

4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest 4✅ 3s

✅ org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest

✅ nextOnFirstPageTest
✅ previousOnLastPageTest
✅ nextOnLastPageTest
✅ previousOnFirstPageTest

✅ TEST-org.orcid.frontend.web.controllers.RegistrationControllerTest.xml

17 tests were completed in 3s with 17 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.RegistrationControllerTest 17✅ 3s

✅ org.orcid.frontend.web.controllers.RegistrationControllerTest

✅ regEmailsAdditonalValidateNotSameAsOtherAdditional
✅ verifyEmail_UnableToDecryptEmailTest
✅ verifyEmailTest
✅ regEmailsAdditionalValidateClaimedAccountTest
✅ regEmailValidateClaimedAccountTest
✅ regEmailsAdditionalValidateDeactivatedAndUnclaimedAccountTest
✅ regActivitiesVisibilityDefaultIsNotNull
✅ verifyEmail_InvalidEmailTest
✅ regEmailValidateUnclaimedAccountButEnableAutoDeprecateDisableOnClientTest
✅ regEmailsAdditionalValidateDeactivatedAccountTest
✅ verifyEmail_NotVerifiedTest
✅ regEmailsAdditionalValidateUnclaimedAccountButEnableAutoDeprecateDisableOnClientTest
✅ testStripHtmlFromNames
✅ regEmailValidateUnclaimedAccountTest
✅ regEmailValidateDeactivatedAndUnclaimedAccountTest
✅ regEmailValidateDeactivatedAccountTest
✅ regEmailsAdditonalValidateUnclaimedAccountTest

✅ TEST-org.orcid.frontend.web.controllers.ResearchResourceControllerTest.xml

5 tests were completed in 3s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ResearchResourceControllerTest 5✅ 3s

✅ org.orcid.frontend.web.controllers.ResearchResourceControllerTest

✅ testUpdateMax
✅ testUpdateVis
✅ testSort
✅ testReadPage
✅ testReadOne

✅ TEST-org.orcid.frontend.web.controllers.ShibbolethControllerTest.xml

2 tests were completed in 10ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ShibbolethControllerTest 2✅ 10ms

✅ org.orcid.frontend.web.controllers.ShibbolethControllerTest

✅ testDuplicateNameHeaders
✅ testNameHeaders

✅ TEST-org.orcid.frontend.web.controllers.SpamControllerTest.xml

4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.SpamControllerTest 4✅ 3s

✅ org.orcid.frontend.web.controllers.SpamControllerTest

✅ testUpdateSpam
✅ testCreateSpam
✅ testReadOne
✅ testDeleteSpam

✅ TEST-org.orcid.frontend.web.controllers.WorksControllerTest.xml

10 tests were completed in 3s with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.WorksControllerTest 10✅ 3s

✅ org.orcid.frontend.web.controllers.WorksControllerTest

✅ testAddWork
✅ testGetWorkInfoWithContributors
✅ testUpdateWork
✅ testExportToBibtex
✅ testGroupWorks
✅ testEditOtherSourceThrowsError
✅ testGetWorkInfo
✅ testFieldValidators
✅ testGetWorkInfoWithContributorsGroupedByOrcid
✅ testGetWorksInfo

✅ TEST-org.orcid.frontend.web.controllers.WorkspaceControllerTest.xml

1 tests were completed in 11ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.WorkspaceControllerTest 1✅ 11ms

✅ org.orcid.frontend.web.controllers.WorkspaceControllerTest

✅ validateSmallerThanTest

✅ TEST-org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest.xml

7 tests were completed in 116ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest 7✅ 116ms

✅ org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest

✅ oauth2ScreensFeatureEnabledTest
✅ noAuthentication
✅ nullSession
✅ noSecurityContext
✅ notUriOauthAuthorize
✅ hasOrcidProfileUserDetails
✅ oauth2ScreensFeatureFlagUsedTest

✅ TEST-org.orcid.frontend.web.pagination.WorksPaginatorTest.xml

9 tests were completed in 784ms with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.pagination.WorksPaginatorTest 9✅ 784ms

✅ org.orcid.frontend.web.pagination.WorksPaginatorTest

✅ testReverseSecondaryTitleSortForNullDates
✅ testGetAllWorks
✅ testGetPublicWorksPage
✅ testGetWorksExtendedPage
✅ testGetPublicWorksExtendedPage
✅ testTitleSortCaseInsensitive
✅ testGetAllPublic
✅ testGetWorkWithNulltitle
✅ testGetWorksPage

✅ TEST-org.orcid.frontend.web.security.AuthenticationManagerTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.security.AuthenticationManagerTest 1✅ 3s

✅ org.orcid.frontend.web.security.AuthenticationManagerTest

✅ testSuccessfullAuthentication

✅ TEST-org.orcid.frontend.web.util.CommonPasswordsTest.xml

1 tests were completed in 7ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.util.CommonPasswordsTest 1✅ 7ms

✅ org.orcid.frontend.web.util.CommonPasswordsTest

✅ testPasswordIsCommon

✅ TEST-org.orcid.frontend.web.util.ThirdPartyLinkManagerTest.xml

4 tests were completed in 67ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.util.ThirdPartyLinkManagerTest 4✅ 67ms

✅ org.orcid.frontend.web.util.ThirdPartyLinkManagerTest

✅ findOrcidClientsWithPredefinedOauthScopePeerReviewImportTest
✅ findOrcidClientsWithPredefinedOauthScopeWorksImportTest
✅ findOrcidClientsWithPredefinedOauthScopeFundingImportTest
✅ findOrcidClientsWithPredefinedOauthScopeReadAccessTest