From 6a9b94ee0e40e5cbd1cf8ad35dbaaac5668dedc0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 Sep 2016 23:00:30 +0000 Subject: Bug 1297522 - changes to legal form - Fix broken test_bmo_enter_bug.cgi test --- qa/t/test_bmo_enter_new_bug.t | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/qa/t/test_bmo_enter_new_bug.t b/qa/t/test_bmo_enter_new_bug.t index 8c5e8b327..3dde5be76 100644 --- a/qa/t/test_bmo_enter_new_bug.t +++ b/qa/t/test_bmo_enter_new_bug.t @@ -211,18 +211,16 @@ _check_group('pr-private'); # legal _check_product('Legal'); -_check_component('Legal', 'Canonical'); -_check_component('Legal', 'Copyright'); -_check_group('mozilla-employee-confidential'); +_check_component('Legal', 'Contract Request'); $sel->open_ok("/$config->{bugzilla_installation}/enter_bug.cgi?product=Legal&format=legal"); $sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_is("Mozilla Corporation Legal Requests", "Open custom bug entry form - legal"); -$sel->select_ok("component", "value=Canonical", "Select request type"); +$sel->select_ok("component", "value=Contract Request", "Select request type"); +$sel->select_ok("business_unit", "value=Connected Devices", "Select business unit"); $sel->type_ok("short_desc", "Bug created by Selenium", "Enter request summary"); $sel->type_ok("cc", $config->{'unprivileged_user_login'}, "Enter cc address"); -$sel->type_ok("otherparty", "Other party", "Enter other party"); -$sel->type_ok("busobj", "Business objective", "Enter business objective"); +$sel->type_ok("important_dates", "Important dates", "Enter important dates"); $sel->type_ok("comment", "--- Bug created by Selenium ---", "Enter request description"); $sel->click_ok("commit", undef, "Submit bug data to post_bug.cgi"); $sel->wait_for_page_to_load_ok(WAIT_TIME); -- cgit v1.2.3-24-g4f1b