diff --git a/test/selenium/TrackingTest.php b/test/selenium/TrackingTest.php index 70dbcff916..29d4a62236 100644 --- a/test/selenium/TrackingTest.php +++ b/test/selenium/TrackingTest.php @@ -190,7 +190,7 @@ class TrackingTest extends TestBase $ele = $this->waitForElement( 'byCssSelector', - 'table#versions tbody tr:nth-child(1) td:nth-child(7)' + 'table#versions tbody tr:nth-child(1) td:nth-child(7) a' ); $this->moveto($ele); $this->click();