* fixing tests, VRFS-1228 - bio create for user
This commit is contained in:
parent
686a0980e6
commit
23301f32a3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue