Fix spinach tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
9e6466c784
commit
696b9903f0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Groups < Spinach::FeatureSteps
|
||||||
Then 'I should see newly created group "Samurai"' do
|
Then 'I should see newly created group "Samurai"' do
|
||||||
page.should have_content "Samurai"
|
page.should have_content "Samurai"
|
||||||
page.should have_content "Tokugawa Shogunate"
|
page.should have_content "Tokugawa Shogunate"
|
||||||
page.should have_content "You will only see events from projects in this group"
|
page.should have_content "Currently you are only seeing events from the"
|
||||||
end
|
end
|
||||||
|
|
||||||
And 'I change group "Owned" name to "new-name"' do
|
And 'I change group "Owned" name to "new-name"' do
|
||||||
|
|
Loading…
Reference in a new issue