@@ -1431,8 +1431,8 @@ private void testVariantDataGrid() throws Exception
14311431 // Test filtering
14321432 waitAndClick (Locator .tagWithAttributeContaining ("button" , "aria-label" , "Show filters" ));
14331433
1434- waitAndClick (Locator .tagWithClass ("select " , "MuiNativeSelect -select" ).notHidden ().withChild ( Locator . tagWithText ( "option" , " Chromosome") ));
1435- waitAndClick (Locator .tagWithAttributeContaining ("option " , "value" , "ref" ));
1434+ waitAndClick (Locator .tagWithClass ("div " , "MuiSelect -select" ).notHidden ().withText ( " Chromosome" ));
1435+ waitAndClick (Locator .tagWithAttributeContaining ("li " , "data- value" , "ref" ));
14361436
14371437 Locator valueSelector = Locator .tagWithAttributeContaining ("input" , "placeholder" , "Filter value" );
14381438 waitAndClick (valueSelector );
@@ -1570,8 +1570,8 @@ private void testVariantTableComparators() throws Exception {
15701570 // Test filtering AF with wrapped comparators
15711571 waitAndClick (Locator .tagWithAttributeContaining ("button" , "aria-label" , "Show filters" ));
15721572
1573- waitAndClick (Locator .tagWithClass ("select " , "MuiNativeSelect -select" ).notHidden ().withChild ( Locator . tagWithText ( "option" , " Chromosome") ));
1574- waitAndClick (Locator .tagWithAttributeContaining ("option " , "value" , "AF" ));
1573+ waitAndClick (Locator .tagWithClass ("div " , "MuiSelect -select" ).notHidden ().withText ( " Chromosome" ));
1574+ waitAndClick (Locator .tagWithAttributeContaining ("li " , "data- value" , "AF" ));
15751575
15761576 Locator valueSelector = Locator .tagWithAttributeContaining ("input" , "placeholder" , "Filter value" );
15771577 waitAndClick (valueSelector );
0 commit comments