Skip to content

Commit 75edcf0

Browse files
committed
Debug window handles
1 parent 44c1b5e commit 75edcf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ private String getExampleData(String currentWindow)
289289

290290
Set<String> handles = _test.getDriver().getWindowHandles();
291291
Assert.assertEquals("Expected more than one open window, found: " + StringUtils.join(handles, ","), 2, handles.size());
292+
_test.log("Current windows: [" + StringUtils.join(handles, ",") + "]");
292293
for (String handle : handles)
293294
{
294295
_test.log("window: " + handle);

0 commit comments

Comments
 (0)