* [task#137796,doing,0.5h,8h] Modify uitest of testtask function.
This commit is contained in:
@@ -12,7 +12,7 @@ class testtaskPage extends page
|
||||
'doing' => "//*[@id='taskTable']/div[3]/div[2]/strong[3]",
|
||||
'blocked' => "//*[@id='taskTable']/div[3]/div[2]/strong[4]",
|
||||
'done' => "//*[@id='taskTable']/div[3]/div[2]/strong[5]",
|
||||
'modalInfo' => "//div[@class='modal-body']/div"
|
||||
'modalInfo' => "//div[@class='modal-body']"
|
||||
);
|
||||
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user