diff --git a/web/spec/features/find_sessions_spec.rb b/web/spec/features/find_sessions_spec.rb index c024fb0f3..523d345f9 100644 --- a/web/spec/features/find_sessions_spec.rb +++ b/web/spec/features/find_sessions_spec.rb @@ -59,7 +59,7 @@ describe "Find Session", :js => true, :type => :feature, :capybara_feature => tr visit "/#/findSession" find('#find-session-form') # again, using Capybara to avoid a 'sleep' - # verify the ßsession description is seen by second client + # verify the session description is seen by second client expect(page).to have_text(@unique_session_desc) end end