John Kim
John Kim
## Description addressing lack of contrast between text/background for avatars in light mode. duplicate of https://github.com/determined-ai/determined/pull/5066 on upstream branch ## Test Plan nothing to test in core since `noColor` prop...
Trying to use this library for visual regression in component testing. With these values in `cypress.config.ts`: ``` component: { devServer: { framework: 'react', bundler: 'vite', }, env: { visualRegressionType: 'regression',...
I want to write tests for a component that uses glide-data-grid, in a project using vitest. As a proof of concept, I'm creating a test that only renders a basic...
Et 25
## Description ## Test Plan ## Commentary (optional) ## Checklist - [ ] Changes have been manually QA'd - [ ] User-facing API changes need the "User-facing API Change" label....
## Ticket ET-237 ## Description Removes boolean `selectAll` and dependent logic from BulkAction/BatchAction handling. ## Test Plan - [ ] Select multiple rows from the Experiment List - [ ]...
## Ticket ET-99 ## Description Adding "Scatter Plots" and "Heat Map" charts to comparison view on Experiments list page ## Test Plan - [ ] Select a multi-trial experiment to...
## Ticket ET-198 ## Description Add tests to `Searches` component ## Test Plan No additional testing required, automated tests should pass. ## Checklist - [ ] Changes have been manually...
## Ticket CM-471 ## Description Modify existing Login Redirect test to use a nested route as specified in the manual release party test plan ## Test Plan No additional testing...
## Ticket CM-411 ## Description Fix bug where version upgrade notification would not having expected styling applied. This is addressed by adding `themeClass` to the `notification.warning` call. PR also includes:...