Skip to content
Snippets Groups Projects
Commit 0187d184 authored by Joerg Bornschein's avatar Joerg Bornschein Committed by Wes Gurney
Browse files

Fix typo in tests

parent 4bcc3d20
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
Loading
Loading
@@ -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
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment