Try to refresh after running paragraph run by Enter

This commit is contained in:
AhyoungRyu 2017-03-22 12:09:32 +09:00
parent 795410cf02
commit 01ea57a797

View file

@ -300,6 +300,7 @@ public class ParagraphActionsIT extends AbstractZeppelinIT {
// run paragraph manually by pressing ENTER
driver.findElement(By.xpath(xpathToDropdownMenu)).sendKeys(Keys.ENTER);
driver.navigate().refresh();
waitForParagraph(1, "FINISHED");
collector.checkThat("Even if 'RunOnSelectionChange' is set as false, still can run the paragraph by pressing ENTER ",
driver.findElement(By.xpath(xpathToResultText)).getText(),