diff options
Diffstat (limited to 'tests/browser/features/create_account.feature')
-rw-r--r-- | tests/browser/features/create_account.feature | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/browser/features/create_account.feature b/tests/browser/features/create_account.feature new file mode 100644 index 00000000..0b4e83a5 --- /dev/null +++ b/tests/browser/features/create_account.feature @@ -0,0 +1,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 | |