Remove hidden commands from feedback #1558
Annotations
4 errors
Run tests and collect coverage:
frontend/__tests__/components/feedback-form.test.tsx#L50
AssertionError: expected "spy" to be called with arguments: [ 'private', '[email protected]' ]
Received:
Number of calls: 0
β― __tests__/components/feedback-form.test.tsx:50:26
|
Run tests and collect coverage:
frontend/__tests__/components/feedback-form.test.tsx#L77
AssertionError: expected "spy" to be called with arguments: [ 'public', '[email protected]' ]
Received:
Number of calls: 0
β― __tests__/components/feedback-form.test.tsx:77:26
|
Run tests and collect coverage:
frontend/__tests__/components/feedback-form.test.tsx#L105
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
|
Run tests and collect coverage
Process completed with exit code 1.
|
Loading