]> git.openstreetmap.org Git - rails.git/blob - test/system/embed_test.rb
Convert `UserMailer#email_confirm` to new style
[rails.git] / test / system / embed_test.rb
1 # frozen_string_literal: true
2
3 require "application_system_test_case"
4
5 class EmbedTest < ApplicationSystemTestCase
6   test "shows localized report link" do
7     visit export_embed_path
8     assert_link "Report a problem"
9   end
10 end