diff --git a/spec/features/documentation_pages_spec.rb b/spec/features/documentation_pages_spec.rb index 9f3f38bf2..54650e7d2 100644 --- a/spec/features/documentation_pages_spec.rb +++ b/spec/features/documentation_pages_spec.rb @@ -26,7 +26,7 @@ end # rubocop:disable RSpec/NoExpectationExample - it "renders the page" do + it "renders the page", js: true do page.percy_snapshot("About") end # rubocop:enable RSpec/NoExpectationExample