Skip to content

Commit

Permalink
increase feature spec performance via cuprite
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Nov 6, 2023
1 parent c3440f5 commit 7fdf171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/members/membership_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

require 'spec_helper'

RSpec.describe 'Administrating memberships via the project settings', :js do
RSpec.describe 'Administrating memberships via the project settings', :js, :with_cuprite do
shared_let(:admin) { create(:admin) }
shared_let(:project) { create(:project) }

Expand Down

0 comments on commit 7fdf171

Please sign in to comment.