MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/SaveNewSearchDialog/__snapshots__/SaveNewSearchDialog.test.jsx.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`SaveNewSearchDialogComponent matches snapshot 1`] = `
<Form
  className="usa-grid-full saved-search-form"
  onFormSubmit={[Function]}
>
  <FieldSet
    className="saved-search-fieldset usa-width-one-half"
    legend="Add a new saved search"
    legendSrOnly={true}
  >
    <TextInput
      changeText={[Function]}
      containerProps={Object {}}
      customContainerClass=""
      disabled={false}
      id="saved-search"
      inputProps={Object {}}
      label="Name"
      labelMessage=""
      labelSrOnly={false}
      placeholder=""
      value=""
    />
  </FieldSet>
  <div
    className="saved-search-form-buttons"
  >
    <button
      className="usa-button-secondary saved-search-form-secondary-button"
      onClick={[Function]}
      type="button"
    >
      Cancel
    </button>
    <button
      className="saved-search-form-primary-button"
      onClick={[Function]}
      type="button"
    >
      Save
    </button>
  </div>
</Form>
`;