From 4b9bde7848d9538c1635ffe7a5385ba013487b4a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 24 Aug 2020 12:10:17 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/labels_hierarchy_spec.rb | 1 + 1 file changed, 1 insertion(+) (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 1545cb36e9b..51dcf57eb94 100644 --- a/spec/features/labels_hierarchy_spec.rb +++ b/spec/features/labels_hierarchy_spec.rb @@ -296,6 +296,7 @@ RSpec.describe 'Labels Hierarchy', :js do let(:board) { create(:board, group: parent) } before do + stub_feature_flags(graphql_board_lists: false) parent.add_developer(user) visit group_board_path(parent, board) find('.js-new-board-list').click -- cgit v1.2.3