mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Wait until textarea available
This commit is contained in:
parent
c507c59b6a
commit
6ff9d44f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ public class ParagraphActionsIT extends AbstractZeppelinIT {
|
|||
Actions action = new Actions(driver);
|
||||
|
||||
waitForParagraph(1, "READY");
|
||||
|
||||
pollingWait(By.xpath(getParagraphXPath(1) + "//textarea"), MAX_PARAGRAPH_TIMEOUT_SEC);
|
||||
driver.findElement(By.xpath(getParagraphXPath(1) + "//textarea")).sendKeys(Keys.SHIFT + "5");
|
||||
driver.findElement(By.xpath(getParagraphXPath(1) + "//textarea")).sendKeys("md" + Keys.ENTER);
|
||||
driver.findElement(By.xpath(getParagraphXPath(1) + "//textarea")).sendKeys(Keys.SHIFT + "3");
|
||||
|
|
|
|||
Loading…
Reference in a new issue