summaryrefslogtreecommitdiff
path: root/tests/browser/features/create_account.feature
blob: 35df8b4beec6b93fa1b390202f57aa9422d44272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@chrome @clean @firefox @phantomjs
Feature: Create account

  Scenario Outline: Go to Create account page
    Given I go to Create account page at <path>
    Then form has Create account button

  Examples:
    | path                          |
    | Special:CreateAccount         |
    | Special:UserLogin/signup      |
    | Special:UserLogin?type=signup |

  Scenario: If no username is entered then an error is displayed
    Given I go to Create account page at Special:CreateAccount
    When I submit the form
    Then an error message is displayed