Skip to content

Commit b0b1bb8

Browse files
authored
Merge pull request opf#17412 from opf/fix/attempt_to_fix_flickering_wp_ancestor_spec
attempt to stabilize flickering wp ancestor spec
2 parents c3990c2 + ca87148 commit b0b1bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/features/work_packages/update_ancestors_spec.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
shared_let(:query) do
8787
create(:query,
8888
show_hierarchies: true,
89-
column_names: %i[id status estimated_hours remaining_hours done_ratio subject])
89+
column_names: %i[id status estimated_hours remaining_hours done_ratio subject],
90+
sort_criteria: [["id", "asc"]])
9091
end
9192

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

0 commit comments

Comments
 (0)