Bug 64428 - Remove bugs after testing

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1145 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-12-07 18:52:16 +00:00
parent e656aefbde
commit 94d19fcc57
2 changed files with 8 additions and 2 deletions

View File

@ -173,4 +173,7 @@ $sel->wait_for_page_to_load(WAIT_TIME);
# 11th step: turn musthavemilestoneonaccept back to OFF.
set_parameters($sel, {'Bug Change Policies' => {'musthavemilestoneonaccept-off' => undef}});
delete_bugs($sel, $config, [$bug1_id, $bug2_id, $bug3_id]);
logout($sel);

View File

@ -41,7 +41,7 @@ $sel->is_checked_ok('//a[@id="comment_link_0"]/../..//div//input[@type="checkbox
$sel->click_ok("link=Add an attachment");
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Create New Attachment for Bug #$bug1_id");
$sel->type_ok("data", "/var/www/html/selenium/bugzilla/patch.diff");
$sel->type_ok("text_attachment", "Some patch /var/www/html/selenium/bugzilla/patch.diff");
$sel->type_ok("description", "public attachment, v2");
$sel->check_ok("ispatch");
# The existing attachment name must be displayed, to mark it as obsolete.
@ -160,8 +160,11 @@ $sel->go_back_ok();
$sel->wait_for_page_to_load_ok(WAIT_TIME);
logout($sel);
log_in($sel, $config, 'admin');
set_parameters($sel, {
set_parameters($sel, {
"Group Security" => {"insidergroup" => { type => "select",
value => "QA-Selenium-TEST" }},
});
delete_bugs($sel, $config, [$bug1_id]);
logout($sel);