Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-08-29 14:35:55 +0300
committerPaul Slaughter <pslaughter@gitlab.com>2019-08-29 14:35:55 +0300
commit9bd6f33677d2c7fcffcb5d02397b56ec5a8de01d (patch)
treea485c029f7eb28713ac5bbf64290aa8f9dd1930e /spec/views
parent955e23d9564f5b99d97d00f077b21490dca6cd62 (diff)
parent65272b9e546308b999156a48801acb4b577d4f98 (diff)
Merge branch 'chore/unnecessary-css-class-removal' into 'master'
Remove unnecessary CSS class Closes #66163 See merge request gitlab-org/gitlab-ce!32320
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/groups/edit.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/groups/edit.html.haml_spec.rb b/spec/views/groups/edit.html.haml_spec.rb
index 47804411b9d..0da3470433c 100644
--- a/spec/views/groups/edit.html.haml_spec.rb
+++ b/spec/views/groups/edit.html.haml_spec.rb
@@ -23,7 +23,7 @@ describe 'groups/edit.html.haml' do
render
expect(rendered).to have_content("Prevent sharing a project within #{test_group.name} with other groups")
- expect(rendered).to have_css('.descr', text: 'help text here')
+ expect(rendered).to have_css('.js-descr', text: 'help text here')
expect(rendered).to have_field('group_share_with_group_lock', checkbox_options)
end
end