* [task#142561,doing,0.1h] Add xpath.
This commit is contained in:
@@ -5,7 +5,8 @@ class kanbanPage extends page
|
||||
{
|
||||
parent::__construct($webdriver);
|
||||
$xpath = array(
|
||||
'settings' => "//*[@id='navbar']//a[@data-id='settings']/span",
|
||||
'settings' => "//*[@id='navbar']//a[@data-id='settings']/span",
|
||||
'groupPickerInLite' => "//*[@id='actionBar']/button[1]"
|
||||
);
|
||||
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user