openstreetmap-website/test/system
Andy Allan 085412f624 Use i18n for submit button for issue comments
Normally when an en-GB.yml translation is missing, rails falls back to en.yml. But when
using the submit helpers, if the en-GB translation is missing, rails knows how to create
a fallback like 'Create {model_name}' without touching the en.yml file. This string might
then be different from what the test expects, e.g. 'Add Comment'.

So it's important to set the language headers, to avoid phantomjs from picking up your desktop
preferences in this specific case.
2019-06-12 19:24:06 +02:00
..
diary_entry_test.rb Show all diary comments to administrators 2019-06-06 16:03:42 +02:00
issues_test.rb Use i18n for submit button for issue comments 2019-06-12 19:24:06 +02:00
report_diary_comment_test.rb Pluralize diary entries controller 2018-11-07 16:31:04 +01:00
report_diary_entry_test.rb Pluralize diary entries controller 2018-11-07 16:31:04 +01:00
report_note_test.rb Assign vandalism reports for users to moderators 2018-06-17 11:14:19 +01:00
report_user_test.rb Rename user_controller to users_controller 2018-10-03 15:31:10 +02:00
site_test.rb Add framework for system tests 2017-11-15 19:14:31 +00:00