Sha256: 4e71ec67f1f6ce2f1894f374ec1e4aae425db18756ac5961252e9a3b75436387

Contents?: true

Size: 244 Bytes

Versions: 4

Compression:

Stored size: 244 Bytes

Contents

require 'spec_helper'

feature 'fae_file_form' do

  scenario 'should display uploader', js: true do
    admin_login
    visit new_admin_release_path

    expect(page).to have_css('.release_label_pdf_asset button.file_input-button')
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

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