Update getParagraphXpath

This commit is contained in:
Lee moon soo 2016-06-17 00:48:22 -07:00
parent eaa68c6be8
commit f999f7181e

View file

@ -75,7 +75,7 @@ abstract public class AbstractZeppelinIT {
protected String getParagraphXPath(int paragraphNo) {
return "//div[@ng-controller=\"ParagraphCtrl\"][" + paragraphNo + "]";
return "(//div[@ng-controller=\"ParagraphCtrl\"])[" + paragraphNo + "]";
}
protected boolean waitForParagraph(final int paragraphNo, final String state) {