Skip to content

UIDATIMP-1540: Fetch Job summary data with for a particular tenant id #1888

UIDATIMP-1540: Fetch Job summary data with for a particular tenant id

UIDATIMP-1540: Fetch Job summary data with for a particular tenant id #1888

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Jest Unit Test Results failed Oct 11, 2023 in 0s

1 fail, 3 skipped, 1 138 pass in 11m 20s

       1 files     216 suites   11m 20s ⏱️
1 142 tests 1 138 ✔️ 3 💤 1
1 153 runs  1 149 ✔️ 3 💤 1

Results for commit 12dfbb4.

Annotations

Check warning on line 0 in JobProfilesForm component when input fields filled with values "Save as profile & Close" button should be active

See this annotation in the file changed.

@github-actions github-actions / Jest Unit Test Results

JobProfilesForm component when input fields filled with values "Save as profile & Close" button should be active (JobProfilesForm component when input fields filled with values "Save as profile & Close" button should be active) failed

artifacts/jest-junit/junit.xml
Raw output
Error: Unable to find an element with the text: Action profile: "Attached action profile". 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>
    <form
      class="form"
      data-test-full-screen-form="true"
      data-testid="full-screen-form"
      id="job-profiles-form"
      tabindex="-1"
    >
      <section
        class="pane focusIndicator"
        style="flex: 0 0 100%;"
      >
        <div
          aria-labelledby="paneHeader79-pane-title"
          class="paneHeader"
          data-test-pane-header="true"
          id="paneHeader79"
          role="region"
          tabindex="-1"
        >
          <div
            class="paneHeaderButtonsArea first"
          >
            <div
              class="paneMenu"
            >
              <button
                aria-label="Cancel"
                class="iconButton medium"
                data-test-header-close-button="true"
                icon="times"
                type="button"
              >
                <span
                  class="iconButtonInner mediumOffset"
                  data-test-header-close-button="true"
                >
                  <span>
                    Icon
                    <span />
                  </span>
                </span>
              </button>
            </div>
          </div>
          <div
            class="paneHeaderCenter"
          >
            <div
              class="paneHeaderCenterInner"
              id="paneHeader79-pane-title"
            >
              <h2
                class="paneTitle"
                data-test-pane-header-title="true"
              >
                <span
                  class="paneTitleLabel"
                >
                  New job profile
                </span>
              </h2>
            </div>
          </div>
        </div>
        <div
          class="paneContent hasPadding"
          id="79-content"
          tabindex="-1"
        >
          <div
            class="formContent"
            data-test-full-screen-form-content="true"
          >
            <h2
              class="headline size-xx-large margin-xx-large font-weight-bold"
              data-test-header-title="true"
              data-test-headline="true"
            >
              New job profile
            </h2>
            <div>
              <section
                class="accordion"
                data-test-accordion-section="true"
                id="job-profile-summary"
              >
                <div
                  class="headerWrapper"
                  tabindex="-1"
                >
                  <div
                    class="header default"
                  >
                    <h3
                      class="headline size-medium margin-none font-weight-bold block"
                      data-test-headline="true"
                    >
                      <button
                        aria-controls="accordion43"
                        aria-expanded="true"
                        class="defaultCollapseButton"
                        id="accordion-toggle-button-job-profile-summary"
                        type="button"
                      >
                        <span
                          class="headerInner"
                        >
                          <span
                            class="defaultHeaderIcon"
                          >
                            <span>
                              Icon
                              <span />
                            </span>
                          </span>
                          <div
                            class="labelArea"
                          >
                            Summary
                          </div>
                        </span>
                      </button>
                    </h3>
                  </div>
                </div>
                <div
                  class="content-wrap expanded"
                  style="z-index: 1;"
                >
                  <div
                    aria-labelledby="accordion-toggle-button-job-profile-summary"
                    class="content-region expanded"
                    data-test-accordion-wrapper="true"
                    id="accordion43"
                    role="region"
                  >
                    <div
                      data-test-name-field="true"
                    >
                      <div
                        class="textField"
                      >
                        <label
                          class="label"
                          for="text-input-88"
                        >
                          Name
                          <span
                            aria-hidden="true"
                            class="asterisk"
                          >
                            *
                          </span>
                        </label>
            ...
    at waitForWrapper (/home/runner/work/ui-data-import/ui-data-import/node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/wait-for.js:162:27)
    at /home/runner/work/ui-data-import/ui-data-import/node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:86:33
    at findByText (/home/runner/work/ui-data-import/ui-data-import/src/settings/JobProfiles/tests/JobProfilesForm.test.js:154:36)
    at runWithExpensiveErrorDiagnosticsDisabled (/home/runner/work/ui-data-import/ui-data-import/node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/config.js:47:12)
    at checkCallback (/home/runner/work/ui-data-import/ui-data-import/node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/wait-for.js:123:77)
    at /home/runner/work/ui-data-import/ui-data-import/node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/wait-for.js:96:7
    at new Promise (<anonymous>)
    at waitFor (/home/runner/work/ui-data-import/ui-data-import/node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/wait-for.js:36:10)
    at /home/runner/work/ui-data-import/ui-data-import/node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/wait-for.js:163:54
    at Object.asyncWrapper (/home/runner/work/ui-data-import/ui-data-import/node_modules/@testing-library/react/dist/pure.js:73:28)
    at waitForWrapper (/home/runner/work/ui-data-import/ui-data-import/node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/wait-for.js:163:35)
    at _callee2$ (/home/runner/work/ui-data-import/ui-data-import/src/settings/JobProfiles/tests/JobProfilesForm.test.js:154:22)
    at tryCatch (/home/runner/work/ui-data-import/ui-data-import/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:45:16)
    at Generator.<anonymous> (/home/runner/work/ui-data-import/ui-data-import/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:133:17)
    at Generator.next (/home/runner/work/ui-data-import/ui-data-import/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:74:21)
    at asyncGeneratorStep (/home/runner/work/ui-data-import/ui-data-import/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
    at _next (/home/runner/work/ui-data-import/ui-data-import/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:9)
    at /home/runner/work/ui-data-import/ui-data-import/node_modules/@babel/runtime/helpers/asyncToGenerator.js:27:7
    at new Promise (<anonymous>)
    at Object.<anonymous> (/home/runner/work/ui-data-import/ui-data-import/node_modules/@babel/runtime/helpers/asyncToGenerator.js:19:12)
    at Promise.then.completed (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/run.js:316:40)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at processTimers (node:internal/timers:509:9)
    at _runTest (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/ui-data-import/ui-data-import/node_modules/jest-runner/build/runTest.js:444:34)