From b91e734662f2e4f03e34cf67aa40cb01277dc699 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 11 Nov 2019 19:30:05 +0100 Subject: [PATCH] Fix selenium TrackingTest Signed-off-by: William Desportes --- test/selenium/TrackingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();