mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-25 18:26:10 +01:00
migrate feedlist, user password, loggin in, manage users, mobile_* and notes manage
This commit is contained in:
parent
d8b5c7d0d2
commit
d528a87cee
10 changed files with 88 additions and 63 deletions
|
|
@ -31,7 +31,7 @@ When /^I add a new context "([^"]*)"$/ do |context_name|
|
|||
end
|
||||
|
||||
When /^I add a new active context "([^"]*)"$/ do |context_name|
|
||||
When "I add a new context \"#{context_name}\""
|
||||
step "I add a new context \"#{context_name}\""
|
||||
end
|
||||
|
||||
When /^I add a new hidden context "([^"]*)"$/ do |context_name|
|
||||
|
|
@ -56,7 +56,7 @@ end
|
|||
|
||||
Then /^I should see that a context named "([^"]*)" is not present$/ do |context_name|
|
||||
within "div#display_box" do
|
||||
Then "I should not see \"#{context_name}\""
|
||||
step "I should not see \"#{context_name}\""
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue