fix tests
This commit is contained in:
parent
2e0a373415
commit
4e6f131c8a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class ProjectWiki < Spinach::FeatureSteps
|
||||||
include SharedPaths
|
include SharedPaths
|
||||||
|
|
||||||
Given 'I click on the Cancel button' do
|
Given 'I click on the Cancel button' do
|
||||||
within(:css, ".actions") do
|
within(:css, ".form-actions") do
|
||||||
click_on "Cancel"
|
click_on "Cancel"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue