mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix xpath in the SparkParagraphIt test
This commit is contained in:
parent
ac963ff83a
commit
385dab3269
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ public class SparkParagraphIT extends AbstractZeppelinIT {
|
|||
}
|
||||
|
||||
WebElement paragraph1Result = driver.findElement(By.xpath(
|
||||
getParagraphXPath(1) + "//div[@class=\"tableDisplay\"]/div/div/div"));
|
||||
getParagraphXPath(1) + "//div[@class=\"tableDisplay\"]/div/div/div/div/div/div[1]"));
|
||||
collector.checkThat("Paragraph from SparkParagraphIT of testSqlSpark result: ",
|
||||
paragraph1Result.getText().toString(), CoreMatchers.equalTo("age\njob\nmarital\neducation\nbalance\n" +
|
||||
"30 unemployed married primary 1,787"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue