Skip to content

Remove hidden commands from feedback #1551

Remove hidden commands from feedback

Remove hidden commands from feedback #1551

Triggered via pull request October 30, 2024 14:46
Status Failure
Total duration 57s
Artifacts

fe-unit-tests.yml

on: pull_request
Matrix: FE Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
__tests__/components/feedback-form.test.tsx > FeedbackForm > should call onSubmit when the form is submitted: 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
__tests__/components/feedback-form.test.tsx > FeedbackForm > should submit public permissions when the public radio is checked: 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
__tests__/components/feedback-form.test.tsx > FeedbackForm > should disable the buttons if isSubmitting is true: 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
FE Unit Tests (20)
Process completed with exit code 1.