Skip to content

Commit

Permalink
Re-enable system test
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Dec 8, 2024
1 parent 71758cf commit 3487a93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
expect(document).to have_content "What you need to know about SQLite"
end

xit "displays the article content with poll by primary author" do
it "displays the article content with poll by primary author" do
FactoryBot.create(:user, :primary_author)

visit "/articles/what-you-need-to-know-about-sqlite"

expect(document).to have_content "What you need to know about SQLite"

expect(document).to have_content "How likely are you to use SQLite in your Rails app?"
expect(document).to have_content "How likely are you to use SQLite in your next Rails app?"
end
end

0 comments on commit 3487a93

Please sign in to comment.