Skip to content

Commit 0a8a4b9

Browse files
committed
fix: incorporate feedback
1 parent 505c0c6 commit 0a8a4b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontends/main/src/app-pages/DashboardPage/ContractContent.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,7 @@ describe("ContractContent", () => {
18521852
<ContractContent orgSlug={orgX.slug} contractSlug={contract.slug} />,
18531853
)
18541854

1855-
await screen.findByRole("heading", { name: orgX.name })
1855+
await screen.findByText(programA.title)
1856+
await screen.findByText(programB.title)
18561857
})
18571858
})

0 commit comments

Comments
 (0)