*[task#146787,doing,0.5h,3h]
This commit is contained in:
@@ -11,8 +11,7 @@ class changeStatus extends tester
|
||||
*/
|
||||
public function closeStory($storyUrl)
|
||||
{
|
||||
$this->switchVision('lite');
|
||||
$this->page->wait(3);
|
||||
$this->switchVision('lite', 5);
|
||||
$form = $this->initForm('projectstory', 'view', $storyUrl, 'appIframe-project');
|
||||
$form->wait(2);
|
||||
$form->dom->closeBtn->click();
|
||||
|
||||
@@ -13,7 +13,7 @@ class switchTab extends tester
|
||||
*/
|
||||
public function switchTab($projectID, $tabName, $expectNum)
|
||||
{
|
||||
$this->switchVision('lite');
|
||||
$this->switchVision('lite', 5);
|
||||
$form = $this->initForm('projectstory', 'story', $projectID, 'appIframe-project');
|
||||
$numDom = $tabName . 'Num';
|
||||
$tabLang = [
|
||||
|
||||
@@ -14,8 +14,7 @@ class batchCreateStory extends tester
|
||||
*/
|
||||
public function batchCreateStory($project, $storyUrl, $story)
|
||||
{
|
||||
$this->switchVision('lite');
|
||||
$this->page->wait(3);
|
||||
$this->switchVision('lite', 5);
|
||||
$this->openURL('projectstory', 'story', $project, 'appIframe-project');
|
||||
$form = $this->initForm('story', 'batchCreate', $storyUrl, 'appIframe-project');
|
||||
$form->wait(2);
|
||||
|
||||
Reference in New Issue
Block a user