diff --git a/spec/shared/system/remotely_translatable.rb b/spec/shared/system/remotely_translatable.rb index 0b277b22f..904143116 100644 --- a/spec/shared/system/remotely_translatable.rb +++ b/spec/shared/system/remotely_translatable.rb @@ -205,6 +205,7 @@ shared_examples "remotely_translatable" do |factory_name, path_name, path_argume click_button "Traducir página" + expect(page).not_to have_button "Traducir página" expect(RemoteTranslation.count).to eq(0) expect(resource.translations.count).to eq(2) end