123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`DetailsTable component Should render correctly 1`] = `
- <Memo(DetailsTable)
- details={
- Object {
- "attribution": "",
- "category": "Science & Technology",
- "explicit": "yes",
- "first released": "2019-02-27",
- "language": "English",
- "license": "Original content",
- }
- }
- >
- <table
- css={
- Object {
- "map": undefined,
- "name": "1eb017w",
- "next": undefined,
- "styles": "
- text-align: left;
- border-collapse: separate;
- border-spacing: 0;
- text-transform: capitalize;
- ",
- "toString": [Function],
- }
- }
- >
- <tbody>
- <tr
- css={
- Object {
- "map": undefined,
- "name": "oc1vdi",
- "next": undefined,
- "styles": "
- td {
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- }
- ",
- "toString": [Function],
- }
- }
- key="explicit"
- >
- <td
- css={
- Object {
- "map": undefined,
- "name": "uva6ry",
- "next": undefined,
- "styles": "
- font-weight: 700;
- padding: 0.5rem 0.75rem;
- width: 25%;
- color: #999;
- ",
- "toString": [Function],
- }
- }
- >
- explicit
- </td>
- <td
- css={
- Object {
- "map": undefined,
- "name": "naho03",
- "next": undefined,
- "styles": "
- padding: 0.5rem 0.75rem;
- ",
- "toString": [Function],
- }
- }
- >
- yes
- </td>
- </tr>
- <tr
- css={
- Object {
- "map": undefined,
- "name": "oc1vdi",
- "next": undefined,
- "styles": "
- td {
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- }
- ",
- "toString": [Function],
- }
- }
- key="first released"
- >
- <td
- css={
- Object {
- "map": undefined,
- "name": "uva6ry",
- "next": undefined,
- "styles": "
- font-weight: 700;
- padding: 0.5rem 0.75rem;
- width: 25%;
- color: #999;
- ",
- "toString": [Function],
- }
- }
- >
- first released
- </td>
- <td
- css={
- Object {
- "map": undefined,
- "name": "naho03",
- "next": undefined,
- "styles": "
- padding: 0.5rem 0.75rem;
- ",
- "toString": [Function],
- }
- }
- >
- 2019-02-27
- </td>
- </tr>
- <tr
- css={
- Object {
- "map": undefined,
- "name": "oc1vdi",
- "next": undefined,
- "styles": "
- td {
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- }
- ",
- "toString": [Function],
- }
- }
- key="language"
- >
- <td
- css={
- Object {
- "map": undefined,
- "name": "uva6ry",
- "next": undefined,
- "styles": "
- font-weight: 700;
- padding: 0.5rem 0.75rem;
- width: 25%;
- color: #999;
- ",
- "toString": [Function],
- }
- }
- >
- language
- </td>
- <td
- css={
- Object {
- "map": undefined,
- "name": "naho03",
- "next": undefined,
- "styles": "
- padding: 0.5rem 0.75rem;
- ",
- "toString": [Function],
- }
- }
- >
- English
- </td>
- </tr>
- <tr
- css={
- Object {
- "map": undefined,
- "name": "oc1vdi",
- "next": undefined,
- "styles": "
- td {
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- }
- ",
- "toString": [Function],
- }
- }
- key="category"
- >
- <td
- css={
- Object {
- "map": undefined,
- "name": "uva6ry",
- "next": undefined,
- "styles": "
- font-weight: 700;
- padding: 0.5rem 0.75rem;
- width: 25%;
- color: #999;
- ",
- "toString": [Function],
- }
- }
- >
- category
- </td>
- <td
- css={
- Object {
- "map": undefined,
- "name": "naho03",
- "next": undefined,
- "styles": "
- padding: 0.5rem 0.75rem;
- ",
- "toString": [Function],
- }
- }
- >
- Science & Technology
- </td>
- </tr>
- <tr
- css={
- Object {
- "map": undefined,
- "name": "oc1vdi",
- "next": undefined,
- "styles": "
- td {
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- }
- ",
- "toString": [Function],
- }
- }
- key="license"
- >
- <td
- css={
- Object {
- "map": undefined,
- "name": "uva6ry",
- "next": undefined,
- "styles": "
- font-weight: 700;
- padding: 0.5rem 0.75rem;
- width: 25%;
- color: #999;
- ",
- "toString": [Function],
- }
- }
- >
- license
- </td>
- <td
- css={
- Object {
- "map": undefined,
- "name": "naho03",
- "next": undefined,
- "styles": "
- padding: 0.5rem 0.75rem;
- ",
- "toString": [Function],
- }
- }
- >
- Original content
- </td>
- </tr>
- <tr
- css={
- Object {
- "map": undefined,
- "name": "oc1vdi",
- "next": undefined,
- "styles": "
- td {
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- }
- ",
- "toString": [Function],
- }
- }
- key="attribution"
- >
- <td
- css={
- Object {
- "map": undefined,
- "name": "uva6ry",
- "next": undefined,
- "styles": "
- font-weight: 700;
- padding: 0.5rem 0.75rem;
- width: 25%;
- color: #999;
- ",
- "toString": [Function],
- }
- }
- >
- attribution
- </td>
- <td
- css={
- Object {
- "map": undefined,
- "name": "naho03",
- "next": undefined,
- "styles": "
- padding: 0.5rem 0.75rem;
- ",
- "toString": [Function],
- }
- }
- />
- </tr>
- </tbody>
- </table>
- </Memo(DetailsTable)>
- `;
|