summaryrefslogtreecommitdiff
path: root/spec/features/u2f_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix a few specs after updating capybara and selenium-webdriverRémy Coutable2019-04-121-20/+0
* Resolve "2FA mobile options should be rephrased"Marc Schwede2018-10-041-2/+2
* Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-5/+5
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
* Remove u2f webpack bundleMike Greiling2018-03-011-4/+0
* Move 2FA disable buttonGeorge Tsiolis2018-01-031-1/+1
* fix rubocopJose Ivan Vargas2017-10-041-1/+1
* fixed spec/features/u2f_spec.rbPhil Hughes2017-09-271-5/+3
* Fix U2F spec in headless ChromeStan Hu2017-08-131-15/+1
* Change `logout` uses to `gitlab_sign_out`Robert Speicher2017-06-191-8/+8
* Change `login_with` uses to `gitlab_sign_in`Robert Speicher2017-06-191-5/+5
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-12/+12
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* 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
* Improved the u2f flow18556-polish-up-the-u2f-flowLuke "Jared" Bennett2016-12-271-43/+76
* fix: 24982- Remove'Signed in successfully' messagejnoortheen2016-12-071-5/+4
* Make UX upgrades to SignIn/Register views.Bryce Johnson2016-10-151-7/+7
* Pass the remember_me option into the u2f form and support it while authentica...add-remember-option-u2fDJ Mountney2016-09-011-0/+14
* 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
* Add a U2F feature spec for multiple devices owned by the same user.17341-firefox-u2fTimothy Andrew2016-07-141-11/+44
* 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