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

Version Path
workarea-nvy_theme-1.2.1 test/system/workarea/storefront/styled_selects_system_test.decorator
workarea-nvy_theme-1.2.0 test/system/workarea/storefront/styled_selects_system_test.decorator
workarea-nvy_theme-1.1.4 test/system/workarea/storefront/styled_selects_system_test.decorator
workarea-nvy_theme-1.1.3 test/system/workarea/storefront/styled_selects_system_test.decorator
workarea-nvy_theme-1.1.2 test/system/workarea/storefront/styled_selects_system_test.decorator