Commit d645dcec authored by Valery Sizov's avatar Valery Sizov

[CE->EE] Fix spinach for wiki

parent 050d743d
...@@ -76,9 +76,8 @@ class Spinach::Features::ProjectWiki < Spinach::FeatureSteps ...@@ -76,9 +76,8 @@ 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 wiki_menu = find('.content .nav-links')
click_on "Pages" wiki_menu.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
......
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