openstreetmap-website/test/controllers
Harry Wood 2ce44a2a85 Fix minor HTML tag mismatches
Fix some HTML tag mismatches and other glitches. These are minor, and don't appear to cause browsers any problems, but for the sake of correctness:
* A closing td which should be a closing div.
* A closing h3 for a corresponding h6
* Two tables with `<thead>` tag and missing `<tr>` around the `<th>` headings.

test change for thead fix
2022-03-05 02:44:59 +00:00
..
api Fix some rubocop Naming/PredicateName warnings 2022-03-03 22:47:55 +00:00
accounts_controller_test.rb Fix route for "go public" button on the account edit page 2022-01-28 12:39:39 +00:00
browse_controller_test.rb Fix rubocop Rails/TimeZone warnings 2022-03-01 22:55:10 +00:00
changeset_comments_controller_test.rb Refactor some more controller tests 2020-04-22 16:45:16 +02:00
changesets_controller_test.rb Use login_path instead of explicit controller and actions 2021-03-10 14:31:55 +00:00
confirmations_controller_test.rb Use a state machine for user status 2022-01-12 18:16:14 +00:00
dashboards_controller_test.rb Remove the contact-activity class 2021-11-03 18:35:42 +00:00
diary_entries_controller_test.rb Simplify margins when showing diary entries 2021-11-24 12:24:16 +00:00
directions_controller_test.rb Refactor some more controller tests 2020-04-22 16:45:16 +02:00
errors_controller_test.rb Refactor some more controller tests 2020-04-22 16:45:16 +02:00
export_controller_test.rb Refactor more controller tests 2020-04-26 20:33:06 +01:00
friendships_controller_test.rb spelling: unknown 2021-07-21 10:45:38 -04:00
geocoder_controller_test.rb Fix new rubocop warnings 2021-01-11 19:17:31 +00:00
issue_comments_controller_test.rb Refactor more controller tests 2020-04-26 20:33:06 +01:00
issues_controller_test.rb Refactor more controller tests 2020-04-26 20:33:06 +01:00
messages_controller_test.rb Fix rubocop Rails/TimeZone warnings 2022-03-01 22:55:10 +00:00
notes_controller_test.rb Display no notes message when empty 2021-04-09 19:21:09 +01:00
oauth2_applications_controller_test.rb Fix minor HTML tag mismatches 2022-03-05 02:44:59 +00:00
oauth2_authorizations_controller_test.rb Add tests for OAuth2 2021-05-18 12:05:33 +01:00
oauth2_authorized_applications_controller_test.rb Fix minor HTML tag mismatches 2022-03-05 02:44:59 +00:00
oauth_clients_controller_test.rb Refactor more controller tests 2020-04-26 22:56:18 +01:00
oauth_controller_test.rb Refactor more controller tests 2020-04-26 22:56:18 +01:00
passwords_controller_test.rb Split password reset functionality into PasswordsController 2021-04-07 16:05:28 +01:00
preferences_controller_test.rb Split user preferences into a separate page 2021-07-14 17:40:20 +01:00
profiles_controller_test.rb Move profile-related settings to their own form 2021-07-14 17:45:19 +01:00
redactions_controller_test.rb Refactor more controller tests 2020-04-26 22:56:18 +01:00
reports_controller_test.rb Refactor more controller tests 2020-04-26 22:56:18 +01:00
sessions_controller_test.rb Move sessions-related tests out of UsersControllerTest 2021-03-24 11:40:17 +00:00
site_controller_test.rb Use login_path instead of explicit controller and actions 2021-03-10 14:31:55 +00:00
traces_controller_test.rb Switch traces to use ActiveStorage 2021-12-16 18:45:31 +00:00
user_blocks_controller_test.rb Fix rubocop Rails/TimeZone warnings 2022-03-01 22:55:10 +00:00
user_roles_controller_test.rb Refactor more controller tests 2020-04-27 22:24:28 +01:00
users_controller_test.rb Merge remote-tracking branch 'upstream/pull/3419' 2022-02-03 18:37:12 +00:00