[task#131149, 0.5h] modify changeStory uifunction.

This commit is contained in:
lijie
2024-10-31 11:26:20 +08:00
committed by 李阳
parent cf8f5d1909
commit a2eef75f19
@@ -23,6 +23,7 @@ class changeStoryTester extends tester
{
$form = $this->initForm('story', 'change', array('id' => 1), 'appIframe-product');
$form->dom->title->setValue($storyName);
$form->dom->reviewer->multiPicker(array('admin'));
$form->dom->btn($this->lang->save)->click();
$form->wait(1);