You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution user_login tells capybara to fill in a field on a from: fill_in("user[name]", :with => "Mindy")
Whereas the master branch user_login say to select the name from the drop-down menu: select 'Mindy',from:'user_name'
This confused a student, b/c the solution for 'sessions/new view' doesn't have code for a drop-down menu, like the test expects and the demo example shows.
The text was updated successfully, but these errors were encountered:
The solution user_login tells capybara to fill in a field on a from:
fill_in("user[name]", :with => "Mindy")
Whereas the master branch user_login say to select the name from the drop-down menu:
select 'Mindy',from:'user_name'
This confused a student, b/c the solution for 'sessions/new view' doesn't have code for a drop-down menu, like the test expects and the demo example shows.
The text was updated successfully, but these errors were encountered: