]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1297522 - changes to legal form
authorroot <root@7830d94a318d.(none)>
Wed, 14 Sep 2016 23:00:30 +0000 (23:00 +0000)
committerroot <root@7830d94a318d.(none)>
Wed, 14 Sep 2016 23:01:42 +0000 (23:01 +0000)
- Fix broken test_bmo_enter_bug.cgi test

qa/t/test_bmo_enter_new_bug.t

index 8c5e8b32798b043e6f2c071d5e69f327f13c95eb..3dde5be76cca316db092f4e038e50d712e070062 100644 (file)
@@ -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);