diff options
Diffstat (limited to 'spec/features/labels_hierarchy_spec.rb')
-rw-r--r-- | spec/features/labels_hierarchy_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |