From: Dylan William Hardison Date: Wed, 5 Apr 2017 15:03:23 +0000 (-0400) Subject: [testing] refresh page after setting createemailregexp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=719df4bccf009915cd10e145ce18e9e8ddffb435;p=thirdparty%2Fbugzilla.git [testing] refresh page after setting createemailregexp --- diff --git a/qa/t/test_create_user_accounts.t b/qa/t/test_create_user_accounts.t index be813c844..4d66f6862 100644 --- a/qa/t/test_create_user_accounts.t +++ b/qa/t/test_create_user_accounts.t @@ -125,6 +125,8 @@ logout($sel); ok(!$sel->is_text_present("New Account"), "No link named 'New Account'"); $sel->click_ok("link=Home"); $sel->wait_for_page_to_load_ok(WAIT_TIME); +$sel->refresh; +$sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_is("Bugzilla Main Page"); ok(!$sel->is_text_present("Open a New Account"), "No link named 'Open a New Account'"); $sel->open_ok("/$config->{bugzilla_installation}/createaccount.cgi");