From e62d575077d6265497d7bbc7a31548ab15908a9e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 13 Jul 2023 18:08:35 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/labels_hierarchy_spec.rb | 4 ++++ 1 file changed, 4 insertions(+) (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 e8f40a1ceab..eb79d6e64f3 100644 --- a/spec/features/labels_hierarchy_spec.rb +++ b/spec/features/labels_hierarchy_spec.rb @@ -4,6 +4,7 @@ require 'spec_helper' RSpec.describe 'Labels Hierarchy', :js, feature_category: :team_planning do include FilteredSearchHelpers + include ContentEditorHelpers let!(:user) { create(:user) } let!(:grandparent) { create(:group) } @@ -165,6 +166,7 @@ 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 @@ -202,6 +204,7 @@ 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 @@ -233,6 +236,7 @@ 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