+ [task#137816,doing,0.1h,3.1h] Modify xpath of create stage page.
This commit is contained in:
@@ -5,7 +5,7 @@ class createPage extends page
|
||||
{
|
||||
parent::__construct($webdriver);
|
||||
$xpath = array(
|
||||
'submitBtn' => "//*[@id='zin_stage_create_form']/div[4]/div/button",
|
||||
'submitBtn' => "//*[@id='zin_stage_create_form']/div[3]/div/button",
|
||||
'percentOverTip' => "//*[@id='percentTip']",
|
||||
);
|
||||
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
|
||||
|
||||
Reference in New Issue
Block a user