From 8ec8da0491ad89604700b3e29a227966f6d84ba1 Mon Sep 17 00:00:00 2001 From: Perl Tidy Date: Wed, 5 Dec 2018 15:38:52 -0500 Subject: no bug - reformat all the code using the new perltidy rules --- qa/t/test_login.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qa/t/test_login.t') diff --git a/qa/t/test_login.t b/qa/t/test_login.t index 45bf1408f..2d8cc4217 100644 --- a/qa/t/test_login.t +++ b/qa/t/test_login.t @@ -23,8 +23,9 @@ my ($sel, $config) = get_selenium(); $sel->open_ok("/$config->{bugzilla_installation}/editparams.cgi"); $sel->title_is("Log in to Bugzilla"); + # The login and password are hardcoded here, because this account doesn't exist. -$sel->type_ok("Bugzilla_login", 'guest@foo.com'); +$sel->type_ok("Bugzilla_login", 'guest@foo.com'); $sel->type_ok("Bugzilla_password", 'foo-bar-baz'); $sel->click_ok("log_in"); $sel->wait_for_page_to_load_ok(WAIT_TIME); -- cgit v1.2.3-24-g4f1b