fix tests

This commit is contained in:
Dmitriy Zaporozhets 2013-08-08 10:27:52 +03:00
parent 2e0a373415
commit 4e6f131c8a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class ProjectWiki < Spinach::FeatureSteps
include SharedPaths
Given 'I click on the Cancel button' do
within(:css, ".actions") do
within(:css, ".form-actions") do
click_on "Cancel"
end
end