Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ describe('useProposalRevisions', () => {
await flushMicrotasks()

expect(revisionsLoaded.value).toBe(false)
expect(revisionCount.value).toBe(0)
// And a poll the reviewer never asked for must not raise a toast — the same
// silent doctrine refreshProposals holds on the far side of the tick.
expect(toastMocks.error).not.toHaveBeenCalled()
Expand Down
Loading