]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[tests] title fix
authorDylan William Hardison <dylan@hardison.net>
Tue, 4 Apr 2017 13:12:07 +0000 (09:12 -0400)
committerDylan William Hardison <dylan@hardison.net>
Tue, 4 Apr 2017 13:12:07 +0000 (09:12 -0400)
qa/t/lib/QA/Util.pm

index c22e7a435338284ab94cb066e52351a00df229d2..1ff37a0d7f41fdc25d386b8803d49272551b01ca 100644 (file)
@@ -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");