module GdsApi::TestHelpers::ContentApi

def content_api_has_subsections(parent_slug_or_hash, subsection_slugs)

def content_api_has_subsections(parent_slug_or_hash, subsection_slugs)
  content_api_has_child_tags("section", parent_slug_or_hash, subsection_slugs)
end