summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@7830d94a318d.(none)>2016-09-15 01:00:30 +0200
committerroot <root@7830d94a318d.(none)>2016-09-15 01:01:42 +0200
commit6a9b94ee0e40e5cbd1cf8ad35dbaaac5668dedc0 (patch)
tree88d017409f95079fad7acfab8b1ea776e895b40c
parent639a051e3aea3608efd7607b944b2c33aa17cfe5 (diff)
downloadbugzilla-6a9b94ee0e40e5cbd1cf8ad35dbaaac5668dedc0.tar.gz
bugzilla-6a9b94ee0e40e5cbd1cf8ad35dbaaac5668dedc0.tar.xz
Bug 1297522 - changes to legal form
- Fix broken test_bmo_enter_bug.cgi test
-rw-r--r--qa/t/test_bmo_enter_new_bug.t10
1 files 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);