Merge pull request #5052 from jbornschein/fix-typo

Fix typo in tests
This commit is contained in:
Sytse Sijbrandij
2013-09-12 06:05:27 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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