rusackas commented on code in PR #41636:
URL: https://github.com/apache/superset/pull/41636#discussion_r3568616548


##########
superset-frontend/src/features/alerts/AlertReportModal.test.tsx:
##########
@@ -1853,7 +1889,7 @@ test('filter reappears in dropdown after clearing with X 
icon', async () => {
 
   await waitFor(() => {
     const selectionItem = document.querySelector(
-      '.ant-select-selection-item[title="Test Filter 1"]',
+      '.ant-select-content-has-value[title="Test Filter 1"], 
.ant-select-selection-item[title="Test Filter 1"]',

Review Comment:
   Good catch — extracted into `selectedValueSelector(title)` right where 
`comboboxSelect` is defined, and swapped all 7 call sites over to it.



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