Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
taitus committed Sep 23, 2024
1 parent b7806a3 commit adf7f57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion spec/shared/system/remotely_translatable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
visit path
select "Español", from: "Language:"
click_button "Traducir página"

expect(page).to have_content "Se han solicitado correctamente las traducciones"
end

Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
Dir["./spec/shared/**/*.rb"].sort.each { |f| require f }

RSpec.configure do |config|
Capybara.always_include_port = false
config.use_transactional_fixtures = true
config.fixture_path = "spec/fixtures/files"

Expand Down

0 comments on commit adf7f57

Please sign in to comment.