summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-04-05 17:03:23 +0200
committerDylan William Hardison <dylan@hardison.net>2017-04-05 21:05:47 +0200
commit719df4bccf009915cd10e145ce18e9e8ddffb435 (patch)
tree69613c47950fd841a21ebe8223bcefc92b3eb364 /qa
parent781249a9f9a03d2753241389a2a2a5463b373f0e (diff)
downloadbugzilla-719df4bccf009915cd10e145ce18e9e8ddffb435.tar.gz
bugzilla-719df4bccf009915cd10e145ce18e9e8ddffb435.tar.xz
[testing] refresh page after setting createemailregexp
Diffstat (limited to 'qa')
-rw-r--r--qa/t/test_create_user_accounts.t2
1 files changed, 2 insertions, 0 deletions
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");