We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54176a commit a534c43Copy full SHA for a534c43
LDK/test/src/org/labkey/test/util/external/labModules/LabModuleHelper.java
@@ -253,6 +253,7 @@ public String getExampleData()
253
{
254
String ret = null;
255
256
+ Assert.assertTrue("Expected more than one open window", _test.getDriver().getWindowHandles().size() > 1);
257
String currentWindow = _test.getDriver().getWindowHandle();
258
for (String handle : _test.getDriver().getWindowHandles())
259
0 commit comments