mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix test
This commit is contained in:
parent
890107dc5c
commit
732b0a41cb
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ abstract public class AbstractZeppelinIT {
|
|||
|
||||
protected String getParagraphStatus(final int paragraphNo) {
|
||||
By locator = By.xpath(getParagraphXPath(paragraphNo)
|
||||
+ "//div[contains(@class, 'control')]//span[1]");
|
||||
+ "//div[contains(@class, 'control')]//span[2]");
|
||||
|
||||
return driver.findElement(locator).getText();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue