Fix typo in tests
This commit is contained in:
parent
7bf8d22f17
commit
5c2d3c8e50
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ Feature: Admin Users
|
|||
And Input non ascii char in username
|
||||
And Click save
|
||||
Then See username error message
|
||||
And Not chenged form action url
|
||||
And Not changed form action url
|
||||
|
|
|
@ -28,7 +28,7 @@ class AdminUsers < Spinach::FeatureSteps
|
|||
end
|
||||
end
|
||||
|
||||
And 'Not chenged form action url' do
|
||||
And 'Not changed form action url' do
|
||||
page.should have_selector %(form[action="/admin/users/#{@user.username}"])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue