]> git.openstreetmap.org Git - rails.git/blob - test/system/embed_test.rb
Bump rubocop-capybara from 2.22.1 to 2.23.0 in the rubocop group
[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