msyavuz commented on code in PR #33043:
URL: https://github.com/apache/superset/pull/33043#discussion_r2044621152
##########
superset-frontend/src/components/Select/Select.test.tsx:
##########
@@ -699,7 +662,7 @@ test('selects all values', async () => {
/>,
);
await open();
- userEvent.click(await
findSelectOption(selectAllOptionLabel(OPTIONS.length)));
+ userEvent.click(await
screen.findByText(selectAllButtonText(OPTIONS.length)));
Review Comment:
In this case we are also checking for the number displayed on buttons.
--
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]