mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update getParagraphXpath
This commit is contained in:
parent
eaa68c6be8
commit
f999f7181e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue