Skip to content

Conversation

@codecov-ai
Copy link

@codecov-ai codecov-ai bot commented Mar 25, 2025

This PR adds tests for #3533

Commits:

  • Add test for Download button rendering in UploadsCard

@seer-by-sentry
Copy link
Contributor

✅ Sentry found no issues in your recent changes ✅

@codecov
Copy link

codecov bot commented Mar 25, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
3511 2 3509 2
View the top 3 failed test(s) by shortest run time
src/pages/CommitDetailPage/CommitCoverage/UploadsCard/UploadsCard.test.tsx > UploadsCard > Download button > renders download button for each provider
Stack Traces | 0.00524s run time
Error: createRoot(...): Target container is not a DOM element.
 ❯ createRoot .../react-dom/cjs/react-dom.development.js:29384:11Object.createRoot$1 [as createRoot] .../react-dom/cjs/react-dom.development.js:29855:10Object.exports.createRoot node_modules/react-dom/client.js:12:16createConcurrentRoot node_modules/@.../react/dist/pure.js:141:27Proxy.render node_modules/@.../react/dist/pure.js:248:12
 ❯ .../CommitCoverage/UploadsCard/UploadsCard.test.tsx:1070:7
src/shared/GlobalTopBanners/TrialBanner/TrialBanner.test.tsx > TrialBanner > owner does not belong to org > renders nothing
Stack Traces | 0.0355s run time
AssertionError: expected 1 to be +0 // Object.is equality

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

- 0
+ 1

 ❯ .../GlobalTopBanners/TrialBanner/TrialBanner.test.tsx:249:60runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77node_modules/@.../dom/dist/wait-for.js:82:9
src/services/commit/useCommit.test.tsx > useCommit > when useCommit is called > api returns valid response > returns commit info
Stack Traces | 1.12s run time
AssertionError: expected { commit: { …(12) } } to deeply equal { commit: { author: { …(1) }, …(11) } }

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

  Object {
    "commit": Object {
      "author": Object {
        "username": "febg",
      },
      "branchName": null,
      "ciPassed": true,
      "commitid": "f00162848a3cebc0728d915763c2fd9e92132408",
-     "compareWithParent": Object {
-       "__typename": "Comparison",
-       "directChangedFilesCount": 1,
-       "impactedFiles": Object {
-         "__typename": "ImpactedFiles",
-         "results": Array [],
-       },
-       "indirectChangedFilesCount": 1,
-       "patchTotals": null,
-       "state": "pending",
-     },
+     "compareWithParent": undefined,
      "coverageAnalytics": Object {
        "totals": Object {
          "coverage": 38.30846,
        },
      },
      "createdAt": "2020-08-25T16:35:32",
      "message": "paths test",
      "parent": Object {
        "commitid": "d773f5bc170caec7f6e64420b0967e7bac978a8f",
        "coverageAnalytics": Object {
          "totals": Object {
            "coverage": 38.30846,
          },
        },
      },
      "pullId": 10,
      "state": "complete",
      "uploads": Array [
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065746",
          "createdAt": "2020-08-25T16:36:19.55947400:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/30582d33-de37-4272-ad50-c4dc805802fb.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 0,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:19.67986800:00",
          "uploadType": "UPLOADED",
        },
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065763",
          "createdAt": "2020-08-25T16:36:25.82034000:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/18b19f8d-5df6-48bd-90eb-50578ed8812f.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 1,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:25.85988900:00",
          "uploadType": "UPLOADED",
        },
      ],
    },
  }

 ❯ .../services/commit/useCommit.test.tsx:412:57runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77Timeout.checkRealTimersCallback node_modules/@.../dom/dist/wait-for.js:118:16

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@codecov-staging
Copy link

codecov-staging bot commented Mar 25, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
3511 2 3509 2
View the top 3 failed test(s) by shortest run time
src/pages/CommitDetailPage/CommitCoverage/UploadsCard/UploadsCard.test.tsx > UploadsCard > Download button > renders download button for each provider
Stack Traces | 0.00524s run time
Error: createRoot(...): Target container is not a DOM element.
 ❯ createRoot .../react-dom/cjs/react-dom.development.js:29384:11Object.createRoot$1 [as createRoot] .../react-dom/cjs/react-dom.development.js:29855:10Object.exports.createRoot node_modules/react-dom/client.js:12:16createConcurrentRoot node_modules/@.../react/dist/pure.js:141:27Proxy.render node_modules/@.../react/dist/pure.js:248:12
 ❯ .../CommitCoverage/UploadsCard/UploadsCard.test.tsx:1070:7
src/shared/GlobalTopBanners/TrialBanner/TrialBanner.test.tsx > TrialBanner > owner does not belong to org > renders nothing
Stack Traces | 0.0355s run time
AssertionError: expected 1 to be +0 // Object.is equality

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

- 0
+ 1

 ❯ .../GlobalTopBanners/TrialBanner/TrialBanner.test.tsx:249:60runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77node_modules/@.../dom/dist/wait-for.js:82:9
src/services/commit/useCommit.test.tsx > useCommit > when useCommit is called > api returns valid response > returns commit info
Stack Traces | 1.12s run time
AssertionError: expected { commit: { …(12) } } to deeply equal { commit: { author: { …(1) }, …(11) } }

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

  Object {
    "commit": Object {
      "author": Object {
        "username": "febg",
      },
      "branchName": null,
      "ciPassed": true,
      "commitid": "f00162848a3cebc0728d915763c2fd9e92132408",
-     "compareWithParent": Object {
-       "__typename": "Comparison",
-       "directChangedFilesCount": 1,
-       "impactedFiles": Object {
-         "__typename": "ImpactedFiles",
-         "results": Array [],
-       },
-       "indirectChangedFilesCount": 1,
-       "patchTotals": null,
-       "state": "pending",
-     },
+     "compareWithParent": undefined,
      "coverageAnalytics": Object {
        "totals": Object {
          "coverage": 38.30846,
        },
      },
      "createdAt": "2020-08-25T16:35:32",
      "message": "paths test",
      "parent": Object {
        "commitid": "d773f5bc170caec7f6e64420b0967e7bac978a8f",
        "coverageAnalytics": Object {
          "totals": Object {
            "coverage": 38.30846,
          },
        },
      },
      "pullId": 10,
      "state": "complete",
      "uploads": Array [
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065746",
          "createdAt": "2020-08-25T16:36:19.55947400:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/30582d33-de37-4272-ad50-c4dc805802fb.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 0,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:19.67986800:00",
          "uploadType": "UPLOADED",
        },
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065763",
          "createdAt": "2020-08-25T16:36:25.82034000:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/18b19f8d-5df6-48bd-90eb-50578ed8812f.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 1,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:25.85988900:00",
          "uploadType": "UPLOADED",
        },
      ],
    },
  }

 ❯ .../services/commit/useCommit.test.tsx:412:57runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77Timeout.checkRealTimersCallback node_modules/@.../dom/dist/wait-for.js:118:16

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@codecov-qa
Copy link

codecov-qa bot commented Mar 25, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2849 1 2848 2
View the top 3 failed test(s) by shortest run time
src/shared/GlobalTopBanners/TrialBanner/TrialBanner.test.tsx > TrialBanner > owner does not belong to org > renders nothing
Stack Traces | 0.0355s run time
AssertionError: expected 1 to be +0 // Object.is equality

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

- 0
+ 1

 ❯ .../GlobalTopBanners/TrialBanner/TrialBanner.test.tsx:249:60runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77node_modules/@.../dom/dist/wait-for.js:82:9
src/services/commit/useCommit.test.tsx > useCommit > when useCommit is called > api returns valid response > returns commit info
Stack Traces | 1.12s run time
AssertionError: expected { commit: { …(12) } } to deeply equal { commit: { author: { …(1) }, …(11) } }

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

  Object {
    "commit": Object {
      "author": Object {
        "username": "febg",
      },
      "branchName": null,
      "ciPassed": true,
      "commitid": "f00162848a3cebc0728d915763c2fd9e92132408",
-     "compareWithParent": Object {
-       "__typename": "Comparison",
-       "directChangedFilesCount": 1,
-       "impactedFiles": Object {
-         "__typename": "ImpactedFiles",
-         "results": Array [],
-       },
-       "indirectChangedFilesCount": 1,
-       "patchTotals": null,
-       "state": "pending",
-     },
+     "compareWithParent": undefined,
      "coverageAnalytics": Object {
        "totals": Object {
          "coverage": 38.30846,
        },
      },
      "createdAt": "2020-08-25T16:35:32",
      "message": "paths test",
      "parent": Object {
        "commitid": "d773f5bc170caec7f6e64420b0967e7bac978a8f",
        "coverageAnalytics": Object {
          "totals": Object {
            "coverage": 38.30846,
          },
        },
      },
      "pullId": 10,
      "state": "complete",
      "uploads": Array [
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065746",
          "createdAt": "2020-08-25T16:36:19.55947400:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/30582d33-de37-4272-ad50-c4dc805802fb.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 0,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:19.67986800:00",
          "uploadType": "UPLOADED",
        },
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065763",
          "createdAt": "2020-08-25T16:36:25.82034000:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/18b19f8d-5df6-48bd-90eb-50578ed8812f.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 1,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:25.85988900:00",
          "uploadType": "UPLOADED",
        },
      ],
    },
  }

 ❯ .../services/commit/useCommit.test.tsx:412:57runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77Timeout.checkRealTimersCallback node_modules/@.../dom/dist/wait-for.js:118:16
src/ui/FileViewer/ToggleHeader/Title/Title.test.tsx > TitleFlags > when selecting a flag > updates the location params
Stack Traces | 1.18s run time
TestingLibraryElementError: Unable to find an element with the text: flag-1. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.

Ignored nodes: comments, script, style
<body>
  <div>
    <div
      class="w-full sm:w-60"
    >
      <div
        class="relative"
      >
        <div>
          <button
            aria-controls="downshift-0-menu"
            aria-expanded="false"
            aria-label="Filter by flags"
            class="flex justify-between items-center w-full border border-ds-gray-tertiary rounded bg-ds-container text-left px-3 h-8 disabled:text-ds-gray-quaternary disabled:bg-ds-gray-primary disabled:border-ds-gray-tertiary focus:outline-1 whitespace-nowrap"
            data-marketing="fileviwer-filter-by-flags"
            id="downshift-0-toggle-button"
            tabindex="-1"
          >
            <span
              class="flex items-center gap-2"
            >
              <svg
                class="w-6 h-6"
                data-icon=""
                data-testid=""
                fill="currentColor"
                viewBox="0 0 20 20"
                xmlns="http://www.w3.org/2000/svg"
              >
                <path
                  clip-rule="evenodd"
                  d="M3 6a3 3 0 013-3h10a1 1 0 01.8 1.6L14.25 8l2.55 3.4A1 1 0 0116 13H6a1 1 0 00-1 1v3a1 1 0 11-2 0V6z"
                  fill-rule="evenodd"
                />
              </svg>
              All flags
            </span>
            <svg
              class="w-6 h-6"
              data-icon=""
              data-testid=""
              fill="currentColor"
              viewBox="0 0 20 20"
              xmlns="http://www.w3.org/2000/svg"
            >
              <path
                clip-rule="evenodd"
                d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
                fill-rule="evenodd"
              />
            </svg>
          </button>
          <div
            class="absolute inset-x-0 z-50"
          >
            <div
              class="hidden"
            >
              <div>
                <label
                  class="mb-2 block font-semibold sr-only"
                  for="text-input6"
                >
                  Search for Flags
                </label>
                <div
                  class="relative"
                >
                  <div
                    class="absolute left-2 flex h-full items-center text-ds-gray-quaternary"
                  >
                    <svg
                      class="w-4 h-4"
                      data-icon="search"
                      data-testid="search"
                      fill="none"
                      stroke="currentColor"
                      viewBox="0 0 24 24"
                      xmlns="http://www.w3.org/2000/svg"
                    >
                      <path
                        d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
                        stroke-linecap="round"
                        stroke-linejoin="round"
                        stroke-width="2"
                      />
                    </svg>
                  </div>
                  <input
                    aria-activedescendant=""
                    aria-autocomplete="list"
                    aria-controls="downshift-0-menu"
                    aria-expanded="false"
                    aria-labelledby="downshift-0-label"
                    autocomplete="off"
                    class="block h-8 w-full border-ds-gray-tertiary bg-ds-container px-3 text-sm disabled:border-ds-gray-tertiary disabled:bg-ds-gray-primary disabled:text-ds-gray-quaternary border-t border-r border-l focus:border rounded-tl rounded-tr pl-7"
                    data-marketing="multiselect-search"
                    id="downshift-0-input"
                    placeholder="Search for Flags"
                    role="combobox"
                    type="text"
                    value=""
                  />
                </div>
              </div>
            </div>
          </div>
        </div>
        <ul
          aria-label="Filter by flags"
          aria-labelledby="downshift-0-label"
          class="overflow-hidden rounded-bl rounded-br bg-ds-container border-ds-gray-tertiary absolute w-full z-40 max-h-80 min-w-fit top-16"
          id="downshift-0-menu"
          role="listbox"
        />
      </div>
    </div>
  </div>
  <div
    aria-live="polite"
    aria-relevant="additions text"
    id="a11y-status-message"
    role="status"
    style="border: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px;"
  />
</body>

Ignored nodes: comments, script, style
<body>
  <div>
    <div
      class="w-full sm:w-60"
    >
      <div
        class="relative"
      >
        <div>
          <button
            aria-controls="downshift-0-menu"
            aria-expanded="false"
            aria-label="Filter by flags"
            class="flex justify-between items-center w-full border border-ds-gray-tertiary rounded bg-ds-container text-left px-3 h-8 disabled:text-ds-gray-quaternary disabled:bg-ds-gray-primary disabled:border-ds-gray-tertiary focus:outline-1 whitespace-nowrap"
            data-marketing="fileviwer-filter-by-flags"
            id="downshift-0-toggle-button"
            tabindex="-1"
          >
            <span
              class="flex items-center gap-2"
            >
              <svg
                class="w-6 h-6"
                data-icon=""
                data-testid=""
                fill="currentColor"
                viewBox="0 0 20 20"
                xmlns="http://www.w3.org/2000/svg"
              >
                <path
                  clip-rule="evenodd"
                  d="M3 6a3 3 0 013-3h10a1 1 0 01.8 1.6L14.25 8l2.55 3.4A1 1 0 0116 13H6a1 1 0 00-1 1v3a1 1 0 11-2 0V6z"
                  fill-rule="evenodd"
                />
              </svg>
              All flags
            </span>
            <svg
              class="w-6 h-6"
              data-icon=""
              data-testid=""
              fill="currentColor"
              viewBox="0 0 20 20"
              xmlns="http://www.w3.org/2000/svg"
            >
              <path
                clip-rule="evenodd"
                d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
                fill-rule="evenodd"
              />
            </svg>
          </button>
          <div
            class="absolute inset-x-0 z-50"
          >
            <div
              class="hidden"
            >
              <div>
                <label
                  class="mb-2 block font-semibold sr-only"
                  for="text-input6"
                >
                  Search for Flags
                </label>
                <div
                  class="relative"
                >
                  <div
                    class="absolute left-2 flex h-full items-center text-ds-gray-quaternary"
                  >
                    <svg
                      class="w-4 h-4"
                      data-icon="search"
                      data-testid="search"
                      fill="none"
                      stroke="currentColor"
                      viewBox="0 0 24 24"
                      xmlns="http://www.w3.org/2000/svg"
                    >
                      <path
                        d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
                        stroke-linecap="round"
                        stroke-linejoin="round"
                        stroke-width="2"
                      />
                    </svg>
                  </div>
                  <input
                    aria-activedescendant=""
                    aria-autocomplete="list"
                    aria-controls="downshift-0-menu"
                    aria-expanded="false"
                    aria-labelledby="downshift-0-label"
                    autocomplete="off"
                    class="block h-8 w-full border-ds-gray-tertiary bg-ds-container px-3 text-sm disabled:border-ds-gray-tertiary disabled:bg-ds-gray-primary disabled:text-ds-gray-quaternary border-t border-r border-l focus:border rounded-tl rounded-tr pl-7"
                    data-marketing="multiselect-search"
                    id="downshift-0-input"
                    placeholder="Search for Flags"
                    role="combobox"
                    type="text"
                    value=""
                  />
                </div>
              </div>
            </div>
          </div>
        </div>
        <ul
          aria-label="Filter by flags"
          aria-labelledby="downshift-0-label"
          class="overflow-hidden rounded-bl rounded-br bg-ds-container border-ds-gray-tertiary absolute w-full z-40 max-h-80 min-w-fit top-16"
          id="downshift-0-menu"
          role="listbox"
        />
      </div>
    </div>
  </div>
  <div
    aria-live="polite"
    aria-relevant="additions text"
    id="a11y-status-message"
    role="status"
    style="border: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px;"
  />
</body>waitForWrapper node_modules/@.../dom/dist/wait-for.js:163:27node_modules/@.../dom/dist/query-helpers.js:86:33
 ❯ .../ToggleHeader/Title/Title.test.tsx:255:34

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@codecov-public-qa
Copy link

codecov-public-qa bot commented Mar 25, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2851 1 2850 0
View the top 1 failed tests by shortest run time
src/services/commit/useCommit.test.tsx > useCommit > when useCommit is called > api returns valid response > returns commit info
Stack Traces | 1.12s run time
AssertionError: expected { commit: { …(12) } } to deeply equal { commit: { author: { …(1) }, …(11) } }

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

  Object {
    "commit": Object {
      "author": Object {
        "username": "febg",
      },
      "branchName": null,
      "ciPassed": true,
      "commitid": "f00162848a3cebc0728d915763c2fd9e92132408",
-     "compareWithParent": Object {
-       "__typename": "Comparison",
-       "directChangedFilesCount": 1,
-       "impactedFiles": Object {
-         "__typename": "ImpactedFiles",
-         "results": Array [],
-       },
-       "indirectChangedFilesCount": 1,
-       "patchTotals": null,
-       "state": "pending",
-     },
+     "compareWithParent": undefined,
      "coverageAnalytics": Object {
        "totals": Object {
          "coverage": 38.30846,
        },
      },
      "createdAt": "2020-08-25T16:35:32",
      "message": "paths test",
      "parent": Object {
        "commitid": "d773f5bc170caec7f6e64420b0967e7bac978a8f",
        "coverageAnalytics": Object {
          "totals": Object {
            "coverage": 38.30846,
          },
        },
      },
      "pullId": 10,
      "state": "complete",
      "uploads": Array [
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065746",
          "createdAt": "2020-08-25T16:36:19.55947400:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/30582d33-de37-4272-ad50-c4dc805802fb.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 0,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:19.67986800:00",
          "uploadType": "UPLOADED",
        },
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065763",
          "createdAt": "2020-08-25T16:36:25.82034000:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/18b19f8d-5df6-48bd-90eb-50578ed8812f.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 1,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:25.85988900:00",
          "uploadType": "UPLOADED",
        },
      ],
    },
  }

 ❯ .../services/commit/useCommit.test.tsx:412:57runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77Timeout.checkRealTimersCallback node_modules/@.../dom/dist/wait-for.js:118:16

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants