summaryrefslogtreecommitdiffstats
path: root/qa/t/test_bmo_enter_new_bug.t
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-07-17 10:11:13 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-07-17 10:12:27 +0200
commitbb5c5a5e62d2fd96f9b4a7339cbb0cbb33209745 (patch)
treebad279ed0b93247c04c92e5f487b24b2cba9c735 /qa/t/test_bmo_enter_new_bug.t
parentb51b2accbfba9ed16133da120aa5e6e947a00191 (diff)
downloadbugzilla-bb5c5a5e62d2fd96f9b4a7339cbb0cbb33209745.tar.gz
bugzilla-bb5c5a5e62d2fd96f9b4a7339cbb0cbb33209745.tar.xz
Bug 1184984 - Current Selenium tests are failing due to changes made by bug 1173442
Diffstat (limited to 'qa/t/test_bmo_enter_new_bug.t')
-rw-r--r--qa/t/test_bmo_enter_new_bug.t1
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 ac4a9ca8b..e029cbfee 100644
--- a/qa/t/test_bmo_enter_new_bug.t
+++ b/qa/t/test_bmo_enter_new_bug.t
@@ -270,6 +270,7 @@ sub _check_product {
$sel->type_ok("product", $product);
$sel->type_ok("description", $product_description);
$sel->type_ok("version", $version) if $version;
+ $sel->select_ok("security_group_id", "label=core-security");
$sel->select_ok("default_op_sys_id", "Unspecified");
$sel->select_ok("default_platform_id", "Unspecified");
$sel->click_ok('//input[@type="submit" and @value="Add"]');