Sha256: 8ab30d02df593903b51af5361eee8019dbf8a261551b301c51b318754f5f81c1
Contents?: true
Size: 415 Bytes
Versions: 5
Compression:
Stored size: 415 Bytes
Contents
require "test_helper" module Workarea decorate Storefront::StyledSelectsSystemTest, with: :nvy_theme do def test_styled_select visit storefront.style_guides_path Capybara.match = :first within "#components" do click_on "styled-select" end assert_selector ".styled-select" within ".styled-select" do assert_selector "select" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems