Skip to content

Commit bee9967

Browse files
author
Template Bot
committed
Apply template update: Capybara: enable finding elements by aria-label
Source: mockdeep/Rails-Template#1391
1 parent 9eb3c21 commit bee9967

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

spec/support/capybara.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44

55
Capybara.enable_aria_label = true
66

7+
<<<<<<< HEAD
78
Selenium::WebDriver.logger.output = Rails.root.join("log/selenium.log")
9+
=======
10+
Capybara.enable_aria_label = true
11+
Capybara.save_path = ENV.fetch("CIRCLE_ARTIFACTS", Capybara.save_path)
12+
Capybara.server = :puma, { Silent: true }
13+
14+
driver = ENV.fetch("DRIVER", :firefox).to_sym
15+
>>>>>>> 7846c64 (Capybara: enable finding elements by aria-label (#1391))
816

917
RSpec.configure do |config|
1018
config.before(:each, type: :system) do

0 commit comments

Comments
 (0)