summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-12-20 17:28:27 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-12-20 17:28:27 +0100
commitd028a94ead7ed366e19be8d187191f73cbe63e2c (patch)
tree70524784ce086e30842c00d553bef7a7e0f66025 /qa
parent0217cfcf88e4dbf6869e8189f8f86b5069a3b5c5 (diff)
downloadbugzilla-d028a94ead7ed366e19be8d187191f73cbe63e2c.tar.gz
bugzilla-d028a94ead7ed366e19be8d187191f73cbe63e2c.tar.xz
Revert "Bug 1321592 - Update Bugzilla Etiquette and add Abuse Policy"
Diffstat (limited to 'qa')
-rw-r--r--qa/t/test_create_user_accounts.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/qa/t/test_create_user_accounts.t b/qa/t/test_create_user_accounts.t
index 4b8725e13..5d6471073 100644
--- a/qa/t/test_create_user_accounts.t
+++ b/qa/t/test_create_user_accounts.t
@@ -30,7 +30,6 @@ $sel->click_ok("link=Open a New Account");
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Create a new Bugzilla account");
$sel->type_ok("login", $valid_account);
-$sel->click_ok("agree", "Accept code of conduct");
$sel->click_ok('//input[@value="Create Account"]');
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Request for new user account '$valid_account' submitted");
@@ -45,7 +44,6 @@ $sel->click_ok("link=Open a New Account");
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Create a new Bugzilla account");
$sel->type_ok("login", $valid_account);
-$sel->click_ok("agree", "Accept code of conduct");
$sel->click_ok('//input[@value="Create Account"]');
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Too Soon For New Token");
@@ -59,7 +57,6 @@ foreach my $account (@accounts) {
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Create a new Bugzilla account");
$sel->type_ok("login", $account);
- $sel->click_ok("agree", "Accept code of conduct");
$sel->click_ok('//input[@value="Create Account"]');
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Account Creation Restricted");
@@ -81,7 +78,6 @@ foreach my $account (@accounts) {
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Create a new Bugzilla account");
$sel->type_ok("login", $account);
- $sel->click_ok("agree", "Accept code of conduct");
$sel->click_ok('//input[@value="Create Account"]');
ok($sel->get_alert() =~ /The e-mail address doesn't pass our syntax checking for a legal email address/,
'Invalid email address detected');
@@ -96,7 +92,6 @@ foreach my $account (@accounts) {
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Create a new Bugzilla account");
$sel->type_ok("login", $account);
- $sel->click_ok("agree", "Accept code of conduct");
$sel->click_ok('//input[@value="Create Account"]');
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Invalid Email Address");
@@ -109,7 +104,6 @@ $sel->click_ok("link=New Account");
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Create a new Bugzilla account");
$sel->type_ok("login", $config->{admin_user_login});
-$sel->click_ok("agree", "Accept code of conduct");
$sel->click_ok('//input[@value="Create Account"]');
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Account Already Exists");