Sha256: 0a321fa0455e5c64b179501dd0007e992bed42eb93c21e5975f470fa7f57d034
Contents?: true
Size: 350 Bytes
Versions: 16
Compression:
Stored size: 350 Bytes
Contents
module Locations def go_to_dashboard_works visit '/dashboard/works' expect(page).to have_selector('li.active', text: "My Works") end def go_to_user_profile within '#user_utility_links' do first(".dropdown a").click click_link "View Profile" end end end RSpec.configure do |config| config.include Locations end
Version data entries
16 entries across 16 versions & 1 rubygems