openstreetmap-website/test/integration
Tom Hughes 933b091330 Highlight erroneous fields by adding a class to them
The default rails scheme for highlighting errors is to wrap the
field in a div, but that changes the structure of the page and can
change the meaning of CSS rules applied to the fields.

As an alternative we now apply a class to the fields, and use that
in the CSS to apply a highlight.
2014-01-15 21:41:16 +00:00
..
client_application_test.rb Fix test failures 2013-11-19 10:30:18 -08:00
cors_test.rb IntegrationTest is now in ActionDispatch not ActionController 2013-09-21 11:35:46 +01:00
oauth_test.rb Tidy up the OAuth authorization screens 2013-11-30 12:25:22 +00:00
redirect_test.rb Replace some legacy routes with redirects 2013-12-03 19:08:21 +00:00
short_links_test.rb IntegrationTest is now in ActionDispatch not ActionController 2013-09-21 11:35:46 +01:00
user_blocks_test.rb IntegrationTest is now in ActionDispatch not ActionController 2013-09-21 11:35:46 +01:00
user_creation_test.rb Highlight erroneous fields by adding a class to them 2014-01-15 21:41:16 +00:00
user_diaries_test.rb Fix test failures 2013-11-19 10:30:18 -08:00
user_login_test.rb Fix test failures 2013-11-19 10:30:18 -08:00
user_roles_test.rb IntegrationTest is now in ActionDispatch not ActionController 2013-09-21 11:35:46 +01:00
user_terms_seen_test.rb Make sure the "terms seen" tests actually run 2013-09-29 15:43:16 +01:00