*[task#146066,doing,0.1h,2h] Modify waittime.
This commit is contained in:
@@ -14,7 +14,7 @@ class taskExecutionTester extends tester
|
||||
public function checkTab($tab, $expectNum)
|
||||
{
|
||||
$this->switchVision('lite');
|
||||
$this->page->wait(1);
|
||||
$this->page->wait(5);
|
||||
$form = $this->initForm('execution', 'task', array('execution' => '2'), 'appIframe-project');
|
||||
$form->wait(1);
|
||||
$params = array('allTab', 'unclosedTab', 'myTab', 'involvedTab', 'assignedByMeTab', 'changedByMeTab');
|
||||
@@ -37,7 +37,7 @@ class taskExecutionTester extends tester
|
||||
public function batchEditStatus($status)
|
||||
{
|
||||
$this->switchVision('lite');
|
||||
$this->page->wait(1);
|
||||
$this->page->wait(5);
|
||||
$form = $this->initForm('execution', 'task', array('execution' => '2'), 'appIframe-project');
|
||||
$form->wait(1);
|
||||
$name = $form->dom->firstName->getText();
|
||||
@@ -66,7 +66,7 @@ class taskExecutionTester extends tester
|
||||
public function batchAssign()
|
||||
{
|
||||
$this->switchVision('lite');
|
||||
$this->page->wait(1);
|
||||
$this->page->wait(5);
|
||||
$form = $this->initForm('execution', 'task', array('execution' => '2'), 'appIframe-project');
|
||||
$form->wait(1);
|
||||
$name = $form->dom->firstName->getText();
|
||||
|
||||
Reference in New Issue
Block a user