summaryrefslogtreecommitdiff
path: root/spec/features/u2f_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix rspec and spinach testsJose Ivan Vargas2017-04-061-3/+3
|
* Fixed rspec testsJose Ivan Vargas2017-04-061-7/+7
|
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-9/+8
| | | | | | | FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improved the u2f flow18556-polish-up-the-u2f-flowLuke "Jared" Bennett2016-12-271-43/+76
| | | | Added tests
* fix: 24982- Remove'Signed in successfully' messagejnoortheen2016-12-071-5/+4
| | | | | | | | | | | | | | After this change the sign-in-success flash message will not be shown refactor: set flash message to be nil while signing in test: changed tests to reflect removal of sign-in message refactor: adding signed_in message back See Merge Request !7837 issue#24982
* Make UX upgrades to SignIn/Register views.Bryce Johnson2016-10-151-7/+7
| | | | | | | - Tab between register and sign in forms - Add individual input validation error messages - Validate username - Update many styles for all login-box forms
* Pass the remember_me option into the u2f form and support it while ↵add-remember-option-u2fDJ Mountney2016-09-011-0/+14
| | | | | | authenticating Matches the changes done for non-u2f two-factor auth
* Add feature specs to cover naming and deleting U2F devices.Timothy Andrew2016-08-181-8/+28
|
* Fix `U2fSpec` for PhantomJS versions > 2.Timothy Andrew2016-08-131-12/+20
| | | | | | - We weren't explicilty waiting for the page to load while navigating to the "Manage two-factor authentication" page. This was probably incidentally working for PhantomJS 1.x versions.
* Add a U2F feature spec for multiple devices owned by the same user.17341-firefox-u2fTimothy Andrew2016-07-141-11/+44
| | | | | 1. This scenario was previously tested for the registration flow, but not authentication.
* Update `u2f_spec` to cover U2F being disabled until authenticator is set up.Timothy Andrew2016-06-151-34/+23
|
* Add feature specs covering U2F registration and authentication.Timothy Andrew2016-06-061-0/+239