Remove Profiler::isStub()
[mediawiki.git] / tests / browser / features / create_account.feature
blob0b4e83a5591f417d4cc5191837bcaa72e16633d5
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 |