mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Try to refresh after running paragraph run by Enter
This commit is contained in:
parent
795410cf02
commit
01ea57a797
1 changed files with 1 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue