diff options
author | root <root@365714db0d4b.(none)> | 2016-09-15 15:34:37 +0200 |
---|---|---|
committer | root <root@365714db0d4b.(none)> | 2016-09-15 15:34:37 +0200 |
commit | e655f5133b4dd5c5d6f253069767db75c64eb349 (patch) | |
tree | 0457fc2dca26c1dc6d72204146599915720ab579 | |
parent | 6a9b94ee0e40e5cbd1cf8ad35dbaaac5668dedc0 (diff) | |
download | bugzilla-e655f5133b4dd5c5d6f253069767db75c64eb349.tar.gz bugzilla-e655f5133b4dd5c5d6f253069767db75c64eb349.tar.xz |
Bug 1297522 - changes to legal form
- Fix broken test_bmo_enter_bug.cgi test (take 2)
-rw-r--r-- | qa/t/test_bmo_enter_new_bug.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/t/test_bmo_enter_new_bug.t b/qa/t/test_bmo_enter_new_bug.t index 3dde5be76..fde8758d0 100644 --- a/qa/t/test_bmo_enter_new_bug.t +++ b/qa/t/test_bmo_enter_new_bug.t @@ -212,6 +212,7 @@ _check_group('pr-private'); _check_product('Legal'); _check_component('Legal', 'Contract Request'); +_check_group('mozilla-employee-confidential'); $sel->open_ok("/$config->{bugzilla_installation}/enter_bug.cgi?product=Legal&format=legal"); $sel->wait_for_page_to_load_ok(WAIT_TIME); |