Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1663 @karuppayya could you try following change? ``` --- a/zeppelin-server/src/test/java/org/apache/zeppelin/AbstractZeppelinIT.java +++ b/zeppelin-server/src/test/java/org/apache/zeppelin/AbstractZeppelinIT.java @@ -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(); } ``` In case of you'd like to run selenium test, please check https://github.com/apache/zeppelin/pull/1967
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---