I3eka commented on PR #44491:
URL: https://github.com/apache/superset/pull/44491#issuecomment-5760050746
I reproduced and fixed a mistake in my new regression test: this branch pins
`@testing-library/user-event` 12.8.3, which has no `keyboard()` API. The
earlier local check used 14.6.7, so it missed the incompatibility reported by
Jest shard 8 and TypeScript.
04cd210b3d keeps the keyboard/focus check but uses the pinned version's
existing `type(button, '{enter}', { skipClick: true })` API. All four clipboard
cases fail before this change and pass after it on 12.8.3. The three targeted
suites now pass **49 tests** with 12.8.3 and also with 14.6.7. No runtime code
or dependency changed.
The pinned-type before/after comparison removes this test's TS2339; other
baseline diagnostics remain. Changed-file formatting/lint checks pass. The
required all-files run completed in an isolated checkout but still has the
disclosed old-base/tooling failures; none of its unrelated auto-fixes are
included. This is not a claim that the inherited AI base or full CI is green,
and no deployment was needed for the test-only correction.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]