From: Dylan William Hardison Date: Tue, 4 Apr 2017 13:12:07 +0000 (-0400) Subject: [tests] title fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d6d8634866ab5687eafbdda4159b39aae392ff;p=thirdparty%2Fbugzilla.git [tests] title fix --- 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");