From b9d6d8634866ab5687eafbdda4159b39aae392ff Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 4 Apr 2017 09:12:07 -0400 Subject: [tests] title fix --- qa/t/lib/QA/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa') diff --git a/qa/t/lib/QA/Util.pm b/qa/t/lib/QA/Util.pm index c22e7a435..1ff37a0d7 100644 --- a/qa/t/lib/QA/Util.pm +++ b/qa/t/lib/QA/Util.pm @@ -156,7 +156,7 @@ sub log_in { my ($sel, $config, $user) = @_; $sel->open_ok("/$config->{bugzilla_installation}/login", undef, "Go to the home page"); - $sel->title_is("Bugzilla Main Page"); + $sel->title_is("Log in to Bugzilla"); $sel->type_ok("Bugzilla_login", $config->{"${user}_user_login"}, "Enter $user login name"); $sel->type_ok("Bugzilla_password", $config->{"${user}_user_passwd"}, "Enter $user password"); $sel->click_ok("log_in", undef, "Submit credentials"); -- cgit v1.2.3-24-g4f1b