Removing no longer used @login tag. We are no longer running tests using internet explorer or phantomjs, so removing those tags too. Renamed @clean tag with @vagrant, since it makes more sense and is used in other repositories. Bug: T127423 Change-Id: Ib5e0a1600c3df45889e97d5ff52cd0a77a15001f
17 lines
545 B
Gherkin
17 lines
545 B
Gherkin
@chrome @firefox @vagrant
|
|
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 |
|
|
|
|
Scenario: If no username is entered then an error is displayed
|
|
Given I go to Create account page at Special:CreateAccount
|
|
When I submit the form
|
|
Then an error message is displayed
|