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
AssertionError: expected "spy" to be called with arguments: [ 'private', '[email protected]' ]
Received:
Number of calls: 0
❯ __tests__/components/feedback-form.test.tsx:50:26
AssertionError: expected "spy" to be called with arguments: [ 'public', '[email protected]' ]
Received:
Number of calls: 0
❯ __tests__/components/feedback-form.test.tsx:77:26
Error: expect(element).toBeDisabled()
Received element is not disabled:
<button
class="text-sm font-[500] py-[10px] rounded bg-[#4465DB] grow"
type="submit"
/>
❯ __tests__/components/feedback-form.test.tsx:105:26