mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
tryout: fix selenium tests based on moons suggstion
This commit is contained in:
parent
732b0a41cb
commit
8e2cd85379
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[2]");
|
||||
+ "//div[contains(@class, 'control')]/span[2]");
|
||||
|
||||
return driver.findElement(locator).getText();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue