Commit 050d743d authored by Valery Sizov's avatar Valery Sizov

fix wiki specs

parent a1a49f4b
...@@ -76,8 +76,10 @@ class Spinach::Features::ProjectWiki < Spinach::FeatureSteps ...@@ -76,8 +76,10 @@ class Spinach::Features::ProjectWiki < Spinach::FeatureSteps
end end
step 'I click on the "Pages" button' do step 'I click on the "Pages" button' do
within ".content" do
click_on "Pages" click_on "Pages"
end end
end
step 'I should see the existing page in the pages list' do step 'I should see the existing page in the pages list' do
expect(page).to have_content current_user.name expect(page).to have_content current_user.name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment