aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2011-08-01 16:33:02 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2011-08-02 11:20:41 +0200
commit1e829811778c1bca279e4ba3816b504125a02830 (patch)
tree20e4448e92ee27ae6cb34478e1431d744d9a5cc1 /site/features/signup.feature
parentAdd license information (diff)
downloadcouncil-webapp-1e829811778c1bca279e4ba3816b504125a02830.tar.gz
council-webapp-1e829811778c1bca279e4ba3816b504125a02830.tar.bz2
council-webapp-1e829811778c1bca279e4ba3816b504125a02830.zip
Fix problem with passwords shown as open text during signup
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