Sha256: 9161bc63f26857eab6c28b3d248d54604a9b3dca4a74611d42f189da3eab5d86

Contents?: true

Size: 464 Bytes

Versions: 13

Compression:

Stored size: 464 Bytes

Contents

require 'spec_helper'

describe "Browse Dashboard files" do

  before do
    sign_in :user_with_fixtures
  end

  it "should show me some files (from the fixtures)" do
    click_link "dashboard"
    click_link "more Keywords"
    click_link "keyf"
    page.should have_content "Test mp3"
  end

  it "should allow me to edit files (from the fixtures)" do
    click_link "dashboard"
    click_link "Edit File"
    page.should have_content "Edit Test mp3"
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
sufia-3.5.0 spec/features/browse_dashboard_files.rb
sufia-3.4.0 spec/features/browse_dashboard_files.rb
sufia-3.4.0.rc4 spec/features/browse_dashboard_files.rb
sufia-3.4.0.rc3 spec/features/browse_dashboard_files.rb
sufia-3.3.1 spec/features/browse_dashboard_files.rb
sufia-3.4.0.rc2 spec/features/browse_dashboard_files.rb
sufia-3.4.0.rc1 spec/features/browse_dashboard_files.rb
sufia-3.3.0 spec/features/browse_dashboard_files.rb
sufia-3.2.1 spec/features/browse_dashboard_files.rb
sufia-3.1.3 spec/features/browse_dashboard_files.rb
sufia-3.1.2 spec/features/browse_dashboard_files.rb
sufia-3.1.1 spec/features/browse_dashboard_files.rb
sufia-3.1.0 spec/features/browse_dashboard_files.rb