diff --git a/module/execution/test/lib/manageproducts.ui.class.php b/module/execution/test/lib/manageproducts.ui.class.php new file mode 100644 index 0000000000..7c170e8f08 --- /dev/null +++ b/module/execution/test/lib/manageproducts.ui.class.php @@ -0,0 +1,20 @@ +initForm('execution', 'manageproducts', array('execution' => $execution['id']), 'appIframe-execution'); + if($execution['operate'] == 'link') $form->dom->productb->click(); + if($execution['operate'] == 'unlink') $form->dom->producta->click(); + $form->dom->btn($this->lang->save)->click(); + } +}