File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package org .labkey .ldk .query ;
22
33import org .jetbrains .annotations .NotNull ;
4- import org .labkey .api .data .ColumnInfo ;
54import org .labkey .api .data .ContainerFilter ;
6- import org .labkey .api .data .CrosstabMeasure ;
75import org .labkey .api .data .DbSchema ;
86import org .labkey .api .data .JdbcType ;
97import org .labkey .api .data .SQLFragment ;
108import org .labkey .api .data .VirtualTable ;
119import org .labkey .api .query .ExprColumn ;
1210import org .labkey .api .query .UserSchema ;
13- import org .labkey .ldk .LDKSchema ;
1411
1512/**
1613
Original file line number Diff line number Diff line change 4040import org .labkey .test .categories .External ;
4141import org .labkey .test .categories .LabModule ;
4242import org .labkey .test .components .CustomizeView ;
43+ import org .labkey .test .components .ext4 .ComboBox ;
4344import org .labkey .test .components .ext4 .RadioButton ;
4445import org .labkey .test .util .APIContainerHelper ;
4546import org .labkey .test .util .AdvancedSqlTest ;
@@ -1782,7 +1783,9 @@ private void defaultAssayImportMethodTest()
17821783 waitAndClickAndWait (Locator .linkContainingText ("Set Assay Defaults" ));
17831784 String defaultVal = "UC Davis STR" ;
17841785 _helper .waitForField (GENOTYPING_ASSAYNAME );
1785- Ext4FieldRef .getForLabel (this , GENOTYPING_ASSAYNAME ).setValue (defaultVal );
1786+ ComboBox .ComboBox (getDriver ()).withLabelContaining (GENOTYPING_ASSAYNAME )
1787+ .find (getDriver ())
1788+ .selectComboBoxItem (defaultVal );
17861789 waitAndClick (Ext4Helper .Locators .ext4Button ("Submit" ));
17871790
17881791 waitForElement (Ext4Helper .Locators .window ("Success" ));
You can’t perform that action at this time.
0 commit comments