diff --git a/test/lib/webdriver/webdriver.class.php b/test/lib/webdriver/webdriver.class.php index b608af7689..59a85494c4 100644 --- a/test/lib/webdriver/webdriver.class.php +++ b/test/lib/webdriver/webdriver.class.php @@ -999,6 +999,7 @@ class dom if($xpath != 'form') { + $this->driver->findElement(WebDriverBy::xpath("//a[@title='$value']"))->click(); $this->driver->findElement(WebDriverBy::xpath("//*[@id='pick-pop-$pickerID']//span[@class='is-match-keys']"))->click(); } else