+ [task#131084] Modify ui test file of activeproject.

This commit is contained in:
huairong
2024-10-29 09:45:50 +08:00
committed by 朱金勇
parent a3f1b593ce
commit e606ccab53
@@ -11,7 +11,7 @@ class activeprojectTester extends tester
*/
public function activeProject(array $project)
{
$form = $this->initForm('project', 'browse', 'appIframe-project');
$form = $this->initForm('project', 'browse', '', 'appIframe-project');
$featureBar = (array)$this->lang->project->featureBar;
$featureBar['browse'] = (array)$featureBar['browse'];
$form->dom->btn($featureBar['browse']['more'])->click();