Commit b14abf17 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'fix-spec-typo' into 'master'

Fix a typo in a spec file

See merge request gitlab-org/gitlab-ee!7849
parents 8702939a 4ab8db42
......@@ -48,8 +48,8 @@ describe 'Edit group settings' do
end
end
context 'with webhook feature enabled' do
it 'shows the menu item' do
context 'with webhook feature disabled' do
it 'does not show the menu item' do
stub_licensed_features(group_webhooks: false)
visit edit_group_path(group)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment