Skip to content

Commit

Permalink
chore[Op#40437]: delay 0.5 in between journal polling update (opf#17078)
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru authored Oct 29, 2024
1 parent 55dc545 commit b47bb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/activities/work_package/activities_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
first_journal.update!(notes: "First comment by member updated")

# properly updates the comment when the comment is updated
wait_for { page }.to have_test_selector("op-journal-notes-body", text: "First comment by member updated")
wait(delay: 0.5).for { page }.to have_test_selector("op-journal-notes-body", text: "First comment by member updated")
end
end

Expand Down

0 comments on commit b47bb4c

Please sign in to comment.