Fix SparkParagraphIT

This commit is contained in:
Lee moon soo 2016-06-08 15:59:25 -07:00
parent e60cd8ec1c
commit bff2217ee9

View file

@ -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"));