mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Sleep 1sec after hitting ENRER
This commit is contained in:
parent
77cc5c9ffb
commit
84f1b2a2dc
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);
|
||||
ZeppelinITUtils.sleep(1000, true);
|
||||
collector.checkThat("Even if 'RunOnSelectionChange' is set as false, still can run the paragraph by pressing ENTER ",
|
||||
driver.findElement(By.xpath(xpathToResultText)).getText(),
|
||||
CoreMatchers.equalTo("My selection is 1"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue