diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-04-05 17:03:23 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-04-05 21:05:47 +0200 |
commit | 719df4bccf009915cd10e145ce18e9e8ddffb435 (patch) | |
tree | 69613c47950fd841a21ebe8223bcefc92b3eb364 /qa | |
parent | 781249a9f9a03d2753241389a2a2a5463b373f0e (diff) | |
download | bugzilla-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.t | 2 |
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"); |