summaryrefslogtreecommitdiff
path: root/tests/browser/features/create_account.feature
blob: 0b4e83a5591f417d4cc5191837bcaa72e16633d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@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 |