Skip to content

Commit d79f918

Browse files
committed
Try to drop seleinum
1 parent b80f752 commit d79f918

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spec/rspec/rails/example/system_example_group_spec.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ module RSpec::Rails
9191
group = RSpec::Core::ExampleGroup.describe do
9292
include SystemExampleGroup
9393

94-
before do
95-
driven_by(:selenium)
96-
end
94+
# before do
95+
# driven_by(:selenium)
96+
# end
9797

9898
def take_screenshot
9999
puts 'line 1'
@@ -113,9 +113,9 @@ def take_screenshot
113113
group = RSpec::Core::ExampleGroup.describe do
114114
include SystemExampleGroup
115115

116-
before do
117-
driven_by(:selenium)
118-
end
116+
# before do
117+
# driven_by(:selenium)
118+
# end
119119

120120
def page
121121
instance_double(Capybara::Session, save_screenshot: nil)
@@ -162,9 +162,9 @@ def page
162162
group = RSpec::Core::ExampleGroup.describe do
163163
include SystemExampleGroup
164164

165-
before do
166-
driven_by(:selenium)
167-
end
165+
# before do
166+
# driven_by(:selenium)
167+
# end
168168

169169
after do
170170
calls_in_order << :after_hook

0 commit comments

Comments
 (0)