*[task#130731,doing,0.2h] Add ui test files of close a program
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
include dirname(__FILE__, 5) . '/test/lib/ui.php';
|
||||
class createProgramTester extends tester
|
||||
{
|
||||
/**
|
||||
* 关闭项目集。
|
||||
*
|
||||
* @param string $programName
|
||||
* @param array $whitelist
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function closeProgram($programName)
|
||||
{
|
||||
$this->openUrl('program', 'browse');
|
||||
$browsePage = $this->loadpage('program', 'browse');
|
||||
$browsePage->dom->fstStartBtn->click();
|
||||
$browsePage->wait(1);
|
||||
Reference in New Issue
Block a user