* [task#128686,done,0.1h] Fix bug.

This commit is contained in:
yulujie
2024-09-26 08:31:40 +08:00
committed by 曹延义
parent 56615ffcbb
commit e236b5edf1
@@ -10,7 +10,7 @@ class StoryEstimateTester extends tester
* @access public
* @return void
*/
public function InputForm($estimate)
public function inputForm($estimate)
{
$form = $this->initForm('execution', 'story', array('execution' => '2'), 'appIframe-execution');
@@ -35,7 +35,7 @@ class StoryEstimateTester extends tester
*/
public function storyEstimate($estimate, $time)
{
$this->InputForm($estimate);
$this->inputForm($estimate);
$form = $this->loadPage();
$round = sprintf($this->lang->story->estimateRound, $time);
$form->dom->round->picker($round);