*[task#146066,doing,0.1h,2h] Modify waittime.

This commit is contained in:
yulujie
2025-07-11 09:46:38 +08:00
committed by wangzemei
parent 2ea37825c4
commit 2cf5ebcfde
@@ -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();