@chrome @clean @firefox @phantomjs Feature: Create account Scenario Outline: Go to Create account page Given I go to Create account page at 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