Skip to content

Commit 204d745

Browse files
committed
System test type.
1 parent b3b4f81 commit 204d745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/chrome_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
RSpec.configure do |config|
2-
config.before(:each, type: :feature) do
2+
config.before(:each, type: :system) do
33
if ENV["CI"] == "true"
44
driven_by :selenium, using: :headless_chrome, screen_size: [ 1400, 1400 ]
55
else

0 commit comments

Comments
 (0)