+ [task#12323,doing,0.5h,0.5h] add createApplication uitest page.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
class createapplicationPage extends page
|
||||
{
|
||||
public function __construct($webdriver)
|
||||
{
|
||||
parent::__construct($webdriver);
|
||||
$xpath = array(
|
||||
);
|
||||
|
||||
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user