From 071e180b6b29ca1519a07d00eba51623fea45f02 Mon Sep 17 00:00:00 2001 From: yulujie Date: Tue, 10 Sep 2024 14:38:14 +0800 Subject: [PATCH] * [task#128116,done,1h] Modify function. --- module/execution/test/lib/taskexecution.ui.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/test/lib/taskexecution.ui.class.php b/module/execution/test/lib/taskexecution.ui.class.php index 0374ff3966..1c54fea457 100755 --- a/module/execution/test/lib/taskexecution.ui.class.php +++ b/module/execution/test/lib/taskexecution.ui.class.php @@ -13,7 +13,7 @@ class taskExecutionTester extends tester */ public function checkTab($tab, $expectNum) { - $form = $this->initForm('execution', 'task', array('execution' => '2'), 'appIframe-execution'); + $form = $this->initForm('execution', 'task', array('execution' => '2'), 'appIframe-execution'); $params = array('allTab', 'unclosedTab', 'myTab', 'involvedTab','assignedByMeTab', 'changedByMeTab'); if(!in_array($tab, $params)) $form->dom->MoreTab->click(); $form->wait(1);