Fix selenium TrackingTest

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-11-11 19:30:05 +01:00
parent 9362bde02d
commit b91e734662
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

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