Commit b762960b authored by Scott Stern's avatar Scott Stern Committed by Ash McKenzie

Fix user_filter_issues_spec when vue_issuables_list ff is off

parent ce8b4cbc
......@@ -2,13 +2,11 @@
require 'spec_helper'
RSpec.describe 'User filters issues' do
RSpec.describe 'User filters issues', :js do
let_it_be(:user) { create(:user) }
let_it_be(:project) { create(:project_empty_repo, :public) }
before do
stub_feature_flags(vue_issuables_list: false)
%w[foobar barbaz].each do |title|
create(:issue,
author: user,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment