Skip to content
Merged
Show file tree
Hide file tree
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 @@ -52,6 +52,11 @@ async function mountWithDecisions(items) {
twin.listDecisionEpisodes.mockResolvedValue(items)
const wrapper = mount(TwinReviewView)
await flushPromises()
// Full decision cards live on the Decisions tab; the overview shows compact rows.
await wrapper.findAll('.tab-button')
.find(button => button.text().includes('Decisions'))
.trigger('click')
await flushPromises()
return wrapper
}

Expand Down
Loading
Loading