Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
`release/14.4` branch was merged into `dev` which brought a test relying
on Enterprise action :custom_fields_in_projects_list but it no longer
exists in `dev`.

Removing it fixed the issue.
  • Loading branch information
cbliard committed Aug 22, 2024
1 parent c10661e commit d1d3128
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/features/projects/persisted_lists_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,7 @@
projects_page.expect_sidebar_filter("Persisted query", selected: true, favored: false)
end

it "loads the query with a custom field filter (Regression#57298)",
with_ee: %i[custom_fields_in_projects_list] do
it "loads the query with a custom field filter (Regression#57298)" do
projects_page.set_sidebar_filter("Persisted query")

projects_page.expect_filters_container_hidden
Expand Down

0 comments on commit d1d3128

Please sign in to comment.