openstreetmap-website/test/system
Andy Allan 6c1d73a509 Allow users to delete their own accounts
This PR allows users to delete their own accounts. The logic implemented matches
that currently used by the admins when they manually close accounts, although
there is room to be more complex in future e.g. completely removing accounts
with no content.

The error handling has been slightly adapted for namespaced controllers, by
anchoring the controller name with a leading forward slash.
2022-02-09 16:15:24 +00:00
..
account_deletion_test.rb Allow users to delete their own accounts 2022-02-09 16:15:24 +00:00
confirmation_resend_test.rb Use assert_content instead of assert page.has_content? 2022-01-06 13:16:47 +00:00
diary_entry_test.rb Use a state machine for user status 2022-01-12 18:16:14 +00:00
issues_test.rb Use assert_link instead of assert page.has_link? 2022-01-06 15:04:03 +00:00
preferences_test.rb Use assert_content instead of assert page.has_content? 2022-01-06 13:16:47 +00:00
report_diary_comment_test.rb Use assert_content instead of assert page.has_content? 2022-01-06 13:16:47 +00:00
report_diary_entry_test.rb Use assert_content instead of assert page.has_content? 2022-01-06 13:16:47 +00:00
report_note_test.rb Use assert_content instead of assert page.has_content? 2022-01-06 13:16:47 +00:00
report_user_test.rb Use assert_content instead of assert page.has_content? 2022-01-06 13:16:47 +00:00
site_test.rb Add framework for system tests 2017-11-15 19:14:31 +00:00
user_logout_test.rb Use assert_content instead of assert page.has_content? 2022-01-06 13:16:47 +00:00
user_signup_test.rb Use assert_content instead of assert page.has_content? 2022-01-06 13:16:47 +00:00
user_status_change_test.rb Add extra user transitions needed by the administrators 2022-02-02 16:37:50 +00:00
user_suspension_test.rb Use a state machine for user status 2022-01-12 18:16:14 +00:00