gazebo icon indicating copy to clipboard operation
gazebo copied to clipboard

chore: Demonstrate zod schema validation 404

Open suejung-sentry opened this issue 1 year ago • 4 comments

This draft PR is used to illustrate the current pattern of swallowing schema errors with a 404

suejung-sentry avatar Aug 13 '24 21:08 suejung-sentry

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

:x: Failed Test Results:

Completed 4367 tests with 4 failed, 4363 passed and 0 skipped.

View the full list of failed tests

BaseLayout

  • Class name: BaseLayout cloud when TOS is not signed renders help banner
    Test name: BaseLayout cloud when TOS is not signed renders help banner

    Error: Unable to find an element with the text: /InstallationHelpBanner/. 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>
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    TermsOfService
    </main>
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:336:41)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected does not render the header
    Test name: BaseLayout cloud when no default org selected does not render the header

    Error: Unable to find an element with the text: /DefaultOrgSelector/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:360:49)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected renders help banner
    Test name: BaseLayout cloud when no default org selected renders help banner

    Error: Unable to find an element with the text: /InstallationHelpBanner/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:374:41)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected renders the default org selector
    Test name: BaseLayout cloud when no default org selected renders the default org selector

    Error: Unable to find an element with the text: /DefaultOrgSelector/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:349:49)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)

codecov-qa[bot] avatar Aug 13 '24 21:08 codecov-qa[bot]

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

:x: Failed Test Results:

Completed 4367 tests with 4 failed, 4363 passed and 0 skipped.

View the full list of failed tests

BaseLayout

  • Class name: BaseLayout cloud when TOS is not signed renders help banner
    Test name: BaseLayout cloud when TOS is not signed renders help banner

    Error: Unable to find an element with the text: /InstallationHelpBanner/. 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>
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    TermsOfService
    </main>
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:336:41)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected does not render the header
    Test name: BaseLayout cloud when no default org selected does not render the header

    Error: Unable to find an element with the text: /DefaultOrgSelector/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:360:49)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected renders help banner
    Test name: BaseLayout cloud when no default org selected renders help banner

    Error: Unable to find an element with the text: /InstallationHelpBanner/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:374:41)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected renders the default org selector
    Test name: BaseLayout cloud when no default org selected renders the default org selector

    Error: Unable to find an element with the text: /DefaultOrgSelector/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:349:49)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)

codecov-staging[bot] avatar Aug 13 '24 21:08 codecov-staging[bot]

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

:x: Failed Test Results:

Completed 4367 tests with 4 failed, 4363 passed and 0 skipped.

View the full list of failed tests

BaseLayout

  • Class name: BaseLayout cloud when TOS is not signed renders help banner
    Test name: BaseLayout cloud when TOS is not signed renders help banner

    Error: Unable to find an element with the text: /InstallationHelpBanner/. 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>
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    TermsOfService
    </main>
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:336:41)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected does not render the header
    Test name: BaseLayout cloud when no default org selected does not render the header

    Error: Unable to find an element with the text: /DefaultOrgSelector/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:360:49)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected renders help banner
    Test name: BaseLayout cloud when no default org selected renders help banner

    Error: Unable to find an element with the text: /InstallationHelpBanner/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:374:41)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected renders the default org selector
    Test name: BaseLayout cloud when no default org selected renders the default org selector

    Error: Unable to find an element with the text: /DefaultOrgSelector/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:349:49)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)

codecov-public-qa[bot] avatar Aug 13 '24 21:08 codecov-public-qa[bot]

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

:x: Failed Test Results:

Completed 5041 tests with 4 failed, 5037 passed and 0 skipped.

View the full list of failed tests

BaseLayout

  • Class name: BaseLayout cloud when TOS is not signed renders help banner
    Test name: BaseLayout cloud when TOS is not signed renders help banner

    Error: Unable to find an element with the text: /InstallationHelpBanner/. 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>
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    TermsOfService
    </main>
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:336:41)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected does not render the header
    Test name: BaseLayout cloud when no default org selected does not render the header

    Error: Unable to find an element with the text: /DefaultOrgSelector/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:360:49)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected renders help banner
    Test name: BaseLayout cloud when no default org selected renders help banner

    Error: Unable to find an element with the text: /InstallationHelpBanner/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:374:41)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)
  • Class name: BaseLayout cloud when no default org selected renders the default org selector
    Test name: BaseLayout cloud when no default org selected renders the default org selector

    Error: Unable to find an element with the text: /DefaultOrgSelector/. 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>
    GlobalTopBanners
    Header
    <main
    class="container mb-8 flex grow flex-col gap-2 md:p-0"
    >
    hello
    </main>
    Footer
    <div
    class="fixed bottom-0 flex w-full flex-col justify-center pb-8"
    />
    </div>
    </body>
    at waitForWrapper (.../gazebo/gazebo/node_modules/@.../dom/dist/wait-for.js:163:27)
    at findByText (.../gazebo/gazebo/node_modules/@.../dom/dist/query-helpers.js:86:32)
    at Object.<anonymous> (.../layouts/BaseLayout/BaseLayout.spec.tsx:349:49)
    at Promise.then.completed (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:391:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../gazebo/gazebo/node_modules/jest-circus/build/utils.js:316:10)
    at _callCircusTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:218:40)
    at _runTest (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:155:3)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:66:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at _runTestsForDescribeBlock (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:60:9)
    at run (.../gazebo/gazebo/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
    at jestAdapter (.../gazebo/gazebo/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:68:19)
    at runTestInternal (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:389:16)
    at runTest (.../gazebo/gazebo/node_modules/jest-runner/build/runTest.js:475:34)
    at Object.worker (.../gazebo/gazebo/node_modules/jest-runner/build/testWorker.js:133:12)

codecov[bot] avatar Aug 13 '24 21:08 codecov[bot]