Displaying 2 results from an estimated 2 matches for "user_screen_nam".
Did you mean:
user_screen_name
2011 Jan 24
11
Can't get login to work
Hi, could anybody help me try to get a login function working, I have
created a database for users called user1, I have the login screen set
up but when i hit login with a correct username and password, nothing
happens
I am expecting the lgin button to direct the user to the main page and
show the user as logged on, but nothing happens! Thanks!
Controller
class User1Controller <
2010 Jan 29
0
Cucumber: fill_in does not take label
...me]", :with => user.screen_name
but the following line will not
fill_in "Screen name:", :with => user.screen_name
Here is the text of the form:
<div class="form_row">
<label for="screen_name">Screen name:</label>
<input id="user_screen_name" maxlength="20" name="user[screen_name]"
size="20" type="text" />
</div>
Is this expected behavior? I would rather use the label value than
the name value because the label value is easier to find out: I don''t
need to look at the sou...