Removing errant beta character
This commit is contained in:
parent
a641496261
commit
199619edf1
|
|
@ -59,7 +59,7 @@ describe "Find Session", :js => true, :type => :feature, :capybara_feature => tr
|
||||||
visit "/#/findSession"
|
visit "/#/findSession"
|
||||||
find('#find-session-form') # again, using Capybara to avoid a 'sleep'
|
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)
|
expect(page).to have_text(@unique_session_desc)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue