Skip to content

Commit

Permalink
remove selenium driver from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn-w committed Dec 3, 2024
1 parent 1fb8518 commit 9a63161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/mailing_list_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "rails_helper"

RSpec.feature "Integration tests", :integration, :js, type: :feature do
RSpec.feature "Integration tests", :integration, type: :feature do
before { config_capybara }

around do |example|
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/teacher_training_adviser_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "rails_helper"

RSpec.describe "Sign up", :integration, :js, type: :feature do
RSpec.describe "Sign up", :integration, type: :feature do
before do
config_capybara

Expand Down

0 comments on commit 9a63161

Please sign in to comment.