aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/features/signup.feature')
-rw-r--r--site/features/signup.feature12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/features/signup.feature b/site/features/signup.feature
new file mode 100644
index 0000000..573eac8
--- /dev/null
+++ b/site/features/signup.feature
@@ -0,0 +1,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