[task#146147, 0.1h] create ui-case for change story in lite.
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<?php
|
||||
class changePage extends page
|
||||
{
|
||||
public function __construct($webdriver)
|
||||
{
|
||||
parent::__construct($webdriver);
|
||||
|
||||
$xpath = array(
|
||||
'srCommon' => "//*[@id='dataform']/div[1]/div/div[1]/div[1]/div[2]/div[1]"
|
||||
);
|
||||
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user