openstreetmap-website/test
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
..
abilities Ensure that test utility methods are marked as private 2020-10-28 11:49:01 +01:00
controllers Fix minor HTML tag mismatches 2022-03-05 02:44:59 +00:00
factories Fix rubocop Rails/TimeZone warnings 2022-03-01 22:55:10 +00:00
gpx/fixtures Remove unused directories 2020-03-18 15:04:18 +01:00
helpers Fix rubocop Rails/TimeZone warnings 2022-03-01 22:55:10 +00:00
http Remove npemap as a source for UK postcodes 2018-02-04 15:14:41 +00:00
integration Fix rubocop Rails/TimeZone warnings 2022-03-01 22:55:10 +00:00
javascripts Replace querystring parser with qs yarn module 2020-08-06 20:51:55 +01:00
jobs Send trace import result notification immediately 2019-07-15 21:45:07 +01:00
lib Switch to Argon2 for password hashing 2021-11-03 20:39:31 +00:00
mailers Add a test for i18n interpolation into plain and html parts 2020-12-02 13:02:25 +00:00
models Fix some rubocop Naming/PredicateName warnings 2022-03-03 22:47:55 +00:00
system Allow users to delete their own accounts 2022-02-09 16:15:24 +00:00
validators Merge character validators 2018-11-05 18:54:19 +00:00
application_system_test_case.rb Switch to using selenium for system tests 2020-04-22 13:51:37 +01:00
test_helper.rb Remove the ObjectMetadata concern, since it's only used in tests now 2021-09-15 17:05:50 +01:00