Skip to content

Commit 51b792e

Browse files
committed
Fix the unit test
1 parent 6f3078e commit 51b792e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/test/scala/org/apache/spark/streaming/UISeleniumSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class UISeleniumSuite
7878

7979
val h4Text = findAll(cssSelector("h4")).map(_.text).toSeq
8080
h4Text should contain("Active Batches (0)")
81-
h4Text should contain("Completed Batches (0)")
81+
h4Text should contain("Completed Batches (last 0 out of 0)")
8282

8383
findAll(cssSelector("""#active-batches-table th""")).map(_.text).toSeq should be {
8484
List("Batch Time", "Input Size", "Scheduling Delay", "Processing Time", "Status")

0 commit comments

Comments
 (0)