MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/Agenda/AgendaItemLegs/__snapshots__/AgendaItemLegs.test.jsx.snap

Summary

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

exports[`AgendaItemLegs Component matches snapshot 1`] = `
<div
  className="ai-legs"
>
  <table>
    <tbody>
      <tr
        key="Action"
      >
        <th>
          <dt>
            Action
          </dt>
        </th>
      </tr>
      <tr
        key="Position Title"
      >
        <th>
          <dt>
            Position Title
          </dt>
        </th>
      </tr>
      <tr
        key="Position Number"
      >
        <th>
          <dt>
            Position Number
          </dt>
        </th>
      </tr>
      <tr
        key="Location/Org"
      >
        <th>
          <dt>
            Location/Org
          </dt>
        </th>
      </tr>
      <tr
        key="Lang"
      >
        <th>
          <dt>
            Lang
          </dt>
        </th>
      </tr>
      <tr
        key="Skills"
      >
        <th>
          <dt>
            Skills
          </dt>
        </th>
      </tr>
      <tr
        key="ETA"
      >
        <th>
          <dt>
            ETA
          </dt>
        </th>
      </tr>
      <tr
        key=""
      >
        <th>
          <dt />
        </th>
      </tr>
      <tr
        key="TED"
      >
        <th>
          <dt>
            TED
          </dt>
        </th>
      </tr>
      <tr
        key="TOD"
      >
        <th>
          <dt>
            TOD
          </dt>
        </th>
      </tr>
      <tr
        key="Travel"
      >
        <th>
          <dt>
            Travel
          </dt>
        </th>
      </tr>
      <tr
        key="PP/Grade"
      >
        <th>
          <dt>
            PP/Grade
          </dt>
        </th>
      </tr>
    </tbody>
  </table>
</div>
`;