You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: expect(element).toHaveAttribute("aria-checked", "false") // element.getAttribute("aria-checked") === "false"
Expected the element to have attribute:
aria-checked="false"
Received:
null
❯ src/pages/summary/SummaryPage.test.tsx:96:31
AssertionError: expected undefined to be 'This is the body' // Object.is equality
- Expected:
"This is the body"
+ Received:
undefined
❯ src/api/util/http/http.test.ts:38:29