aboutsummaryrefslogtreecommitdiff
blob: 573eac8109287bd92b0a86e695a29ac352c9e9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Feature: Singup
  As user I want to be able to signup
  And do it properly

  Scenario: Always show password as in password type inputs
    When I am on the homepage
    And I follow "Signup"
    Then I should see proper password entries

    When I fill in bad user info
    And I press "Signup"
    Then I should see proper password entries