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