Skip to content

Commit

Permalink
correct spelling check
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jun 14, 2024
1 parent e87f75a commit 4576405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decidim-conferences/spec/system/conference_speakers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
end
end

context "when admin publish and unplublish a speaker" do
context "when admin publishes and unpublishes a speaker" do
let!(:conference_speakers) { create_list(:conference_speaker, 2, :published, conference:) }
let!(:user) { create(:user, :admin, :confirmed, organization:) }

Expand All @@ -79,7 +79,7 @@
end
end

it "gets a conference speaker unpublish and then publish again" do
it "gets a conference speaker unpublishes and then publishes again" do
expect(page).to have_content("Conference speaker successfully unpublished")

within all(".table-list__actions").first do
Expand Down

0 comments on commit 4576405

Please sign in to comment.