Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test: Jest Tests.x-pack/plugins/security_solution/public/timelines/components/timeline/tabs/query - query tab with unified timeline controls should reftech on sample size change #213155

Open
kibanamachine opened this issue Mar 4, 2025 · 0 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test needs-team Issues missing a team label

Comments

@kibanamachine
Copy link
Contributor

A test failed on a tracked branch

Error: Unable to find an element by: [data-test-subj="pagination-button-1"]

Ignored nodes: comments, script, style
<body>
  <div>
    <div
      class="euiFlexGroup sc-gbWDHf bKODoN css-1ks2r8i-euiFlexGroup-s-flexStart-stretch-column"
    >
      <div
        class="euiFlexItem sc-cEEJxU kLFELm css-kpsrin-euiFlexItem-growZero"
      >
        <div
          class="euiFlyoutHeader sc-hybRYi cJkDFK css-6wfrrw-euiFlyoutHeader"
          data-test-subj="query-tab-flyout-header"
        >
          <div
            class="euiFlexGroup css-1ks2r8i-euiFlexGroup-s-flexStart-stretch-column"
          >
            <div
              class="euiFlexItem css-9sbomz-euiFlexItem-grow-1"
              data-test-subj="timeline-date-picker-container"
            >
              <div
                class="sc-dcjTxL dCiZUi"
                data-test-subj="timelineHeader"
              >
                <div
                  class="euiFlexGroup css-1ks2r8i-euiFlexGroup-s-flexStart-stretch-column"
                >
                  <div
                    class="euiFlexItem css-9sbomz-euiFlexItem-grow-1"
                  >
                    <div
                      class="euiFlexGroup css-1ks2r8i-euiFlexGroup-s-flexStart-stretch-column"
                    >
                      <div
                        class="euiFlexItem css-9sbomz-euiFlexItem-grow-1"
                      >
                        <div
                          class="euiFlexGroup eui-scrollBar css-1dshak9-euiFlexGroup-xs-flexStart-center-row"
                        >
                          <div
                            class="euiFlexItem css-9sbomz-euiFlexItem-grow-1"
                          >
                            <div
                              class="sc-jtskMo bfpfnq"
                            >
                              <div
                                class="euiFlexGroup css-1bh86ds-euiFlexGroup-xs-flexStart-flexStart-row"
                                data-test-subj="timeline-search-or-filter"
                              >
                                <div
                                  class="euiFlexItem css-kpsrin-euiFlexItem-growZero"
                                >
                                  <div
                                    class="euiPopover css-bvzum9-euiPopover-block"
                                    data-test-subj="timeline-sourcerer-popover"
                                  >
                                    <span
                                      class="euiToolTipAnchor css-jcaat8-euiToolTipAnchor-inlineBlock"
                                    >
                                      <button
                                        aria-label="Data view"
                                        class="euiButton css-vocvz-euiButtonDisplay-m-defaultMinWidth-base-primary"
                                        data-test-subj="timeline-sourcerer-trigger"
                                        title="Data view"
                                        type="button"
                                      >
                                        <span
                                          class="css-cf8eum-euiButtonDisplayContent"
                                        >
                                          Data view
                                          <span
                                            color="inherit"
                                            data-euiicon-type="arrowDown"
                                          />
                                        </span>
                                      </button>
                                    </span>
                                  </div>
                                </div>
                                <div
                                  class="euiFlexItem css-9sbomz-euiFlexItem-grow-1"
                                  data-test-subj="timeline-search-or-filter-search-container"
                                >
                                  <div
                                    class="search_bar_container css-1ma0w16"
                                  >
                                    <div
                                      class="uniSearchBar uniSearchBar--inPage"
                                      css="You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).,You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).,false"
                                      data-test-subj="globalQueryBar"
                                    >
                                      <div
                                        data-shared-timefilter-duration="Mar 4, 2025 @ 00:00:00.000 to Mar 4, 2025 @ 23:59:59.999"
                                        data-test-subj="dataSharedTimefilterDuration"
                                      />
                                      <div
                                        class="euiFlexGroup kbnQueryBar css-1mlsxft-euiFlexGroup-wrap-s-flexEnd-stretch-row"
                                      >
                                        <div
                                          class="euiFlexItem css-9sbomz-euiFlexItem-grow-1"
                                          style="min-width: 320px; max-width: 100%;"
                                        >
                          ...
    at waitForWrapper (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1741112756454421898/elastic/kibana-on-merge/kibana/node_modules/@testing-library/dom/dist/wait-for.js:163:27)
    at Object.<anonymous> (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1741112756454421898/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/public/timelines/components/timeline/tabs/query/index.test.tsx:539:22)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at listOnTimeout (node:internal/timers:545:9)
    at processTimers (node:internal/timers:519:7)

First failure: kibana-on-merge - 8.17

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Mar 4, 2025
@botelastic botelastic bot added the needs-team Issues missing a team label label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test needs-team Issues missing a team label
Projects
None yet
Development

No branches or pull requests

1 participant