Skip to content

Commit

Permalink
fix: Remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Oct 3, 2024
1 parent c91c0ef commit 0d0abfc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions spec/system/survey_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,6 @@
end
end

context "when the survey requires permissions to be answered" do
before do
permissions = {
answer: {
authorization_handlers: {
"dummy_authorization_handler" => { "options" => {} }
}
}
}

component.update!(permissions: permissions)
visit_component
end

it "shows a modal dialog" do
expect(page).to have_content("I fill in my phone number")
end
end

context "when the survey allow answers" do
context "when the survey is closed by start and end dates" do
before do
Expand Down

0 comments on commit 0d0abfc

Please sign in to comment.