You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HotspotActionsForm-test.tsx.snap 314B

1234567891011121314
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <HotspotActionsFormRenderer
  4. comment=""
  5. hotspotStatus="REVIEWED"
  6. onAssign={[Function]}
  7. onChangeComment={[Function]}
  8. onSelectOption={[Function]}
  9. onSubmit={[Function]}
  10. selectedOption="FIXED"
  11. submitting={false}
  12. />
  13. `;