Skip to content

Commit cd80742

Browse files
committed
Add test logging
1 parent 9dcebfa commit cd80742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LDK/test/src/org/labkey/test/util/external/labModules/LabModuleHelper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import org.labkey.test.WebDriverWrapper;
2424
import org.labkey.test.util.DataRegionTable;
2525
import org.labkey.test.util.Ext4Helper;
26+
import org.labkey.test.util.LogMethod;
2627
import org.labkey.test.util.UIAssayHelper;
2728
import org.labkey.test.util.ext4cmp.Ext4CmpRef;
2829
import org.labkey.test.util.ext4cmp.Ext4ComboRef;
@@ -252,6 +253,7 @@ public void goToAssayResultImport(String assayName, boolean supportsTemplates)
252253
_test.waitForText("Data Import");
253254
}
254255

256+
@LogMethod(quiet = true)
255257
public String clickAndGetExampleData()
256258
{
257259
Locator btn = Locator.linkContainingText("Download Example Data");
@@ -279,6 +281,7 @@ public String getExampleData()
279281
return getExampleData(_test.getDriver().getWindowHandle());
280282
}
281283

284+
@LogMethod(quiet = true)
282285
private String getExampleData(String currentWindow)
283286
{
284287
String ret = null;

0 commit comments

Comments
 (0)