Import: Handle uploads with sha1 starting with 0 properly
[mediawiki.git] / tests / browser / features / create_account.feature
blob35df8b4beec6b93fa1b390202f57aa9422d44272
1 @chrome @clean @firefox @phantomjs
2 Feature: Create account
4   Scenario Outline: Go to Create account page
5     Given I go to Create account page at <path>
6     Then form has Create account button
8   Examples:
9     | path                          |
10     | Special:CreateAccount         |
11     | Special:UserLogin/signup      |
12     | Special:UserLogin?type=signup |
14   Scenario: If no username is entered then an error is displayed
15     Given I go to Create account page at Special:CreateAccount
16     When I submit the form
17     Then an error message is displayed