mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-08 16:44:20 +01:00
fix cucumber stories including test for i18n
This commit is contained in:
parent
601736de2d
commit
8109391f89
6 changed files with 796 additions and 731 deletions
|
|
@ -49,3 +49,8 @@ Then /^I should see an error flash message saying "([^"]*)"$/ do |message|
|
|||
text = response.selenium.get_text("xpath=#{xpath}")
|
||||
text.should == message
|
||||
end
|
||||
|
||||
Then /^I should see "([^"]*)" $/ do |text|
|
||||
Then "I should see \"#{text}\""
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue