]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[testing] refresh page after setting createemailregexp
authorDylan William Hardison <dylan@hardison.net>
Wed, 5 Apr 2017 15:03:23 +0000 (11:03 -0400)
committerDylan William Hardison <dylan@hardison.net>
Wed, 5 Apr 2017 19:05:47 +0000 (15:05 -0400)
qa/t/test_create_user_accounts.t

index be813c84427ce956f0e48cd908feed5c5390be4c..4d66f6862fe51f536ea3526bbf6293af86b040fd 100644 (file)
@@ -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");