* fixing tests, VRFS-1228 - bio create for user

This commit is contained in:
Seth Call 2014-02-25 06:27:13 +00:00
parent 686a0980e6
commit 23301f32a3
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,9 @@ if @search.musicians_text_search?
attributes :instrument_id, :description, :proficiency_level, :priority
end
}
end
if @search.musicians_filter_search?
node :city do |user|
current_user.try(:location)
end

View File

@ -46,8 +46,7 @@ describe "Account", :js => true, :type => :feature, :capybara_feature => true do
end
it {
find('h1', text: 'my account')
should have_selector('#notification h2', text: 'Confirmation Email Sent')
find('#notification h2', text: 'Confirmation Email Sent')
}
end

View File

@ -38,7 +38,6 @@ describe "Session Recordings", :js => true, :type => :feature, :capybara_feature
start_recording_with(creator, [joiner1])
in_client(creator) do
find('#session-leave').trigger(:click)
find('#btn-accept-leave-session').trigger(:click)
expect(page).to have_selector('h2', text: 'feed')
end