From 79e575225ea78500b96258138935bfcd2fc1d0dc Mon Sep 17 00:00:00 2001 From: yulujie Date: Mon, 17 Nov 2025 08:46:14 +0800 Subject: [PATCH] *[uitest] Add waittime. --- module/execution/test/lib/ui/taskkanban.ui.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/test/lib/ui/taskkanban.ui.class.php b/module/execution/test/lib/ui/taskkanban.ui.class.php index 0f3412069c..a2cc002a0d 100644 --- a/module/execution/test/lib/ui/taskkanban.ui.class.php +++ b/module/execution/test/lib/ui/taskkanban.ui.class.php @@ -17,6 +17,7 @@ class taskkanbanTester extends tester public function checkKanban($lane, $col, $num, $nameId = '', $groupId = '') { $form = $this->initForm('execution', 'taskkanban', array('execution' => '2'), 'appIframe-execution'); + $form->wait(1); /* 选择看板 */ if(!empty($nameId))