From bb5c5a5e62d2fd96f9b4a7339cbb0cbb33209745 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 17 Jul 2015 04:11:13 -0400 Subject: Bug 1184984 - Current Selenium tests are failing due to changes made by bug 1173442 --- qa/t/test_edit_products_properties.t | 1 + 1 file changed, 1 insertion(+) (limited to 'qa/t/test_edit_products_properties.t') diff --git a/qa/t/test_edit_products_properties.t b/qa/t/test_edit_products_properties.t index 7b3eabc19..417fa4be6 100644 --- a/qa/t/test_edit_products_properties.t +++ b/qa/t/test_edit_products_properties.t @@ -59,6 +59,7 @@ if ($config->{test_extensions}) { $sel->type_ok("votestoconfirm", "10"); } $sel->type_ok("version", "0.1a"); +$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"]'); -- cgit v1.2.3-24-g4f1b