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:
authorRegis Boudinot <boudinot.regis@yahoo.com>2017-08-12 00:55:36 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-08-12 00:55:36 +0300
commite184dfc3c02e942fae0cc264770ffaa4b0201616 (patch)
treefba05e368202d653b146c2ce83176597a94a6db7 /spec/features/issues_spec.rb
parentf8fa7a050ed7388345d5f8e8520461f447a00694 (diff)
fix confidential border issue as well as confidential styles leaking on new MR
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r--spec/features/issues_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index a5bb642221c..3c8e37ff920 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -729,7 +729,6 @@ describe 'Issues' do
visit project_issue_path(project, issue)
expect(page).not_to have_css('.is-confidential')
- expect(page).to have_css('.is-not-confidential')
end
end
end