MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/AdministratorPage/UserRoles/UserRow/__snapshots__/UserRow.test.jsx.snap

Summary

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

exports[`UserRow matches snapshot 1`] = `
<Fragment>
  <tr>
    <td>
      myTestUsername
    </td>
    <td>
      my test
    </td>
    <td
      className="delegateRoleCell"
      key="superuser"
    >
      <CheckBox
        checkboxProps={Object {}}
        className=""
        disabled={false}
        excludeTmCheckboxClass={false}
        id="0-superuser"
        label="Toggle superuser permission."
        labelSrOnly={true}
        name=""
        onChange={[Function]}
        onCheckBoxClick={[Function]}
        overrideLifecycle={false}
        small={false}
        title=""
        value={false}
      />
    </td>
    <td
      className="delegateRoleCell"
      key="glossary_editors"
    >
      <CheckBox
        checkboxProps={Object {}}
        className=""
        disabled={false}
        excludeTmCheckboxClass={false}
        id="0-glossary_editors"
        label="Toggle glossary_editors permission."
        labelSrOnly={true}
        name=""
        onChange={[Function]}
        onCheckBoxClick={[Function]}
        overrideLifecycle={false}
        small={false}
        title=""
        value={false}
      />
    </td>
    <td
      className="delegateRoleCell"
      key="helppage_editor"
    >
      <CheckBox
        checkboxProps={Object {}}
        className=""
        disabled={false}
        excludeTmCheckboxClass={false}
        id="0-helppage_editor"
        label="Toggle helppage_editor permission."
        labelSrOnly={true}
        name=""
        onChange={[Function]}
        onCheckBoxClick={[Function]}
        overrideLifecycle={false}
        small={false}
        title=""
        value={false}
      />
    </td>
  </tr>
</Fragment>
`;