File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
jbrowse/test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -411,11 +411,11 @@ private void testOutputFileProcessing() throws Exception
411411 WebElement searchBox = Locator .tagWithClass ("div" , "MuiInputBase-root" ).findElement (getDriver ());
412412 searchBox .sendKeys ("1" );
413413 waitForElement (Locator .tagWithText ("div" , "1" ));
414- //Assert(...expectations...)
415- //searchBox.sendKeys(Keys.ENTER);
416-
417- //waitForElement()
414+ Assert .assertEquals ("Incorrect row count" , 3 , dr .getDataRowCount ());
415+ searchBox .sendKeys (Keys .ENTER );
418416
417+ click (Locator .tagWithText ("button" , "Open" ));
418+ waitForElement (Locator .tagWithText ("span" , "Tracks Provided By This Session" ));
419419 }
420420
421421 public static <T > Collector <T , ?, T > toSingleton () {
You can’t perform that action at this time.
0 commit comments