Commit 4e6f131c8a7446b54f908c4f87f0b2dfda4c5750

Authored by Dmitriy Zaporozhets
1 parent 2e0a3734

fix tests

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/steps/project/project_wiki.rb
@@ -5,7 +5,7 @@ class ProjectWiki < Spinach::FeatureSteps @@ -5,7 +5,7 @@ class ProjectWiki < Spinach::FeatureSteps
5 include SharedPaths 5 include SharedPaths
6 6
7 Given 'I click on the Cancel button' do 7 Given 'I click on the Cancel button' do
8 - within(:css, ".actions") do 8 + within(:css, ".form-actions") do
9 click_on "Cancel" 9 click_on "Cancel"
10 end 10 end
11 end 11 end