Skip to content

feat(UI): improve Select components #32357

feat(UI): improve Select components

feat(UI): improve Select components #32357

GitHub Actions / Unit Test Results (build & test) succeeded Mar 14, 2025 in 0s

All 32 tests pass in 2m 36s

18 files   -   379  18 suites   - 379   2m 36s ⏱️ - 13m 38s
32 tests  - 1 737  32 ✅  - 1 711  0 💤  - 26  0 ❌ ±0 
64 runs   - 1 743  64 ✅  - 1 717  0 💤  - 26  0 ❌ ±0 

Results for commit 09f280e. ± Comparison against earlier commit 548e440.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions 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()