summaryrefslogtreecommitdiff
path: root/users/test/integration/browser/account_test.rb
AgeCommit message (Expand)Author
2014-04-08moving users: app and test filesAzul
2014-02-06integration test with en-EN languageAzul
2013-12-20make sure overview link is active on Users#showAzul
2013-12-13make the possible actions for users and admins configurableAzul
2013-11-26simple validation for pgp key formatAzul
2013-11-06integration test for blocking handles after account destroyedAzul
2013-11-06refactor: extract method on account testAzul
2013-10-30notify user their account was successfully deleted (refs #4216)Azul
2013-10-28no need to create a user for testing failed login attemptAzul
2013-10-28reset button loading... state on error (#4231)Azul
2013-09-25visual feedback when submitting forms (#3164)Azul
2013-09-24use token auth when accessing the api from webappAzul
2013-09-19Merge pull request #82 from azul/feature/sessions-expirejessib
2013-09-18user.account shortcut to Account.new(user)Azul
2013-09-17integration tests for session expiryAzul
2013-09-04use /login instead of /sessions/new and test successful loginAzul
2013-09-03Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properlyjessib
2013-09-03cleanup records after running user integration testsAzul
2013-09-03integration test for displaying internal server error during signupAzul
2013-08-21use the same login validations on sessions and usersAzul
2013-08-08close srp vulnerability and report error in webappAzul
2013-08-07integration test exploiting srp vulnerabilityAzul
2013-07-16ensure the page has been reloaded before testing current_pathAzul
2013-07-15require test_helper from account test so it can be run in isolationAzul
2013-07-14make sure capybara runs the whole rack appAzul
2013-07-14we do not expose M2 in srp.js anymore.Azul
2013-07-14js integration test for signup, login, logoutAzul