Skip to content

Commit

Permalink
chore[Op#40437]: extend wait time for journal change
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru committed Oct 25, 2024
1 parent a6427d3 commit 840deff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/components/work_packages/activities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def within_journal_entry(journal, &)
end

def expect_journal_changed_attribute(text:)
expect(page).to have_test_selector("op-journal-detail-description", text:)
expect(page).to have_test_selector("op-journal-detail-description", text:, wait: 10)
end

def expect_no_journal_changed_attribute(text: nil)
Expand Down

0 comments on commit 840deff

Please sign in to comment.