From 5573dc288d880386a96afc9458f7d1abd6cd745f Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 28 Sep 2023 12:08:02 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/labels_hierarchy_spec.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'spec/features/labels_hierarchy_spec.rb') diff --git a/spec/features/labels_hierarchy_spec.rb b/spec/features/labels_hierarchy_spec.rb index edc7b570933..72f5b46c3ad 100644 --- a/spec/features/labels_hierarchy_spec.rb +++ b/spec/features/labels_hierarchy_spec.rb @@ -4,7 +4,6 @@ require 'spec_helper' RSpec.describe 'Labels Hierarchy', :js, feature_category: :team_planning do include FilteredSearchHelpers - include ContentEditorHelpers let!(:user) { create(:user, :no_super_sidebar) } let!(:grandparent) { create(:group) } @@ -161,7 +160,6 @@ RSpec.describe 'Labels Hierarchy', :js, feature_category: :team_planning do context 'when creating new issuable' do before do visit new_project_issue_path(project_1) - close_rich_text_promo_popover_if_present end it 'is able to assign ancestor group labels' do @@ -198,7 +196,6 @@ RSpec.describe 'Labels Hierarchy', :js, feature_category: :team_planning do project_1.add_developer(user) visit project_issue_path(project_1, issue) - close_rich_text_promo_popover_if_present end it_behaves_like 'assigning labels from sidebar' -- cgit v1.2.3