From 0ada8d612539503fc6e6464a18ed2a17d87c4052 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 1 Nov 2023 00:18:33 +0000 Subject: [PATCH] Try js:true with percy snapshot --- spec/features/documentation_pages_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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