initForm('execution', 'storykanban', array('execution' => '2'), 'appIframe-execution'); $form->dom->kanbanBtn->click(); $form->wait(1); preg_match_all('/\d+(?:\.\d+)?/', $form->dom->$stage->getText(), $matches); if($matches[0][0] != $num) return $this->failed("{$stage}列数据有误"); return $this->success("{$stage}列数据正确"); } }