Skip to content

Commit

Permalink
Include API page in percy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 6, 2024
1 parent d9eac78 commit 54566d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/features/documentation_pages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
expect(page).to be_axe_clean
end
end

# rubocop:disable RSpec/NoExpectationExample
it "renders a snapshot for a visual diff", js: true do
page.percy_snapshot("API")
end
# rubocop:enable RSpec/NoExpectationExample
end

describe "get involved page in the new design" do
Expand Down

0 comments on commit 54566d8

Please sign in to comment.