feat(UI): add autocomplete component to components library #5083
GitHub Actions / Unit Test Results (build & test)
succeeded
Mar 13, 2025 in 0s
All 32 tests pass in 2m 36s
Annotations
Check notice on line 0 in .github
github-actions / Unit Test Results (build & test)
32 tests found
There are 32 tests, see "Raw output" for the full list of tests.
Raw output
app.ApplicationTest ‑ testAPI()
app.ApplicationTest ‑ testHappyPathOidc()
app.ApplicationTest ‑ testHealth()
app.ApplicationTest ‑ testIndex()
app.ApplicationTest ‑ testIndexNotFound()
app.ApplicationTest ‑ testInvalidRedirectUrl()
app.ApplicationTest ‑ testOidcRedirectToRequestedUrl()
app.ApplicationTest ‑ testOpenIdConfig()
oidc.OidcCallbackLogicTest ‑ testGetGroupNamesWithCollection()
oidc.OidcCallbackLogicTest ‑ testGetGroupNamesWithCommaSeparated()
oidc.OidcCallbackLogicTest ‑ testGetGroupNamesWithSingleGroup()
oidc.OidcCallbackLogicTest ‑ testGetGroupsClaimNamesJsonArray()
security.AuthenticationManagerTest ‑ testEmptyUsername()
security.AuthenticationManagerTest ‑ testNullUsername()
security.AuthenticationManagerTest ‑ testRealAuthentication()
security.DataHubUserPrincipalTest ‑ testEquals()
security.DataHubUserPrincipalTest ‑ testGetName()
security.DataHubUserPrincipalTest ‑ testHashCode()
security.DataHubUserPrincipalTest ‑ testToString()
security.DummyLoginModuleTest ‑ testAuthenticate()
security.GuestAuthenticationConfigsTest ‑ testGuestConfigDisabled()
security.GuestAuthenticationConfigsTest ‑ testGuestConfigEnabled()
security.GuestAuthenticationConfigsTest ‑ testGuestConfigWithUserEnabled()
security.OidcConfigurationTest ‑ readPreferredJwsAlgorithmPropagationFromConfig()
security.OidcConfigurationTest ‑ readPreferredJwsAlgorithmPropagationFromJSON()
security.OidcConfigurationTest ‑ readTimeoutPropagation()
security.PropertyFileLoginModuleTest ‑ testFailedAuthentication()
security.PropertyFileLoginModuleTest ‑ testLogoutClearsCredentials()
security.PropertyFileLoginModuleTest ‑ testNonexistentFile()
security.PropertyFileLoginModuleTest ‑ testNonexistentUser()
security.PropertyFileLoginModuleTest ‑ testSuccessfulAuthentication()
utils.SearchUtilTest ‑ testEscapeForwardSlash()
Loading