From 3cc9c7365577f62e1b7c0693225dffb6f153b92f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 2 Sep 2015 21:04:36 +0800 Subject: Bug 1196618 - fix test failures --- qa/t/test_groups.t | 1 + 1 file changed, 1 insertion(+) (limited to 'qa/t/test_groups.t') diff --git a/qa/t/test_groups.t b/qa/t/test_groups.t index 1974091ea..caf30fbac 100644 --- a/qa/t/test_groups.t +++ b/qa/t/test_groups.t @@ -27,6 +27,7 @@ $sel->wait_for_page_to_load(WAIT_TIME); $sel->title_is("Add group"); $sel->type_ok("name", "Selenium-test"); $sel->type_ok("desc", "Test group for Selenium"); +$sel->type_ok("owner", $config->{'admin_user_login'}); $sel->check_ok("isactive"); $sel->uncheck_ok("insertnew"); $sel->click_ok("create"); -- cgit v1.2.3-24-g4f1b