]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
- Update qa/t/test_create_user_accounts.t for Bug 1321592 - Update Bugzilla Etiquette...
authorDavid Lawrence <dkl@mozilla.com>
Tue, 7 Feb 2017 14:45:13 +0000 (14:45 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 7 Feb 2017 14:45:13 +0000 (14:45 +0000)
qa/t/test_create_user_accounts.t

index 050191a197e33aea673389c1a425e82ea72bb266..be813c84427ce956f0e48cd908feed5c5390be4c 100644 (file)
@@ -30,6 +30,7 @@ $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->check_ok("etiquette", "Agree to abide by 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");
@@ -44,6 +45,7 @@ $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->check_ok("etiquette", "Agree to abide by 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");
@@ -57,6 +59,7 @@ 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->check_ok("etiquette", "Agree to abide by 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");
@@ -78,6 +81,7 @@ 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->check_ok("etiquette", "Agree to abide by 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');
@@ -92,6 +96,7 @@ 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->check_ok("etiquette", "Agree to abide by 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");
@@ -104,6 +109,7 @@ $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->check_ok("etiquette", "Agree to abide by 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");