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

[Observability RAC] Improve alerts table columns #105446

Merged
merged 10 commits into from
Jul 20, 2021

Conversation

mgiota
Copy link
Contributor

@mgiota mgiota commented Jul 13, 2021

Summary

Fixes #105227

Here's how it looks with the fixes:

  • The content of the "duration" column is right-aligned.
  • Units in the "duration" column are
  • The "actions" column (on the very left) has the headline "Actions".
  • Labels are internationalized

Screenshot 2021-07-19 at 10 09 59

Current PR doesn't fix:

  • The "reason" column uses up the remaining width

This is because current T-grid implementation isn't responsive and the reason column gets cut off in small screen resolutions. If we make reason column use the remaining width, the column is cut off even in bigger screen resolutions. There is a temporary fix for this, but we will hold off for now.

I'm not sure how this change might impact the current implementation without some thorough desk testing, so my inclination is to hold off on this change for now, and only revisit it if the transition to EuiDataGrid is temporarily delayed.

How to test
In order to get alerts in the Observability > Alerts page, you should add following configuration:

xpack.observability.unsafe.cases.enabled: true
xpack.observability.unsafe.alertingExperience.enabled: true
xpack.ruleRegistry.write.enabled: true

Then go into APM, set up some rules with sensitive thresholds, and you should be able to get some alerts. Setting up a log threshold rule will also produce some alerts.

@@ -34,6 +38,28 @@ interface AlertsTableTGridProps {
setRefetch: (ref: () => void) => void;
}

// TODO import EventsThContent from timelines plugin and customize a few css properties (position & padding-top)
const EventsThContent = styled.div.attrs(({ className = '' }) => ({
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XavierM Requirement here was to add an Actions header, so temporarily I copied the styled EventsThContent component from the styles file of the t_grid component. I was thinking to import the component instead of copying, but I was wondering if there is another way to do custom styling on elements.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The EventsThContent styled component may be deleted when the transition to EuiDataGrid is complete, so it's reasonable to copy it here, as opposed to making it part of the public API of tgrid (so it can be imported).

I was wondering if there is another way to do custom styling on elements.

The EuiDataGridControlColumn interface exposes headerCellRender to enable custom styling of header cells. This PR is correctly using it here:

headerCellRender: () => {
        return <EventsThContent>Actions</EventsThContent>; // TODO: internationalization
      },

to provide the custom styled header. I'm not aware of another way to do it, and this looks good to me. 😄

@@ -203,7 +203,7 @@ export const EventsTbody = styled.div.attrs(({ className = '' }) => ({
className: `siemEventsTable__tbody ${className}`,
role: 'rowgroup',
}))`
overflow-x: hidden;
overflow-x: scroll;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XavierM Table is not responsive on small screen resolutions, but I guess this will be covered once moving to EUIDataGrid. So as a temporary solution I made the change directly to the timelines plugin to fix responsiveness.

Is anybody using the t-grid component of timelines plugin at the moment?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how this change might impact the current implementation without some thorough desk testing, so my inclination is to hold off on this change for now, and only revisit it if the transition to EuiDataGrid is temporarily delayed.

Is anybody using the t-grid component of timelines plugin at the moment?

In addition to the o11y alerts page, the security solution is also using the t-grid component on several pages, behind a feature flag.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrew-goldstein Ok I removed the horizontal scroll for now. Yep let's revisit responsiveness in case EuiDataGrid is delayed

@mgiota
Copy link
Contributor Author

mgiota commented Jul 16, 2021

@jasonrhodes I need input on this:

  1. Units in the "duration" column are abbreviated in a useful way

I turned off the extended formatter. Let me know if the default formatter is good enough:

hours -> hours
minutes -> minutes
seconds -> s
milliseconds -> ms
microseconds -> μs
  1. Table is not responsive for small screen resolutions. As a quick solution, I added a horizontal scrollbar to the t-grid library directly, so that user can at least see the contents of the table.

@andrew-goldstein's comment

I'm not sure how this change might impact the current implementation without some thorough desk testing, so my inclination is to hold off on this change for now, and only revisit it if the transition to EuiDataGrid is temporarily delayed.

  1. Duration right-aligned
    I put a screenshot above to confirm it is looks nice (content right aligned, label left aligned)

@mgiota mgiota force-pushed the 105227-rac-alerts-table-columns branch from 6d8a556 to d08c6eb Compare July 19, 2021 06:58
@mgiota mgiota marked this pull request as ready for review July 19, 2021 07:19
@mgiota mgiota added the Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services label Jul 19, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)

@mgiota mgiota self-assigned this Jul 19, 2021
@mgiota
Copy link
Contributor Author

mgiota commented Jul 19, 2021

@elasticmachine merge upstream

@mgiota mgiota added Theme: rac label obsolete v7.15.0 auto-backport Deprecated - use backport:version if exact versions are needed v8.0.0 release_note:deprecation release_note:skip Skip the PR/issue when compiling release notes and removed release_note:deprecation labels Jul 19, 2021
@weltenwort weltenwort self-requested a review July 19, 2021 15:43
Copy link
Contributor

@andrew-goldstein andrew-goldstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for these improvements @mgiota! 🙏
Desk-tested locally
LGTM

Copy link
Member

@weltenwort weltenwort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice work 👍 I just left one question about a hook dependency below.

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / general / Firefox UI Functional Tests.test/functional/apps/discover/_field_data·ts.discover app discover tab field data the search term should be highlighted in the field data

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 4 times on tracked branches: https://github.com/elastic/kibana/issues/100437

[00:00:00]       │
[00:09:09]         └-: discover app
[00:09:09]           └-> "before all" hook in "discover app"
[00:09:09]           └-> "before all" hook in "discover app"
[00:09:09]           └-: discover tab
[00:09:09]             └-> "before all" hook in "discover tab"
[00:09:09]             └-> "before all" hook in "discover tab"
[00:09:09]               │ debg Cleaning all saved objects { space: undefined }
[00:09:09]               │ info deleting batch of 1 objects
[00:09:10]               │ succ deleted 1 objects
[00:09:10]               │ debg resolved import for test/functional/fixtures/kbn_archiver/discover.json to /dev/shm/workspace/parallel/17/kibana/test/functional/fixtures/kbn_archiver/discover.json
[00:09:10]               │ info importing 2 saved objects { space: undefined }
[00:09:10]               │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/iHty37AaQByO2M9YU8qvBg] update_mapping [_doc]
[00:09:11]               │ succ import success
[00:09:11]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Loading "mappings.json"
[00:09:11]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Loading "data.json.gz"
[00:09:11]               │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:09:11]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Created index "logstash-2015.09.22"
[00:09:11]               │ debg [test/functional/fixtures/es_archiver/logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:09:11]               │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:09:11]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Created index "logstash-2015.09.20"
[00:09:11]               │ debg [test/functional/fixtures/es_archiver/logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:09:11]               │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:09:11]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Created index "logstash-2015.09.21"
[00:09:11]               │ debg [test/functional/fixtures/es_archiver/logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:09:21]               │ info progress: 6622
[00:09:31]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:09:31]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:09:31]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:09:31]               │ debg replacing kibana config doc: {"defaultIndex":"logstash-*","discover:searchFieldsFromSource":true}
[00:09:32]               │ debg applying update to kibana config: {"timepicker:timeDefaults":"{ \"from\": \"2015-09-18T06:31:44.000Z\", \"to\": \"2015-09-23T18:31:44.000Z\"}"}
[00:09:33]               │ debg navigating to discover url: http://localhost:61171/app/discover#/
[00:09:33]               │ debg navigate to: http://localhost:61171/app/discover#/
[00:09:33]               │ debg browser[log] "^ A single error about an inline script not firing due to content security policy is expected!"
[00:09:34]               │ debg ... sleep(700) start
[00:09:34]               │ debg ... sleep(700) end
[00:09:34]               │ debg returned from get, calling refresh
[00:09:38]               │ERROR browser[error] ({})
[00:09:38]               │ debg browser[log] "Detected an unhandled Promise rejection.
[00:09:38]               │      AbortError: The operation was aborted. "
[00:09:38]               │ debg browser[log] "Detected an unhandled Promise rejection.
[00:09:38]               │      EmptyError: no elements in sequence"
[00:09:38]               │ debg browser[log] "^ A single error about an inline script not firing due to content security policy is expected!"
[00:09:43]               │ debg currentUrl = http://localhost:61171/app/discover#/
[00:09:43]               │          appUrl = http://localhost:61171/app/discover#/
[00:09:43]               │ debg TestSubjects.find(kibanaChrome)
[00:09:43]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:09:47]               │ debg ... sleep(501) start
[00:09:47]               │ debg ... sleep(501) end
[00:09:47]               │ debg in navigateTo url = http://localhost:61171/app/discover#/
[00:09:47]             └-: field data
[00:09:47]               └-> "before all" hook for "search php should show the correct hit count"
[00:09:47]               └-> search php should show the correct hit count
[00:09:47]                 └-> "before each" hook: global before each for "search php should show the correct hit count"
[00:09:47]                 │ debg QueryBar.setQuery(php)
[00:09:47]                 │ debg TestSubjects.click(queryInput)
[00:09:47]                 │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:09:47]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:09:50]                 │ debg TestSubjects.getAttribute(queryInput, value, tryTimeout=120000, findTimeout=10000)
[00:09:50]                 │ debg TestSubjects.find(queryInput)
[00:09:50]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:09:50]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/iHty37AaQByO2M9YU8qvBg] update_mapping [_doc]
[00:09:50]                 │ debg QueryBar.submitQuery
[00:09:50]                 │ debg TestSubjects.click(queryInput)
[00:09:50]                 │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:09:50]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:09:51]                 │ debg isGlobalLoadingIndicatorVisible
[00:09:51]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:51]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:55]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/iHty37AaQByO2M9YU8qvBg] update_mapping [_doc]
[00:09:56]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:56]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:10:03]                 │ debg isGlobalLoadingIndicatorVisible
[00:10:03]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:10:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:10:05]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:10:06]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:10:06]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:10:06]                 │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:10:06]                 │ debg TestSubjects.find(discoverQueryHits)
[00:10:06]                 │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:10:06]                 └- ✓ pass  (18.1s) "discover app discover tab field data search php should show the correct hit count"
[00:10:06]               └-> the search term should be highlighted in the field data
[00:10:06]                 └-> "before each" hook: global before each for "the search term should be highlighted in the field data"
[00:10:06]                 │ debg QueryBar.setQuery(php)
[00:10:06]                 │ debg TestSubjects.click(queryInput)
[00:10:06]                 │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:06]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:06]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:06]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:06]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:06]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:06]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:06]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:06]                 │ debg --- retry.try error: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:07]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:07]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:07]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:07]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:07]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:07]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:07]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:08]                 │ debg --- retry.try failed again with the same message...
[00:10:08]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:08]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:08]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:09]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:09]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:09]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:09]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:09]                 │ debg --- retry.try failed again with the same message...
[00:10:10]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:10]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:10]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:10]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:10]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:10]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:10]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:10]                 │ debg --- retry.try failed again with the same message...
[00:10:11]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:11]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:11]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:11]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:11]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:11]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:11]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:11]                 │ debg --- retry.try failed again with the same message...
[00:10:12]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:12]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:12]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:12]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:12]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:12]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:12]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:13]                 │ debg --- retry.try failed again with the same message...
[00:10:13]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:13]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:13]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:14]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:14]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:14]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:14]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:14]                 │ debg --- retry.try failed again with the same message...
[00:10:14]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:14]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:14]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:15]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:15]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:15]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:15]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:15]                 │ debg --- retry.try failed again with the same message...
[00:10:16]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:16]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:16]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:16]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:16]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:16]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:16]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:16]                 │ debg --- retry.try failed again with the same message...
[00:10:17]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:17]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:17]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:17]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:17]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:17]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:17]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:18]                 │ debg --- retry.try failed again with the same message...
[00:10:18]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:18]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:18]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:18]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:18]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:19]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:19]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:19]                 │ debg --- retry.try failed again with the same message...
[00:10:19]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:19]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:19]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:20]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:20]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:20]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:20]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:20]                 │ debg --- retry.try failed again with the same message...
[00:10:20]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:21]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:21]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:21]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:21]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:21]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:21]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:21]                 │ debg --- retry.try failed again with the same message...
[00:10:22]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:22]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:22]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:22]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:22]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:22]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:22]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:22]                 │ debg --- retry.try failed again with the same message...
[00:10:23]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:23]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:23]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:23]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:23]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:23]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:23]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:24]                 │ debg --- retry.try failed again with the same message...
[00:10:24]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:24]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:24]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:24]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:24]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:25]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:25]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:25]                 │ debg --- retry.try failed again with the same message...
[00:10:25]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:25]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:25]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:26]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:26]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:26]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:26]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:26]                 │ debg --- retry.try failed again with the same message...
[00:10:26]                 │ debg browser[log] WebExtensions: reset-default-search: No addons in our list are installed.
[00:10:27]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:27]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:27]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:27]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:27]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:27]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:27]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:27]                 │ debg --- retry.try failed again with the same message...
[00:10:28]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:28]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:28]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:28]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:28]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:28]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:28]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:28]                 │ debg --- retry.try failed again with the same message...
[00:10:29]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:29]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:29]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:29]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:29]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:29]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:29]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:30]                 │ debg --- retry.try failed again with the same message...
[00:10:30]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:30]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:30]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:30]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:30]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:31]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:31]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:31]                 │ debg --- retry.try failed again with the same message...
[00:10:31]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:31]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:31]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:32]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:32]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:32]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:32]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:32]                 │ debg --- retry.try failed again with the same message...
[00:10:33]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:33]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:33]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:33]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:33]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:33]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:33]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:33]                 │ debg --- retry.try failed again with the same message...
[00:10:34]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:34]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:34]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:34]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:34]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:34]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:34]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:34]                 │ debg --- retry.try failed again with the same message...
[00:10:35]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:35]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:35]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:35]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:35]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:35]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:35]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:36]                 │ debg --- retry.try failed again with the same message...
[00:10:36]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:36]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:36]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:36]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:36]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:37]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:37]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:37]                 │ debg --- retry.try failed again with the same message...
[00:10:37]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:37]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:37]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:38]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:38]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:38]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:38]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:38]                 │ debg --- retry.try failed again with the same message...
[00:10:39]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:39]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:39]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:39]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:39]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:39]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:39]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:39]                 │ debg --- retry.try failed again with the same message...
[00:10:40]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:40]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:40]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:40]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:40]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:40]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:40]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:40]                 │ debg --- retry.try failed again with the same message...
[00:10:41]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:41]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:41]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:41]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:41]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:41]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:41]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:42]                 │ debg --- retry.try failed again with the same message...
[00:10:42]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:42]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:42]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:42]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:42]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:43]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:43]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:43]                 │ debg --- retry.try failed again with the same message...
[00:10:43]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:43]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:43]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:44]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:44]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:44]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:44]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:44]                 │ debg --- retry.try failed again with the same message...
[00:10:45]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:45]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:45]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:45]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:45]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:45]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:45]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:45]                 │ debg --- retry.try failed again with the same message...
[00:10:46]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:46]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:46]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:46]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:46]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:46]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:46]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:46]                 │ debg --- retry.try failed again with the same message...
[00:10:47]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:47]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:47]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:47]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:47]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:47]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:47]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:48]                 │ debg --- retry.try failed again with the same message...
[00:10:48]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:48]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:48]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:48]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:48]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:49]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:49]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:49]                 │ debg --- retry.try failed again with the same message...
[00:10:49]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:49]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:49]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:50]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:50]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:50]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:50]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:50]                 │ debg --- retry.try failed again with the same message...
[00:10:51]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:51]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:51]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:51]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:51]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:51]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:51]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:51]                 │ debg --- retry.try failed again with the same message...
[00:10:52]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:52]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:52]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:52]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:52]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:52]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:52]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:53]                 │ debg --- retry.try failed again with the same message...
[00:10:53]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:53]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:53]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:53]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:53]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:54]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:54]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:54]                 │ debg --- retry.try failed again with the same message...
[00:10:54]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:54]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:54]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:54]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:54]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:55]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:55]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:55]                 │ debg --- retry.try failed again with the same message...
[00:10:55]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:55]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:55]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:56]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:56]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:56]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:56]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:56]                 │ debg --- retry.try failed again with the same message...
[00:10:57]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:57]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:57]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:57]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:57]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:57]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:57]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:57]                 │ debg --- retry.try failed again with the same message...
[00:10:58]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:58]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:58]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:58]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:58]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:10:58]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:58]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:10:59]                 │ debg --- retry.try failed again with the same message...
[00:10:59]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:10:59]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:59]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:10:59]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:10:59]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:00]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:00]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:00]                 │ debg --- retry.try failed again with the same message...
[00:11:00]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:00]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:00]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:01]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:01]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:01]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:01]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:01]                 │ debg --- retry.try failed again with the same message...
[00:11:02]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:02]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:02]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:02]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:02]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:02]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:02]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:02]                 │ debg --- retry.try failed again with the same message...
[00:11:03]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:03]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:03]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:03]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:03]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:03]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:03]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:03]                 │ debg --- retry.try failed again with the same message...
[00:11:04]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:04]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:04]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:04]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:04]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:04]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:04]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:05]                 │ debg --- retry.try failed again with the same message...
[00:11:05]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:05]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:05]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:05]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:05]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:06]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:06]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:06]                 │ debg --- retry.try failed again with the same message...
[00:11:06]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:06]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:06]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:07]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:07]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:07]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:07]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:07]                 │ debg --- retry.try failed again with the same message...
[00:11:08]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:08]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:08]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:08]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:08]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:08]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:08]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:08]                 │ debg --- retry.try failed again with the same message...
[00:11:09]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:09]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:09]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:09]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:09]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:09]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:09]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:10]                 │ debg --- retry.try failed again with the same message...
[00:11:10]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:10]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:10]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:10]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:10]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:10]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:10]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:11]                 │ debg --- retry.try failed again with the same message...
[00:11:11]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:11]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:11]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:11]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:11]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:12]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:12]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:12]                 │ debg --- retry.try failed again with the same message...
[00:11:12]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:12]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:12]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:13]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:13]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:13]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:13]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:13]                 │ debg --- retry.try failed again with the same message...
[00:11:14]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:14]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:14]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:14]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:14]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:14]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:14]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:14]                 │ debg --- retry.try failed again with the same message...
[00:11:15]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:15]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:15]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:15]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:15]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:15]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:15]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:16]                 │ debg --- retry.try failed again with the same message...
[00:11:16]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:16]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:16]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:16]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:16]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:17]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:17]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:17]                 │ debg --- retry.try failed again with the same message...
[00:11:17]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:17]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:17]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:18]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:18]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:18]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:18]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:18]                 │ debg --- retry.try failed again with the same message...
[00:11:19]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:19]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:19]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:19]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:19]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:19]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:19]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:19]                 │ debg --- retry.try failed again with the same message...
[00:11:20]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:20]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:20]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:20]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:20]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:20]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:20]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:20]                 │ debg --- retry.try failed again with the same message...
[00:11:21]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:21]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:21]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:21]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:21]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:21]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:21]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:22]                 │ debg --- retry.try failed again with the same message...
[00:11:22]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:22]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:22]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:22]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:22]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:23]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:23]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:23]                 │ debg --- retry.try failed again with the same message...
[00:11:23]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:23]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:23]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:24]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:24]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:24]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:24]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:24]                 │ debg --- retry.try failed again with the same message...
[00:11:25]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:25]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:25]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:25]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:25]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:25]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:25]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:25]                 │ debg --- retry.try failed again with the same message...
[00:11:26]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:26]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:26]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:26]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:26]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:26]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:26]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:26]                 │ debg --- retry.try failed again with the same message...
[00:11:27]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:27]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:27]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:27]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:27]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:27]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:27]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:28]                 │ debg --- retry.try failed again with the same message...
[00:11:28]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:28]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:28]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:28]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:28]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:29]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:29]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:29]                 │ debg --- retry.try failed again with the same message...
[00:11:29]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:29]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:29]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:30]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:30]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:30]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:30]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:30]                 │ debg --- retry.try failed again with the same message...
[00:11:30]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:31]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:31]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:31]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:31]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:31]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:31]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:31]                 │ debg --- retry.try failed again with the same message...
[00:11:32]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:32]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:32]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:32]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:32]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:32]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:32]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:32]                 │ debg --- retry.try failed again with the same message...
[00:11:33]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:33]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:33]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:33]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:33]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:33]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:33]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:34]                 │ debg --- retry.try failed again with the same message...
[00:11:34]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:34]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:34]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:34]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:34]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:35]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:35]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:35]                 │ debg --- retry.try failed again with the same message...
[00:11:35]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:35]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:35]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:36]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:36]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:36]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:36]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:36]                 │ debg --- retry.try failed again with the same message...
[00:11:37]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:37]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:37]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:37]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:37]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:37]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:37]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:37]                 │ debg --- retry.try failed again with the same message...
[00:11:38]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:38]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:38]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:38]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:38]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:38]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:38]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:39]                 │ debg --- retry.try failed again with the same message...
[00:11:39]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:39]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:39]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:39]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:39]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:40]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:40]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:40]                 │ debg --- retry.try failed again with the same message...
[00:11:40]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:40]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:40]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:41]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:41]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:41]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:41]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:41]                 │ debg --- retry.try failed again with the same message...
[00:11:42]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:42]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:42]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:42]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:42]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:42]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:42]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:42]                 │ debg --- retry.try failed again with the same message...
[00:11:43]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:43]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:43]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:43]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:43]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:43]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:43]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:43]                 │ debg --- retry.try failed again with the same message...
[00:11:44]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:44]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:44]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:44]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:44]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:44]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:44]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:45]                 │ debg --- retry.try failed again with the same message...
[00:11:45]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:45]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:45]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:45]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:45]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:46]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:46]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:46]                 │ debg --- retry.try failed again with the same message...
[00:11:46]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:46]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:46]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:47]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:47]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:47]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:47]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:47]                 │ debg --- retry.try failed again with the same message...
[00:11:47]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:47]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:47]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:48]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:48]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:48]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:48]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:48]                 │ debg --- retry.try failed again with the same message...
[00:11:49]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:49]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:49]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:49]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:49]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:49]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:49]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:49]                 │ debg --- retry.try failed again with the same message...
[00:11:50]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:50]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:50]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:50]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:50]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:50]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:50]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:51]                 │ debg --- retry.try failed again with the same message...
[00:11:51]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:51]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:51]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:51]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:51]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:52]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:52]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:52]                 │ debg --- retry.try failed again with the same message...
[00:11:52]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:52]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:52]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:53]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:53]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:53]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:53]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:53]                 │ debg --- retry.try failed again with the same message...
[00:11:54]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:54]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:54]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:54]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:54]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:54]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:54]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:54]                 │ debg --- retry.try failed again with the same message...
[00:11:55]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:55]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:55]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:55]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:55]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:55]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:55]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:55]                 │ debg --- retry.try failed again with the same message...
[00:11:56]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:56]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:56]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:56]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:56]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:56]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:56]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:57]                 │ debg --- retry.try failed again with the same message...
[00:11:57]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:57]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:57]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:57]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:57]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:58]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:58]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:58]                 │ debg --- retry.try failed again with the same message...
[00:11:58]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:11:58]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:58]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:11:59]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:59]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:11:59]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:11:59]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:11:59]                 │ debg --- retry.try failed again with the same message...
[00:11:59]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:12:00]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:00]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:12:00]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:00]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:12:00]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:00]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:12:00]                 │ debg --- retry.try failed again with the same message...
[00:12:01]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:12:01]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:01]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:12:01]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:01]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:12:01]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:01]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:12:01]                 │ debg --- retry.try failed again with the same message...
[00:12:02]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:12:02]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:02]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:12:02]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:02]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:12:02]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:02]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:12:03]                 │ debg --- retry.try failed again with the same message...
[00:12:03]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:12:03]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:03]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:12:03]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:03]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:12:04]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:04]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:12:04]                 │ debg --- retry.try failed again with the same message...
[00:12:04]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:12:04]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:04]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 2 attempts left
[00:12:05]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:05]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 1 attempts left
[00:12:05]                 │ warn WebElementWrapper.click: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:05]                 │ debg finding element 'By(css selector, [data-test-subj="queryInput"])' again, 0 attempts left
[00:12:05]                 │ debg --- retry.try failed again with the same message...
[00:12:06]                 │ debg --- retry.try error: retry.try timeout: ElementClickInterceptedError: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:06]                 │          at Object.throwDecodedError (/dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/error.js:550:15)
[00:12:06]                 │          at parseHttpResponse (/dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/http.js:565:13)
[00:12:06]                 │          at Executor.execute (/dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/http.js:491:26)
[00:12:06]                 │          at runMicrotasks (<anonymous>)
[00:12:06]                 │          at processTicksAndRejections (internal/process/task_queues.js:95:5)
[00:12:06]                 │          at Task.exec (/dev/shm/workspace/parallel/17/kibana/test/functional/services/remote/prevent_parallel_calls.ts:28:20)
[00:12:06]                 │ info Taking screenshot "/dev/shm/workspace/parallel/17/kibana/test/functional/screenshots/failure/discover app discover tab field data the search term should be highlighted in the field data.png"
[00:12:06]                 │ info Current URL is: http://localhost:61171/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-18T06:31:44.000Z%27,to:%272015-09-23T18:31:44.000Z%27))&_a=(columns:!(_source),filters:!(),index:%27logstash-*%27,interval:auto,query:(language:kuery,query:php),sort:!(!(%27@timestamp%27,desc)))
[00:12:06]                 │ info Saving page source to: /dev/shm/workspace/parallel/17/kibana/test/functional/failure_debug/html/discover app discover tab field data the search term should be highlighted in the field data.html
[00:12:06]                 └- ✖ fail: discover app discover tab field data the search term should be highlighted in the field data
[00:12:06]                 │      retry.try timeout: Error: retry.try timeout: ElementClickInterceptedError: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:06]                 │     at Object.throwDecodedError (/dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/error.js:550:15)
[00:12:06]                 │     at parseHttpResponse (/dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/http.js:565:13)
[00:12:06]                 │     at Executor.execute (/dev/shm/workspace/parallel/17/kibana/node_modules/selenium-webdriver/lib/http.js:491:26)
[00:12:06]                 │     at runMicrotasks (<anonymous>)
[00:12:06]                 │     at processTicksAndRejections (internal/process/task_queues.js:95:5)
[00:12:06]                 │     at Task.exec (/dev/shm/workspace/parallel/17/kibana/test/functional/services/remote/prevent_parallel_calls.ts:28:20)
[00:12:06]                 │     at onFailure (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:17:9)
[00:12:06]                 │     at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:57:13)
[00:12:06]                 │     at RetryService.try (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:31:12)
[00:12:06]                 │     at Proxy.clickByCssSelector (/dev/shm/workspace/parallel/17/kibana/test/functional/services/common/find.ts:360:5)
[00:12:06]                 │     at TestSubjects.click (/dev/shm/workspace/parallel/17/kibana/test/functional/services/common/test_subjects.ts:105:5)
[00:12:06]                 │     at /dev/shm/workspace/parallel/17/kibana/test/functional/services/query_bar.ts:30:7
[00:12:06]                 │     at runAttempt (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:27:15)
[00:12:06]                 │     at retryForSuccess (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry_for_success.ts:66:21)
[00:12:06]                 │     at RetryService.try (/dev/shm/workspace/parallel/17/kibana/test/common/services/retry/retry.ts:31:12)
[00:12:06]                 │     at QueryBarService.setQuery (/dev/shm/workspace/parallel/17/kibana/test/functional/services/query_bar.ts:29:5)
[00:12:06]                 │     at Context.<anonymous> (/dev/shm/workspace/parallel/17/kibana/test/functional/apps/discover/_field_data.ts:49:9)
[00:12:06]                 │     at Object.apply (/dev/shm/workspace/parallel/17/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:12:06]                 │   Error: retry.try timeout: Error: retry.try timeout: ElementClickInterceptedError: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
[00:12:06]                 │       at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:550:15)
[00:12:06]                 │       at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:565:13)
[00:12:06]                 │       at Executor.execute (node_modules/selenium-webdriver/lib/http.js:491:26)
[00:12:06]                 │       at runMicrotasks (<anonymous>)
[00:12:06]                 │       at processTicksAndRejections (internal/process/task_queues.js:95:5)
[00:12:06]                 │       at Task.exec (test/functional/services/remote/prevent_parallel_calls.ts:28:20)
[00:12:06]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:12:06]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:12:06]                 │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:12:06]                 │       at Proxy.clickByCssSelector (test/functional/services/common/find.ts:360:5)
[00:12:06]                 │       at TestSubjects.click (test/functional/services/common/test_subjects.ts:105:5)
[00:12:06]                 │       at /dev/shm/workspace/parallel/17/kibana/test/functional/services/query_bar.ts:30:7
[00:12:06]                 │       at runAttempt (test/common/services/retry/retry_for_success.ts:27:15)
[00:12:06]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:66:21)
[00:12:06]                 │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:12:06]                 │       at QueryBarService.setQuery (test/functional/services/query_bar.ts:29:5)
[00:12:06]                 │       at Context.<anonymous> (test/functional/apps/discover/_field_data.ts:49:9)
[00:12:06]                 │       at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:12:06]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:12:06]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:12:06]                 │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:12:06]                 │       at QueryBarService.setQuery (test/functional/services/query_bar.ts:29:5)
[00:12:06]                 │       at Context.<anonymous> (test/functional/apps/discover/_field_data.ts:49:9)
[00:12:06]                 │       at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:12:06]                 │ 
[00:12:06]                 │ 

Stack Trace

Error: retry.try timeout: Error: retry.try timeout: ElementClickInterceptedError: Element <textarea id="i808b2e31-e8e2-11eb-9826-0ddfdde045b9" class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--hasPrepend kbnQueryBar__textarea--hasAppend"> is not clickable at point (353,124) because another element <p> obscures it
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:550:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:565:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:491:26)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at Task.exec (test/functional/services/remote/prevent_parallel_calls.ts:28:20)
    at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
    at RetryService.try (test/common/services/retry/retry.ts:31:12)
    at Proxy.clickByCssSelector (test/functional/services/common/find.ts:360:5)
    at TestSubjects.click (test/functional/services/common/test_subjects.ts:105:5)
    at /dev/shm/workspace/parallel/17/kibana/test/functional/services/query_bar.ts:30:7
    at runAttempt (test/common/services/retry/retry_for_success.ts:27:15)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:66:21)
    at RetryService.try (test/common/services/retry/retry.ts:31:12)
    at QueryBarService.setQuery (test/functional/services/query_bar.ts:29:5)
    at Context.<anonymous> (test/functional/apps/discover/_field_data.ts:49:9)
    at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
    at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
    at RetryService.try (test/common/services/retry/retry.ts:31:12)
    at QueryBarService.setQuery (test/functional/services/query_bar.ts:29:5)
    at Context.<anonymous> (test/functional/apps/discover/_field_data.ts:49:9)
    at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
observability 459.4KB 460.5KB +1.1KB

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @mgiota

@mgiota mgiota merged commit 41289fa into elastic:master Jul 20, 2021
kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Jul 20, 2021
* right align duration on alerts observability table

* reason column takes up the remaining width

* add horizontal scrollbar to the table

* add actions label temp solution

* use abbreviated format for duration

* Internationalization for actions

* remove horizontal scroll and bring back initial width

* remove unused import

* remove data as dependency

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
7.x

This backport PR will be merged automatically after passing CI.

kibanamachine added a commit that referenced this pull request Jul 20, 2021
* right align duration on alerts observability table

* reason column takes up the remaining width

* add horizontal scrollbar to the table

* add actions label temp solution

* use abbreviated format for duration

* Internationalization for actions

* remove horizontal scroll and bring back initial width

* remove unused import

* remove data as dependency

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: mgiota <giota85@gmail.com>
jloleysens added a commit to jloleysens/kibana that referenced this pull request Jul 20, 2021
…y-show-migrate-to-authzd-users

* 'master' of github.com:elastic/kibana: (187 commits)
  Space management page UX improvements (elastic#100448)
  [Reporting] Unskip flaky test when downloading CSV with "no data" (elastic#105252)
  Update dependency @elastic/charts to v33 (master) (elastic#105633)
  [Observability RAC] Improve alerts table columns (elastic#105446)
  Introduce `preboot` lifecycle stage (elastic#103636)
  [Security Solution] Invalid kql query timeline refresh bug (elastic#105525)
  skip flaky suite (elastic#106121)
  [Security Solution][Endpoint] Fix UI inconsistency between isolation forms and remove display of Pending isolation statuses (elastic#106118)
  docs: APM RUM Source map API (elastic#105332)
  [CTI] Adds indicator match rule improvements (elastic#97310)
  [Security Solution] update text for Isolation action submissions (elastic#105956)
  EP Meta Telemetry Perf (elastic#104396)
  [Metrics UI] Drop partial buckets from ALL Metrics UI queries (elastic#104784)
  Remove beta admonitions for Fleet docs (elastic#106010)
  [Observability RAC] Remove indexing of rule evaluation documents (elastic#104970)
  Parameterize migration test for kibana version (elastic#105417)
  [Alerting] Allow rule to execute if the value is 0 and that mets the condition (elastic#105626)
  [ML] Fix Index data visualizer sometimes shows wrong doc count for saved searches (elastic#106007)
  [Security Solution] UX fixes for Policy page and Case Host Isolation comment (elastic#106027)
  [Security Solution]Memory protection configuration card for policies integration. (elastic#101365)
  ...

# Conflicts:
#	x-pack/plugins/reporting/public/management/report_listing.test.tsx
#	x-pack/plugins/reporting/public/management/report_listing.tsx
andrew-goldstein added a commit to andrew-goldstein/kibana that referenced this pull request Jul 21, 2021
This PR updates styles in the Observability `Alerts` table, as a follow-up to the [TGrid migrating to use `EuiDataGrid` for rendering](elastic#106199), and [this PR](elastic#105446), which improved the alerts table columns.

- The `Reason` column uses up the remaining width, a follow-up task from <elastic#105446>
  - This task was originally tracked by <elastic#105227>
- Increased the font weight and vertically aligned the `Actions` header with the other columns
- Removed the `Status` column
- Increased the width of the `Triggered` column
- Renamed the `Duration` column to `Alert duration`
- Eliminated the gap between actions

### Before

![before](https://user-images.githubusercontent.com/4459398/126430458-89440150-c10b-43b1-b0b4-2044ddfc22a8.png)

### After

![after](https://user-images.githubusercontent.com/4459398/126430476-3a8109de-629c-4d35-b6b0-09e4f0d9590c.png)

### Desk testing

- To desk test the `Observability > Alerts` page, add the following settings to `config/kibana.dev.yml`:

```
xpack.observability.unsafe.cases.enabled: true
xpack.observability.unsafe.alertingExperience.enabled: true
xpack.ruleRegistry.write.enabled: true
```
andrew-goldstein added a commit to andrew-goldstein/kibana that referenced this pull request Jul 22, 2021
This PR updates styles in the Observability `Alerts` table, as a follow-up to the [TGrid migrating to use `EuiDataGrid` for rendering](elastic#106199), and [this PR](elastic#105446), which improved the alerts table columns.

- The `Reason` column uses up the remaining width, a follow-up task from <elastic#105446>
  - This task was originally tracked by <elastic#105227>
- Increased the font weight and vertically aligned the `Actions` header with the other columns
- Removed the `Status` column
- Increased the width of the `Triggered` column
- Renamed the `Duration` column to `Alert duration`
- Eliminated the gap between actions

### Before

![before](https://user-images.githubusercontent.com/4459398/126430458-89440150-c10b-43b1-b0b4-2044ddfc22a8.png)

### After

![after](https://user-images.githubusercontent.com/4459398/126430476-3a8109de-629c-4d35-b6b0-09e4f0d9590c.png)

### Desk testing

- To desk test the `Observability > Alerts` page, add the following settings to `config/kibana.dev.yml`:

```
xpack.observability.unsafe.cases.enabled: true
xpack.observability.unsafe.alertingExperience.enabled: true
xpack.ruleRegistry.write.enabled: true
```
andrew-goldstein added a commit to andrew-goldstein/kibana that referenced this pull request Jul 26, 2021
This PR updates styles in the Observability `Alerts` table, as a follow-up to the [TGrid migrating to use `EuiDataGrid` for rendering](elastic#106199), and [this PR](elastic#105446), which improved the alerts table columns.

- The `Reason` column uses up the remaining width, a follow-up task from <elastic#105446>
  - This task was originally tracked by <elastic#105227>
- Increased the font weight and vertically aligned the `Actions` header with the other columns
- Removed the `Status` column
- Increased the width of the `Triggered` column
- Renamed the `Duration` column to `Alert duration`
- Eliminated the gap between actions

### Before

![before](https://user-images.githubusercontent.com/4459398/126430458-89440150-c10b-43b1-b0b4-2044ddfc22a8.png)

### After

![after](https://user-images.githubusercontent.com/4459398/126430476-3a8109de-629c-4d35-b6b0-09e4f0d9590c.png)

### Desk testing

- To desk test the `Observability > Alerts` page, add the following settings to `config/kibana.dev.yml`:

```
xpack.observability.unsafe.cases.enabled: true
xpack.observability.unsafe.alertingExperience.enabled: true
xpack.ruleRegistry.write.enabled: true
```
andrew-goldstein added a commit that referenced this pull request Jul 27, 2021
…06349)

## [Observability RAC] Alerts table post-`EuiDataGrid` style updates

This PR updates styles in the Observability `Alerts` table, as a follow-up to the [TGrid migrating to use `EuiDataGrid` for rendering](#106199), and [this PR](#105446), which improved the alerts table columns.

- The `Reason` column uses up the remaining width, a follow-up task from #105446
  - This task was originally tracked by #105227
- Increased the font weight and vertically aligned the `Actions` header with the other columns
- ~Removed the `Status` column~ (EDIT: we won't remove this, per a discussion w/ UX)
- Increased the width of the `Triggered` column
- ~Renamed the `Duration` column to `Alert duration`~ (EDIT: we won't rename this, per a discussion w/ UX)
- Eliminated the gap between actions
- Added truncation to the `Reason` column

### Before

![before](https://user-images.githubusercontent.com/4459398/126430458-89440150-c10b-43b1-b0b4-2044ddfc22a8.png)

### After

<img width="1280" alt="after" src="https://user-images.githubusercontent.com/4459398/126716690-be310fdf-3760-4014-998b-3c89099c2564.png">

### Desk testing

- To desk test the `Observability > Alerts` page, add the following settings to `config/kibana.dev.yml`:

```
xpack.observability.unsafe.cases.enabled: true
xpack.observability.unsafe.alertingExperience.enabled: true
xpack.ruleRegistry.write.enabled: true
```

cc @mdefazio
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jul 27, 2021
…astic#106349)

## [Observability RAC] Alerts table post-`EuiDataGrid` style updates

This PR updates styles in the Observability `Alerts` table, as a follow-up to the [TGrid migrating to use `EuiDataGrid` for rendering](elastic#106199), and [this PR](elastic#105446), which improved the alerts table columns.

- The `Reason` column uses up the remaining width, a follow-up task from elastic#105446
  - This task was originally tracked by elastic#105227
- Increased the font weight and vertically aligned the `Actions` header with the other columns
- ~Removed the `Status` column~ (EDIT: we won't remove this, per a discussion w/ UX)
- Increased the width of the `Triggered` column
- ~Renamed the `Duration` column to `Alert duration`~ (EDIT: we won't rename this, per a discussion w/ UX)
- Eliminated the gap between actions
- Added truncation to the `Reason` column

### Before

![before](https://user-images.githubusercontent.com/4459398/126430458-89440150-c10b-43b1-b0b4-2044ddfc22a8.png)

### After

<img width="1280" alt="after" src="https://user-images.githubusercontent.com/4459398/126716690-be310fdf-3760-4014-998b-3c89099c2564.png">

### Desk testing

- To desk test the `Observability > Alerts` page, add the following settings to `config/kibana.dev.yml`:

```
xpack.observability.unsafe.cases.enabled: true
xpack.observability.unsafe.alertingExperience.enabled: true
xpack.ruleRegistry.write.enabled: true
```

cc @mdefazio
kibanamachine added a commit that referenced this pull request Jul 27, 2021
…06349) (#106923)

## [Observability RAC] Alerts table post-`EuiDataGrid` style updates

This PR updates styles in the Observability `Alerts` table, as a follow-up to the [TGrid migrating to use `EuiDataGrid` for rendering](#106199), and [this PR](#105446), which improved the alerts table columns.

- The `Reason` column uses up the remaining width, a follow-up task from #105446
  - This task was originally tracked by #105227
- Increased the font weight and vertically aligned the `Actions` header with the other columns
- ~Removed the `Status` column~ (EDIT: we won't remove this, per a discussion w/ UX)
- Increased the width of the `Triggered` column
- ~Renamed the `Duration` column to `Alert duration`~ (EDIT: we won't rename this, per a discussion w/ UX)
- Eliminated the gap between actions
- Added truncation to the `Reason` column

### Before

![before](https://user-images.githubusercontent.com/4459398/126430458-89440150-c10b-43b1-b0b4-2044ddfc22a8.png)

### After

<img width="1280" alt="after" src="https://user-images.githubusercontent.com/4459398/126716690-be310fdf-3760-4014-998b-3c89099c2564.png">

### Desk testing

- To desk test the `Observability > Alerts` page, add the following settings to `config/kibana.dev.yml`:

```
xpack.observability.unsafe.cases.enabled: true
xpack.observability.unsafe.alertingExperience.enabled: true
xpack.ruleRegistry.write.enabled: true
```

cc @mdefazio

Co-authored-by: Andrew Goldstein <andrew-goldstein@users.noreply.github.com>
streamich pushed a commit to vadimkibana/kibana that referenced this pull request Aug 8, 2021
…astic#106349)

## [Observability RAC] Alerts table post-`EuiDataGrid` style updates

This PR updates styles in the Observability `Alerts` table, as a follow-up to the [TGrid migrating to use `EuiDataGrid` for rendering](elastic#106199), and [this PR](elastic#105446), which improved the alerts table columns.

- The `Reason` column uses up the remaining width, a follow-up task from elastic#105446
  - This task was originally tracked by elastic#105227
- Increased the font weight and vertically aligned the `Actions` header with the other columns
- ~Removed the `Status` column~ (EDIT: we won't remove this, per a discussion w/ UX)
- Increased the width of the `Triggered` column
- ~Renamed the `Duration` column to `Alert duration`~ (EDIT: we won't rename this, per a discussion w/ UX)
- Eliminated the gap between actions
- Added truncation to the `Reason` column

### Before

![before](https://user-images.githubusercontent.com/4459398/126430458-89440150-c10b-43b1-b0b4-2044ddfc22a8.png)

### After

<img width="1280" alt="after" src="https://user-images.githubusercontent.com/4459398/126716690-be310fdf-3760-4014-998b-3c89099c2564.png">

### Desk testing

- To desk test the `Observability > Alerts` page, add the following settings to `config/kibana.dev.yml`:

```
xpack.observability.unsafe.cases.enabled: true
xpack.observability.unsafe.alertingExperience.enabled: true
xpack.ruleRegistry.write.enabled: true
```

cc @mdefazio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services Theme: rac label obsolete v7.15.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Observability RAC] Improve alerts table columns
5 participants