From e13198d5d4e658952beb00a699e415f0e3e7071f Mon Sep 17 00:00:00 2001 From: yulujie Date: Thu, 22 Aug 2024 14:16:09 +0800 Subject: [PATCH] * [task#126833,doing,0.5h,2.5h] Add new function of ui test to putoff execution. --- .../test/lib/putoffexecution.ui.class.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 module/execution/test/lib/putoffexecution.ui.class.php diff --git a/module/execution/test/lib/putoffexecution.ui.class.php b/module/execution/test/lib/putoffexecution.ui.class.php new file mode 100644 index 0000000000..3816e854df --- /dev/null +++ b/module/execution/test/lib/putoffexecution.ui.class.php @@ -0,0 +1,20 @@ +initForm('execution', 'view', array('execution' => $executionId ), 'appIframe-execution'); + $form->dom->putoff->click(); + $form->dom->putoffSubmit->click(); + $form->wait(1); + } +}