  console.error node_modules/prop-types/checkPropTypes.js:19
    Warning: Failed prop type: The prop `goToNextStep` is marked as required in `SiteInformation`, but its value is `undefined`.
        in SiteInformation

  console.error node_modules/prop-types/checkPropTypes.js:19
    Warning: Failed prop type: The prop `positionInFlow` is marked as required in `SiteInformation`, but its value is `undefined`.
        in SiteInformation

+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout fac839d3f39b142a7257510e46e7916def20f0ca client/components/site-verticals-suggestion-search/test/__snapshots__/index.js.snap client/signup/steps/site-information/test/__snapshots__/index.js.snap
Updated 0 paths from 55d499c4f7
+ git apply --verbose --reject -
Checking patch client/components/site-verticals-suggestion-search/test/__snapshots__/index.js.snap...
Checking patch client/signup/steps/site-information/test/__snapshots__/index.js.snap...
Applied patch client/components/site-verticals-suggestion-search/test/__snapshots__/index.js.snap cleanly.
Applied patch client/signup/steps/site-information/test/__snapshots__/index.js.snap cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/components/site-verticals-suggestion-search/test
FAIL client/components/site-verticals-suggestion-search/test/index.js (7.635s)
  <SiteVerticalsSuggestionSearch />
    ✕ should render (27ms)
    ✓ should trigger search after > 1 characters and call `onChange` prop (9ms)
    ✓ should pass an exact non-user vertical match to the `onChange` prop (1ms)
    ✓ should cancel debounced invocations when the search value is falsey or has fewer chars than `props.charsToTriggerSearch` (1ms)
    sortSearchResults()
      ✓ should return sorted results with `startsWith` matches at the start and exact match at the end (1ms)
      ✓ should omit non-matchess
      ✓ should not sort when no `startsWith` suggestions

  ● <SiteVerticalsSuggestionSearch /> › should render

    expect(value).toMatchSnapshot()

    Received value does not match stored snapshot "<SiteVerticalsSuggestionSearch /> should render 1".

    - Snapshot
    + Received

    @@ -1,9 +1,9 @@
      <SuggestionSearch
        id="siteTopic"
        onChange={[Function]}
    -   placeholder="e.g. Fashion, travel, design, plumber"
    +   placeholder="e.g. Fashion, travel, design, plumber, electrician"
        sortResults={[Function]}
        suggestions={
          Array [
            "doo",
          ]

      36 | 		const wrapper = shallow( <SiteVerticalsSuggestionSearch { ...defaultProps } /> );
      37 | 		expect( wrapper.find( SuggestionSearch ) ).toHaveLength( 1 );
    > 38 | 		expect( wrapper ).toMatchSnapshot();
         | 		                  ^
      39 | 	} );
      40 | 
      41 | 	test( 'should trigger search after > 1 characters and call `onChange` prop', () => {

      at Object.toMatchSnapshot (client/components/site-verticals-suggestion-search/test/index.js:38:21)

 › 1 snapshot failed.
Snapshot Summary
 › 1 snapshot failed from 1 test suite. Inspect your code changes or re-run jest with `-u` to update them.

Test Suites: 1 failed, 1 total
Tests:       1 failed, 6 passed, 7 total
Snapshots:   1 failed, 1 total
Time:        8.978s
Ran all test suites matching /client\/components\/site-verticals-suggestion-search\/test/i.
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/signup/steps/site-information/test
FAIL client/signup/steps/site-information/test/index.js (12.715s)
  <SiteInformation />
    ✕ should render (47ms)
    ✓ should update field attributes based on the informationFields array values (9ms)
    ✓ should call `submitStep()` from `handleSubmit()` (2ms)
    ✓ should call `updateStep()` from `handleInputChange()` (2ms)

  ● <SiteInformation /> › should render

    expect(value).toMatchSnapshot()

    Received value does not match stored snapshot "<SiteInformation /> should render 1".

    - Snapshot
    + Received

    @@ -30,11 +30,11 @@
                    </Localized(FormLabel)>
                    <FormTextInput
                      id="title"
                      name="title"
                      onChange={[Function]}
    -                 placeholder="E.g., Vail Renovations"
    +                 placeholder="E.g. Vail Renovations"
                      value="Ho ho ho!"
                    />
                    <Button
                      onClick={[Function]}
                      primary={true}
    @@ -64,11 +64,11 @@
                    </Localized(FormLabel)>
                    <FormTextInput
                      id="address"
                      name="address"
                      onChange={[Function]}
    -                 placeholder="E.g., 60 29th St, San Francisco, CA 94110"
    +                 placeholder="E.g., 60 29th Street #343, San Francisco, CA 94110"
                      value=""
                    />
                    <Button
                      onClick={[Function]}
                      primary={true}
    @@ -98,11 +98,11 @@
                    </Localized(FormLabel)>
                    <FormTextInput
                      id="phone"
                      name="phone"
                      onChange={[Function]}
    -                 placeholder="E.g., (555) 555-5555"
    +                 placeholder="E.g. (555) 555-5555"
                      value=""
                    />
                    <Button
                      onClick={[Function]}
                      primary={true}

      41 | 	test( 'should render', () => {
      42 | 		const wrapper = shallow( <SiteInformation { ...defaultProps } /> );
    > 43 | 		expect( wrapper ).toMatchSnapshot();
         | 		                  ^
      44 | 	} );
      45 | 
      46 | 	test( 'should update field attributes based on the informationFields array values', () => {

      at Object.toMatchSnapshot (client/signup/steps/site-information/test/index.js:43:21)

 › 1 snapshot failed.
Snapshot Summary
 › 1 snapshot failed from 1 test suite. Inspect your code changes or re-run jest with `-u` to update them.

Test Suites: 1 failed, 1 total
Tests:       1 failed, 3 passed, 4 total
Snapshots:   1 failed, 1 total
Time:        16.844s
Ran all test suites matching /client\/signup\/steps\/site-information\/test/i.
+ : '>>>>> End Test Output'
+ git checkout fac839d3f39b142a7257510e46e7916def20f0ca client/components/site-verticals-suggestion-search/test/__snapshots__/index.js.snap client/signup/steps/site-information/test/__snapshots__/index.js.snap
Updated 2 paths from 55d499c4f7
