mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +01:00
Update the login cucumber steps to match the new UI
Removes the colon for the checkbox label since the position of the checkbox and the text on the UI has changed.
This commit is contained in:
parent
89506dbeb7
commit
37c61fa60a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ end
|
|||
When /^I submit the login form as user "([^\"]*)" with password "([^\"]*)"$/ do |username, password|
|
||||
fill_in 'Login', :with => username
|
||||
fill_in 'Password', :with => password
|
||||
uncheck "Stay logged in:"
|
||||
uncheck "Stay logged in"
|
||||
click_button "Sign in"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue