Sha256: 12c32b7db9eab098fb67ff8fcaf54c20f9fb7f7792222925ce71d38b6ba62397
Contents?: true
Size: 363 Bytes
Versions: 62
Compression:
Stored size: 363 Bytes
Contents
require 'test_helper' module Workarea module Storefront class StyleGuidesSystemTest < Workarea::SystemTest def test_contains_a_partial_from_the_storefront visit storefront.style_guides_path within '#settings' do click_on 'color-variables' end assert(page.has_content?('$black')) end end end end
Version data entries
62 entries across 62 versions & 1 rubygems