Actions: epam/ketcher
Actions
234 workflow runs
234 workflow runs
handleSelectChange — i.e. as soon as the user picks **HELM** from the format dropdown, before any Save action. A user who selects HELM, sees the toast, then cancels the dialog (or switches to another format) has been warned about an export that never happens. The PR description also says the warning is "dispatched on HELM export", which doesn't match the actual call site.
Claude Create Autotest Request
#79:
Issue #10155
labeled
by
AlexeyGirin
data-testid="error-tooltip" and testId="error-tooltip-close". With multiple warnings visible (which is the entire point of this refactor), getByTestId queries become ambiguous and existing e2e/unit tests that target these IDs will break or match a single one non-deterministically.
Claude Create Autotest Request
#78:
Issue #10157
labeled
by
AlexeyGirin
Snackbar with one autoHideDuration={6000} now wraps a list of toasts. The timer is shared across the whole list, which has two awkward consequences when warnings are pushed at different moments:
Claude Create Autotest Request
#77:
Issue #10156
labeled
by
AlexeyGirin