File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/org/labkey/test/tests/list Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1086,7 +1086,15 @@ private void filterTest()
10861086 region .setFilter (_listColGood .getName (), "Is Less Than" , "10" );
10871087 assertTextPresent (TEST_DATA [TD_DESC ][0 ], 1 );
10881088
1089- clickAndWait (Locator .linkContainingText (LIST_NAME_COLORS ));
1089+ checker ().verifyEquals ("Incorrect filter on list" , Arrays .asList (_listColGood .getLabel () + " < 10" ),
1090+ getTexts (DataRegionTable .Locators .filterContextAction ().findElements (getDriver ())));
1091+ region = new DataRegionTable ("qwp3" , getDriver ());
1092+ region .openFilterDialog (_listColGood .getName ());
1093+
1094+ // Issue 52547: LKS filter dialog treats many filter types as if they are Equals
1095+ assertEquals ("Faceted filter tab should not be selected." , "Choose Filters" , getText (Locator .css (".x-tab-strip-active" )));
1096+
1097+ clickButton ("Cancel" , 0 );
10901098 }
10911099
10921100 /* Issue 11825: Create test for "Clear Sort"
You can’t perform that action at this time.
0 commit comments