From 71dc16a12c2b0aaeee3a8fa55aa1ca880f5699b4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 29 Apr 2021 18:10:23 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/views/projects/tags/index.html.haml_spec.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'spec/views') diff --git a/spec/views/projects/tags/index.html.haml_spec.rb b/spec/views/projects/tags/index.html.haml_spec.rb index 18b42f98e0b..2702ab9e2a9 100644 --- a/spec/views/projects/tags/index.html.haml_spec.rb +++ b/spec/views/projects/tags/index.html.haml_spec.rb @@ -20,12 +20,6 @@ RSpec.describe 'projects/tags/index.html.haml' do allow(view).to receive(:current_user).and_return(project.namespace.owner) end - it 'defaults sort dropdown toggle to last updated' do - stub_feature_flags(gldropdown_tags: false) - render - expect(rendered).to have_button('Last updated') - end - it 'renders links to the Releases page for tags associated with a release' do render expect(rendered).to have_link(release.name, href: project_releases_path(project, anchor: release.tag)) -- cgit v1.2.3