Sha256: 228c011d5109c49c8a4ff32a5349bcf8b9a91f9c8544d5b77b65689caede408f

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

require 'test_helper'

module Workarea
  module Storefront
    class CreateYourOwnSystemTest < Workarea::SystemTest

    	def test_managing_product_images
        assert_raise InvalidDisplay do
          visit storefront.product_create_your_own_path(create_product(active: false))

          attach_file 'image', product_image_file_path        
          click_button 'submit'
        end
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-image_decoration-1.0.0.pre test/system/workarea/storefront/create_your_own_system_test.rb