Skip to content

Commit 293f2dc

Browse files
committed
Debug TeamCity failure
1 parent 2fca011 commit 293f2dc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ private void tabbedReportToggleTest()
729729

730730
Ext4ComboRef field = _ext4Helper.queryOne("#projectField", Ext4ComboRef.class);
731731
field.setComboByDisplayValue("Project1");
732+
assertNotNull(field.getValue());
732733

733734
// we toggle back to a panel with a single tab, where that tab has already been loaded.
734735
// since the filter set has changed, this tab should update to reflect that

laboratory/resources/web/laboratory/panel/ProjectFilterType.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Ext4.define('Laboratory.panel.ProjectFilterType', {
106106
level: 'ERROR',
107107
includeContext: true
108108
});
109+
110+
filters.projects = this.getProjects();
109111
}
110112

111113
var fieldName = filters.projects[0].replaceAll('/', '$S');

0 commit comments

Comments
 (0)