jfrag1 commented on code in PR #25993:
URL: https://github.com/apache/superset/pull/25993#discussion_r1394670362


##########
superset-frontend/src/components/Select/Select.test.tsx:
##########
@@ -985,6 +985,20 @@ test('fires onChange when clearing the selection in 
multiple mode', async () =>
   expect(onChange).toHaveBeenCalledTimes(1);
 });
 
+test('fires onChange when pasting a selection', async () => {

Review Comment:
   This test fails without the fix



-- 
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]

Reply via email to