Skip to content

Commit a534c43

Browse files
committed
Attempt to fix intermittent test failures
1 parent c54176a commit a534c43

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
@@ -253,6 +253,7 @@ public String getExampleData()
253253
{
254254
String ret = null;
255255

256+
Assert.assertTrue("Expected more than one open window", _test.getDriver().getWindowHandles().size() > 1);
256257
String currentWindow = _test.getDriver().getWindowHandle();
257258
for (String handle : _test.getDriver().getWindowHandles())
258259
{

0 commit comments

Comments
 (0)