Skip to content

Commit

Permalink
Screenshot all the components
Browse files Browse the repository at this point in the history
  • Loading branch information
injms committed Dec 2, 2020
1 parent d40c0a8 commit f6fede0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/visual_regression_tests/all_components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# TODO: The alternative loop is useful when testing as it doesn't run
# through absolutely all of the components, but should be removed before
# merging in.
# component_links.each do |link|
component_links.first(2).last(1).each do |link|
# component_links.first(2).last(1).each do |link|
component_links.each do |link|
slug = URI.parse(link)
next if slug.path == "/component-guide/govspeak" # skip Govspeak because it's just too long and times out

Expand Down

0 comments on commit f6fede0

Please sign in to comment.