Sha256: a18dad8efb30b83b1c6f503dc22e6f4278a192bd856b12ccaef7d0eef002b5c3

Contents?: true

Size: 336 Bytes

Versions: 4

Compression:

Stored size: 336 Bytes

Contents

require 'spec_helper'

feature 'fae_image_form' do

  scenario 'should display updloader with alt by default', js: true do
    admin_login
    visit new_admin_release_path

    expect(page).to have_css('.release_bottle_shot_asset button.file_input-button')
    expect(page).to have_css('#release_bottle_shot_attributes_alt')
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fae-rails-1.2.5 spec/features/form_helpers/fae_image_form_spec.rb
fae-rails-1.2.4 spec/features/form_helpers/fae_image_form_spec.rb
fae-rails-1.2.3 spec/features/form_helpers/fae_image_form_spec.rb
fae-rails-1.2.2 spec/features/form_helpers/fae_image_form_spec.rb