d6745ad75b4f81d1b11def97103a6728704b6b66
[lhc/web/wiklou.git] / tests / browser / features / create_account.feature
1 @chrome @clean @en.wikipedia.beta.wmflabs.org @firefox @phantomjs @test2.wikipedia.org
2 Feature: Create account
3
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
7
8 Examples:
9 | path |
10 | Special:CreateAccount |
11 | Special:UserLogin/signup |
12 | Special:UserLogin?type=signup |