Skip to content

Commit

Permalink
Merge pull request #1071 from alphagov/dependabot/bundler/capybara-3.7.0
Browse files Browse the repository at this point in the history
Bump capybara from 3.6.0 to 3.7.0
  • Loading branch information
elliotcm authored Sep 3, 2018
2 parents 0089862 + f4dc314 commit 66c19d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.3)
byebug (10.0.1)
capybara (3.6.0)
capybara (3.7.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down
2 changes: 1 addition & 1 deletion test/support/content_pages_nav_test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def setup_and_visit_content_from_publishing_app(publishing_app: nil)
.to_return(status: 200, body: content_item.to_json, headers: {})
visit path

assert_selector %{meta[name="govuk:content-id"][content="#{content_id}"}, visible: false
assert_selector %{meta[name="govuk:content-id"][content="#{content_id}"]}, visible: false
end

SINGLE_TAXON = [
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def setup_and_visit_random_content_item(document_type: nil)
.to_return(status: 200, body: content_item.to_json, headers: {})
visit path

assert_selector %{meta[name="govuk:content-id"][content="#{content_id}"}, visible: false
assert_selector %{meta[name="govuk:content-id"][content="#{content_id}"]}, visible: false
end

def get_content_example(name)
Expand Down

0 comments on commit 66c19d8

Please sign in to comment.