Skip to content

Commit

Permalink
attempt to stabilize flickering wp ancestor spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Dec 9, 2024
1 parent b0be0bd commit ca87148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/features/work_packages/update_ancestors_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
shared_let(:query) do
create(:query,
show_hierarchies: true,
column_names: %i[id status estimated_hours remaining_hours done_ratio subject])
column_names: %i[id status estimated_hours remaining_hours done_ratio subject],
sort_criteria: [["id", "asc"]])
end

let(:wp_table) { Pages::WorkPackagesTable.new project }
Expand Down

0 comments on commit ca87148

Please sign in to comment.