summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ruby-actionpack-remove-browser-tests.patch
blob: 647bf16a2ac3d17ec61ba7f3bbf7e8990dbab658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From 02e8665d5ad910807d567536199f81d8e5aa8bce Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Mon, 20 Jan 2025 04:48:10 +0100
Subject: [PATCH] Remove abstract units depending on a read browser.

---
 actionpack/test/abstract_unit.rb | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb
index 1ab8ea73ab..32ffba71a9 100644
--- a/actionpack/test/abstract_unit.rb
+++ b/actionpack/test/abstract_unit.rb
@@ -519,16 +519,4 @@ class DrivenByRackTest < ActionDispatch::SystemTestCase
   driven_by :rack_test
 end
 
-class DrivenBySeleniumWithChrome < ActionDispatch::SystemTestCase
-  driven_by :selenium, using: :chrome
-end
-
-class DrivenBySeleniumWithHeadlessChrome < ActionDispatch::SystemTestCase
-  driven_by :selenium, using: :headless_chrome
-end
-
-class DrivenBySeleniumWithHeadlessFirefox < ActionDispatch::SystemTestCase
-  driven_by :selenium, using: :headless_firefox
-end
-
 require_relative "../../tools/test_common"
-- 
2.47.1