Sha256: 6ed3656c27350fbbf295c19b9a4e689fa6b024252acc70b24bd0f3478a6d1566

Contents?: true

Size: 928 Bytes

Versions: 13

Compression:

Stored size: 928 Bytes

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`subscriptions page should render select org page 1`] = `
<CheckOrg>
  <Header
    title="Select Organization"
  >
    <HelmetWrapper
      defer={true}
      encodeSpecialCharacters={true}
    >
      <SideEffect(NullComponent)
        defer={true}
        encodeSpecialCharacters={true}
        title="Select Organization"
        titleAttributes={Object {}}
      >
        <NullComponent
          defer={true}
          encodeSpecialCharacters={true}
          title="Select Organization"
          titleAttributes={Object {}}
        />
      </SideEffect(NullComponent)>
    </HelmetWrapper>
  </Header>
  <Connect(withRouter(SetOrganization))
    redirectPath="/test"
  />
</CheckOrg>
`;

exports[`subscriptions page should render the wrapped component 1`] = `
<CheckOrg>
  <WrappedComponent>
    <div>
       Wrapped! 
    </div>
  </WrappedComponent>
</CheckOrg>
`;

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
katello-3.10.2 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.10.1.1 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.10.1 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.11.0 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.11.0.rc2 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.11.0.rc1 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.10.0 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.10.0.rc1.1 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.9.1 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.10.0.rc1 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.9.0 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.9.0.rc2 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap
katello-3.9.0.rc1 webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap