+ [task#136934,doing,0.3h,1.1h] add deleteStakeholder function.
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
include dirname(__FILE__, 5) . '/test/lib/ui.php';
|
||||
class browseTester extends tester
|
||||
{
|
||||
/**
|
||||
* Delete the stakeholder from the stakeholder list.
|
||||
* 干系人列表删除干系人。
|
||||
*
|
||||
* @access public
|
||||
* @return object
|
||||
*/
|
||||
public function deleteStakeholder()
|
||||
{
|
||||
$form = $this->initForm('stakeholder', 'browse', array('project' => 1), 'appIframe-project');
|
||||
$form->dom->deleteBtn->click();
|
||||
$form->dom->confirmBtn->click();
|
||||
$form->wait(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user