mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix SparkParagraphIT
This commit is contained in:
parent
e60cd8ec1c
commit
bff2217ee9
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\"]"));
|
||||
getParagraphXPath(1) + "//div[@class=\"tableDisplay\"]/div/div/div"));
|
||||
collector.checkThat("Paragraph from SparkParagraphIT of testSqlSpark result: ",
|
||||
paragraph1Result.getText().toString(), CoreMatchers.equalTo("age\njob\nmarital\neducation\nbalance\n30" +
|
||||
" unemployed married primary 1,787\nage\njob\nmarital\neducation\nbalance"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue