Skip to content

Commit

Permalink
switch all specs using Members::Page to cuprite
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Nov 21, 2024
1 parent 48588fd commit 5922177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/members/error_messages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

require "spec_helper"

RSpec.describe "Group memberships through groups page" do
RSpec.describe "Group memberships through groups page", :js, :with_cuprite do
shared_let(:admin) { create(:admin) }
let!(:project) { create(:project, name: "Project 1", identifier: "project1") }

Expand Down

0 comments on commit 5922177

Please sign in to comment.