diff --git a/spec/system/admin/enterprises/dfc_permissions_spec.rb b/spec/system/admin/enterprises/dfc_permissions_spec.rb index 114b67871b..5b7adcd716 100644 --- a/spec/system/admin/enterprises/dfc_permissions_spec.rb +++ b/spec/system/admin/enterprises/dfc_permissions_spec.rb @@ -6,7 +6,7 @@ RSpec.describe "DFC Permissions", feature: "cqcm-dev", vcr: true do let(:enterprise) { create(:enterprise) } before do - skip "Puffing Billy seems to make our rspec processes hand at the end." + skip "Puffing Billy seems to make our rspec processes hang at the end." end before do diff --git a/spec/system/billy_spec.rb b/spec/system/billy_spec.rb index a3ebc15931..da13cc5ceb 100644 --- a/spec/system/billy_spec.rb +++ b/spec/system/billy_spec.rb @@ -4,7 +4,7 @@ require 'system_helper' RSpec.describe "Testing external scripts loaded in the browser" do before do - skip "Puffing Billy seems to make our rspec processes hand at the end." + skip "Puffing Billy seems to make our rspec processes hang at the end." end it "loads a website", :vcr do diff --git a/spec/system/support/cuprite_setup.rb b/spec/system/support/cuprite_setup.rb index 0729f5f8d4..4c30325690 100644 --- a/spec/system/support/cuprite_setup.rb +++ b/spec/system/support/cuprite_setup.rb @@ -32,7 +32,7 @@ Capybara.register_driver(:cuprite_ofn) do |app| inspector: true, headless:, js_errors: true, - # Puffing Billy seems to make our rspec processes hand at the end. + # Puffing Billy seems to make our rspec processes hang at the end. # Deactivating for now. # # proxy: { host: Billy.proxy.host, port: Billy.proxy.port },