iRakson commented on a change in pull request #26467: [SPARK-29477]Improve 
tooltip for Streaming tab
URL: https://github.com/apache/spark/pull/26467#discussion_r351986143
 
 

 ##########
 File path: 
streaming/src/test/scala/org/apache/spark/streaming/UISeleniumSuite.scala
 ##########
 @@ -163,7 +164,7 @@ class UISeleniumSuite
 
         // Check job ids
         val jobIdCells = findAll(cssSelector( """#batch-job-table a""")).toSeq
-        jobIdCells.map(_.text) should be (List("0", "1", "2", "3"))
+        jobIdCells.map(_.text) should be (List("?", "?", "0", "1", "2", "3"))
 
 Review comment:
   Tooltips are defined with hyperlink tag in UIUtils.scala. And in this case 
we are also searching for all the hyperlinks in the table 'batch-job-table'. 
That's why "?" is required here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to