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:
authorTim Zallmann <tzallmann@gitlab.com>2017-06-30 10:07:18 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-06-30 10:07:18 +0300
commit8900bd9d267f1524c3e5281dfedf644ec57fc62f (patch)
tree96aefd0653e7bd5768fdc898e2bb1d696fed0331 /spec/features/issues
parent6bbbc0ba80d98a5479cf1c962835487f73e00ef7 (diff)
parenta7335c1188d32edd58aebdb818dbf4c49899149b (diff)
Merge branch 'fix-sidebar-showing-mobile-merge-requests' into 'master'
Fixed sidebar not collapsing on merge request in mobile screens Closes #32759 See merge request !12489
Diffstat (limited to 'spec/features/issues')
-rw-r--r--spec/features/issues/issue_sidebar_spec.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/spec/features/issues/issue_sidebar_spec.rb b/spec/features/issues/issue_sidebar_spec.rb
index 163bc4bb32f..09724781a27 100644
--- a/spec/features/issues/issue_sidebar_spec.rb
+++ b/spec/features/issues/issue_sidebar_spec.rb
@@ -154,20 +154,6 @@ feature 'Issue Sidebar', feature: true do
end
end
- context 'as a allowed mobile user', js: true do
- before do
- project.team << [user, :developer]
- resize_screen_xs
- visit_issue(project, issue)
- end
-
- context 'mobile sidebar' do
- it 'collapses the sidebar for small screens' do
- expect(page).not_to have_css('aside.right-sidebar.right-sidebar-collapsed')
- end
- end
- end
-
context 'as a guest' do
before do
project.team << [user, :guest]