Sha256: cbb99136d012afe5b1e97ed28c4d6ad6bd7253a4e5e28310c4b850fb46f92340

Contents?: true

Size: 507 Bytes

Versions: 13

Compression:

Stored size: 507 Bytes

Contents

require "rails_helper"

feature "Researcher - Dashboard Links", type: :feature do
  fixtures :all

  it "displays correct links for a researcher" do
    sign_in users :researcher1
    visit "/think_feel_do_dashboard"

    expect(page).to have_text "Home"
    expect(page).to have_link "ThinkFeelDo"
    expect(page).to have_link "Arms"
    expect(page).to have_link "Groups"
    expect(page).to have_link "Participants"
    expect(page).to have_link "Users"
    expect(page).to have_link "Reports"
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

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