openstreetmap-website/test/system
Andy Allan 24f6aeda6a Use hash-based flash objects to render complex flash messages
Since flash objects can only be String, Hash or Array (notably excluding SafeBuffers), then this approach is necessary to render complex html in a safe manner.

Each local can be treated as an (unsafe) string, and therefore escaped normally when rendered into the template. The template (and translation strings) can
contain html since they are no longer stored in the flash as a plain string.

Fixes #3215
2021-06-23 20:10:55 +01:00
..
confirmation_resend.rb Use hash-based flash objects to render complex flash messages 2021-06-23 20:10:55 +01:00
diary_entry_test.rb Rephrase 'replying' text to clarify what will actually happen 2020-07-15 15:13:29 +02:00
issues_test.rb Refactor login/logout into sessions controller 2021-03-24 11:32:46 +00:00
report_diary_comment_test.rb Fix a small typo and tests that depend on it. 2021-01-19 20:56:43 +01:00
report_diary_entry_test.rb Fix a small typo and tests that depend on it. 2021-01-19 20:56:43 +01:00
report_note_test.rb Fix a small typo and tests that depend on it. 2021-01-19 20:56:43 +01:00
report_user_test.rb Fix a small typo and tests that depend on it. 2021-01-19 20:56:43 +01:00
site_test.rb Add framework for system tests 2017-11-15 19:14:31 +00:00
user_logout_test.rb Update tests to ensure referer is working 2020-01-08 18:26:57 +01:00
user_signup_test.rb Add test case to ensure clicking on the registration link takes you to the right page 2021-03-29 15:51:07 +01:00