Sha256: 9d205c6029e3406d07f232a7790efe45e1f4121ef48c29e9e855b02818aaa4c0

Contents?: true

Size: 300 Bytes

Versions: 13

Compression:

Stored size: 300 Bytes

Contents

require "rails_helper"

feature "Super User - Dashboard Links", type: :feature do
  fixtures :all

  it "displays correct links for a researcher" do
    sign_in(users(:admin1))
    visit "/think_feel_do_dashboard"

    expect(page).to have_link "Arms", href: "/think_feel_do_dashboard/arms"
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.0.beta1 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.21 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.20 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.19 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.18 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.17 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.16 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.15 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.14 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.13 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.12 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.11 spec/features/super_users/dashboard_links_spec.rb
think_feel_do_dashboard-1.1.10 spec/features/super_users/dashboard_links_spec.rb