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

[ML] Anomaly Explorer: if filter includes wildcard ensure matching swimlanes are not masked #65384

Merged
merged 4 commits into from
May 11, 2020

Conversation

alvarezmelissa87
Copy link
Contributor

@alvarezmelissa87 alvarezmelissa87 commented May 5, 2020

Summary

Fixes #61270

Ensure mask is not set over view by swimlanes if swimlane data includes filter pattern.

image

Checklist

Delete any items that are not applicable to this PR.

@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@alvarezmelissa87 alvarezmelissa87 changed the title if wildcard search no mask for matching swimlanes [ML] Anomaly Explorer: if filter includes wildcard ensure matching swimlanes are not masked May 5, 2020
Copy link
Contributor

@walterra walterra left a comment

Choose a reason for hiding this comment

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

Code LGTM.

Comment on lines 639 to 649
const wildCardFields =
filteredFields !== undefined
? filteredFields.filter(field => /\@kuery-wildcard\@$/.test(field))
: [];
const substring =
wildCardFields.length > 0 ? wildCardFields[0].replace(/\@kuery-wildcard\@$/, '') : null;
const hasMatchingPoints =
substring !== null &&
swimlaneData.points.some(point => {
return point.laneLabel.includes(substring);
});
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd suggest creating a dedicated function hasMatchingPoints which receives filteredFields and swimlaneData as an input and return a boolean. It'll easy to cover this logic with a unit test.
I also see you filter the entire collection of filteredFields but eventually use only the first element to get a substring. Maybe worth to use find instead of filter?

Copy link
Contributor

Choose a reason for hiding this comment

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

TBH I think it should not be part of this component. It makes more sense to resolve it on a parent level and just provide maskAll prop.

Copy link
Contributor Author

@alvarezmelissa87 alvarezmelissa87 May 7, 2020

Choose a reason for hiding this comment

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

Good call on using find 👌 I'll update that.
Makes sense to create a helper function and pass in the correct maskAll prop. 👍

Thanks! 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated in d7d89c0
cc @darnautov

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks @alvarezmelissa87! would be great to have 2 unit tests for hasMatchingPoints (for true and false)

Copy link
Contributor Author

@alvarezmelissa87 alvarezmelissa87 May 8, 2020

Choose a reason for hiding this comment

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

Added in d92bf5c 🙌 😄
cc @darnautov

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks a lot for adding tests @alvarezmelissa87!
nit: test description generally starts with should, e.g. something like test('should return true when...'), but it can be changed later 🙂

Copy link
Contributor

@darnautov darnautov left a comment

Choose a reason for hiding this comment

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

LGTM!

@alvarezmelissa87
Copy link
Contributor Author

retest

@alvarezmelissa87 alvarezmelissa87 force-pushed the ml-explorer-opacity branch 2 times, most recently from 2df3ac6 to 7d4f894 Compare May 8, 2020 19:14
@alvarezmelissa87
Copy link
Contributor Author

retest

Copy link
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

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

Tested locally and LGTM

@alvarezmelissa87
Copy link
Contributor Author

retest

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/uptime/alert_flyout·ts.Uptime app with real-world data uptime alerts tls alert can open alert flyout

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: Uptime app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: with real-world data
[00:00:00]             └-> "before all" hook
[00:00:00]             └-> "before all" hook
[00:00:00]               │ info [uptime/full_heartbeat] Loading "mappings.json"
[00:00:00]               │ info [uptime/full_heartbeat] Loading "data.json.gz"
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1589209173267217046] applying create index request using v1 templates []
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1589209173267217046] [heartbeat-8-full-test] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:00]               │ info [uptime/full_heartbeat] Created index "heartbeat-8-full-test"
[00:00:00]               │ debg [uptime/full_heartbeat] "heartbeat-8-full-test" settings {"index":{"mapping":{"total_fields":{"limit":"10000"}},"number_of_replicas":"1","number_of_shards":"1","query":{"default_field":["message","tags","agent.ephemeral_id","agent.id","agent.name","agent.type","agent.version","as.organization.name","client.address","client.as.organization.name","client.domain","client.geo.city_name","client.geo.continent_name","client.geo.country_iso_code","client.geo.country_name","client.geo.name","client.geo.region_iso_code","client.geo.region_name","client.mac","client.user.domain","client.user.email","client.user.full_name","client.user.group.id","client.user.group.name","client.user.hash","client.user.id","client.user.name","cloud.account.id","cloud.availability_zone","cloud.instance.id","cloud.instance.name","cloud.machine.type","cloud.provider","cloud.region","container.id","container.image.name","container.image.tag","container.name","container.runtime","destination.address","destination.as.organization.name","destination.domain","destination.geo.city_name","destination.geo.continent_name","destination.geo.country_iso_code","destination.geo.country_name","destination.geo.name","destination.geo.region_iso_code","destination.geo.region_name","destination.mac","destination.user.domain","destination.user.email","destination.user.full_name","destination.user.group.id","destination.user.group.name","destination.user.hash","destination.user.id","destination.user.name","dns.answers.class","dns.answers.data","dns.answers.name","dns.answers.type","dns.header_flags","dns.id","dns.op_code","dns.question.class","dns.question.name","dns.question.registered_domain","dns.question.type","dns.response_code","dns.type","ecs.version","error.code","error.id","error.message","event.action","event.category","event.code","event.dataset","event.hash","event.id","event.kind","event.module","event.original","event.outcome","event.provider","event.timezone","event.type","file.device","file.directory","file.extension","file.gid","file.group","file.hash.md5","file.hash.sha1","file.hash.sha256","file.hash.sha512","file.inode","file.mode","file.name","file.owner","file.path","file.target_path","file.type","file.uid","geo.city_name","geo.continent_name","geo.country_iso_code","geo.country_name","geo.name","geo.region_iso_code","geo.region_name","group.id","group.name","hash.md5","hash.sha1","hash.sha256","hash.sha512","host.architecture","host.geo.city_name","host.geo.continent_name","host.geo.country_iso_code","host.geo.country_name","host.geo.name","host.geo.region_iso_code","host.geo.region_name","host.hostname","host.id","host.mac","host.name","host.os.family","host.os.full","host.os.kernel","host.os.name","host.os.platform","host.os.version","host.type","host.user.domain","host.user.email","host.user.full_name","host.user.group.id","host.user.group.name","host.user.hash","host.user.id","host.user.name","http.request.body.content","http.request.method","http.request.referrer","http.response.body.content","http.version","log.level","log.logger","log.original","network.application","network.community_id","network.direction","network.iana_number","network.name","network.protocol","network.transport","network.type","observer.geo.city_name","observer.geo.continent_name","observer.geo.country_iso_code","observer.geo.country_name","observer.geo.name","observer.geo.region_iso_code","observer.geo.region_name","observer.hostname","observer.mac","observer.os.family","observer.os.full","observer.os.kernel","observer.os.name","observer.os.platform","observer.os.version","observer.serial_number","observer.type","observer.vendor","observer.version","organization.id","organization.name","os.family","os.full","os.kernel","os.name","os.platform","os.version","process.args","process.executable","process.hash.md5","process.hash.sha1","process.hash.sha256","process.hash.sha512","process.name","process.thread.name","process.title","process.working_directory","server.address","server.as.organization.name","server.domain","server.geo.city_name","server.geo.continent_name","server.geo.country_iso_code","server.geo.country_name","server.geo.name","server.geo.region_iso_code","server.geo.region_name","server.mac","server.user.domain","server.user.email","server.user.full_name","server.user.group.id","server.user.group.name","server.user.hash","server.user.id","server.user.name","service.ephemeral_id","service.id","service.name","service.state","service.type","service.version","source.address","source.as.organization.name","source.domain","source.geo.city_name","source.geo.continent_name","source.geo.country_iso_code","source.geo.country_name","source.geo.name","source.geo.region_iso_code","source.geo.region_name","source.mac","source.user.domain","source.user.email","source.user.full_name","source.user.group.id","source.user.group.name","source.user.hash","source.user.id","source.user.name","tracing.trace.id","tracing.transaction.id","url.domain","url.fragment","url.full","url.original","url.password","url.path","url.query","url.scheme","url.username","user.domain","user.email","user.full_name","user.group.id","user.group.name","user.hash","user.id","user.name","user_agent.device.name","user_agent.name","user_agent.original","user_agent.os.family","user_agent.os.full","user_agent.os.kernel","user_agent.os.name","user_agent.os.platform","user_agent.os.version","user_agent.version","agent.hostname","error.type","timeseries.instance","cloud.project.id","cloud.image.id","host.os.build","host.os.codename","kubernetes.pod.name","kubernetes.pod.uid","kubernetes.namespace","kubernetes.node.name","kubernetes.replicaset.name","kubernetes.deployment.name","kubernetes.statefulset.name","kubernetes.container.name","kubernetes.container.image","jolokia.agent.version","jolokia.agent.id","jolokia.server.product","jolokia.server.version","jolokia.server.vendor","jolokia.url","monitor.type","monitor.name","monitor.id","monitor.status","monitor.check_group","http.response.body.hash","fields.*"]},"refresh_interval":"5s"}}
[00:00:01]               │ info [uptime/full_heartbeat] Indexed 2000 docs into "heartbeat-8-full-test"
[00:00:01]               │ debg replacing kibana config doc: {"dateFormat:tz":"UTC"}
[00:00:02]             └-: uptime alerts
[00:00:02]               └-> "before all" hook
[00:00:42]               └-: tls alert
[00:00:42]                 └-> "before all" hook
[00:00:42]                 └-> "before all" hook
[00:00:42]                 └-> can open alert flyout
[00:00:42]                   └-> "before each" hook: global before each
[00:00:42]                   │ debg TestSubjects.exists(uptimeSettingsToOverviewLink)
[00:00:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeSettingsToOverviewLink"]') with timeout=0
[00:00:42]                   │ debg --- retry.tryForTime error: [data-test-subj="uptimeSettingsToOverviewLink"] is not displayed
[00:00:42]                   │ debg TestSubjects.exists(uptimeOverviewPage)
[00:00:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="uptimeOverviewPage"]') with timeout=0
[00:00:42]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:00:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:00:42]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:00:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:00:45]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:00:45]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:00:45]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:00:45]                   │ debg TestSubjects.getVisibleText(superDatePickerstartDatePopoverButton)
[00:00:45]                   │ debg TestSubjects.find(superDatePickerstartDatePopoverButton)
[00:00:45]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:00:45]                   │ debg TestSubjects.getVisibleText(superDatePickerendDatePopoverButton)
[00:00:45]                   │ debg TestSubjects.find(superDatePickerendDatePopoverButton)
[00:00:45]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:00:45]                   │ debg TestSubjects.click(superDatePickerApplyTimeButton)
[00:00:45]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:00:45]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:00:46]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:00:46]                   │        (Session info: headless chrome=81.0.4044.122)
[00:00:46]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:00:48]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:00:48]                   │        (Session info: headless chrome=81.0.4044.122)
[00:00:48]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:00:49]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:00:49]                   │        (Session info: headless chrome=81.0.4044.122)
[00:00:49]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:00:50]                   │ debg --- retry.try error: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:00:50]                   │        (Session info: headless chrome=81.0.4044.122)
[00:00:51]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:00:52]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:00:52]                   │        (Session info: headless chrome=81.0.4044.122)
[00:00:52]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:00:53]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:00:53]                   │        (Session info: headless chrome=81.0.4044.122)
[00:00:53]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:00:54]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:00:54]                   │        (Session info: headless chrome=81.0.4044.122)
[00:00:54]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:00:56]                   │ debg --- retry.try failed again with the same message...
[00:00:56]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:00:57]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:00:57]                   │        (Session info: headless chrome=81.0.4044.122)
[00:00:57]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:00:59]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:00:59]                   │        (Session info: headless chrome=81.0.4044.122)
[00:00:59]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:00]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:00]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:00]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:01]                   │ debg --- retry.try failed again with the same message...
[00:01:02]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:03]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:03]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:03]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:04]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:04]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:04]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:05]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:05]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:05]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:07]                   │ debg --- retry.try failed again with the same message...
[00:01:07]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:08]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:08]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:08]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:10]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:10]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:10]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:11]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:11]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:11]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:12]                   │ debg --- retry.try failed again with the same message...
[00:01:13]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:14]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:14]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:14]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:15]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:15]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:15]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:16]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:16]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:16]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:18]                   │ debg --- retry.try failed again with the same message...
[00:01:18]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:19]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:19]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:19]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:20]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:20]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:20]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:22]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:22]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:22]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:23]                   │ debg --- retry.try failed again with the same message...
[00:01:23]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:25]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:25]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:25]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:26]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:26]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:26]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:27]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:27]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:27]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:28]                   │ debg --- retry.try failed again with the same message...
[00:01:29]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:30]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:30]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:30]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:31]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:31]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:31]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:33]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:33]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:33]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:34]                   │ debg --- retry.try failed again with the same message...
[00:01:34]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:35]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:35]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:35]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:37]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:37]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:37]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:38]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:38]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:38]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:39]                   │ debg --- retry.try error: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton" aria-describedby="fpg8ze9m">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:39]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:40]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:41]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:41]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:41]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:42]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:42]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:42]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:44]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:44]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:44]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:45]                   │ debg --- retry.try error: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:45]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:45]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:47]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:47]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:47]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:48]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:48]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:48]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:49]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:49]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:49]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:50]                   │ debg --- retry.try failed again with the same message...
[00:01:51]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:52]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:52]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:52]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:53]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:53]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:53]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:01:55]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:55]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:55]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:01:56]                   │ debg --- retry.try failed again with the same message...
[00:01:56]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:01:58]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:58]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:58]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:01:59]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:01:59]                   │        (Session info: headless chrome=81.0.4044.122)
[00:01:59]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:02:00]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:00]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:00]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:02:01]                   │ debg --- retry.try failed again with the same message...
[00:02:02]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:02:03]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:03]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:03]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:02:04]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:04]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:04]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:02:06]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:06]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:06]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:02:07]                   │ debg --- retry.try failed again with the same message...
[00:02:07]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:02:09]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:09]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:09]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:02:10]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:10]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:10]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:02:11]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:11]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:11]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:02:12]                   │ debg --- retry.try failed again with the same message...
[00:02:13]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:02:14]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:14]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:14]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:02:15]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:15]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:15]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:02:17]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:17]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:17]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:02:18]                   │ debg --- retry.try failed again with the same message...
[00:02:18]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:02:19]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:19]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:19]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:02:21]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:21]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:21]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:02:22]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:22]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:22]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:02:23]                   │ debg --- retry.try failed again with the same message...
[00:02:24]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:02:25]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:25]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:25]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:02:26]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:26]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:26]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:02:27]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:27]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:27]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:02:29]                   │ debg --- retry.try failed again with the same message...
[00:02:29]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:02:30]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:30]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:30]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:02:32]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:32]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:32]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:02:33]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:33]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:33]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:02:34]                   │ debg --- retry.try failed again with the same message...
[00:02:35]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:02:36]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:36]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:36]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:02:37]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:37]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:37]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:02:38]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:38]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:38]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:02:40]                   │ debg --- retry.try error: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton" aria-describedby="fpg8ze9m">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:40]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:40]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=10000
[00:02:41]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:41]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:41]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 2 attempts left
[00:02:42]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:42]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:42]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 1 attempts left
[00:02:44]                   │ warn WebElementWrapper.click: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:44]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:44]                   │ debg finding element 'By(css selector, [data-test-subj="superDatePickerApplyTimeButton"])' again, 0 attempts left
[00:02:45]                   │ debg --- retry.try error: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
[00:02:45]                   │        (Session info: headless chrome=81.0.4044.122)
[00:02:46]                   │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/Uptime app with real-world data uptime alerts tls alert can open alert flyout.png"
[00:02:46]                   │ info Current URL is: http://localhost:6171/app/uptime#/app/uptime?_t=1589212427895&dateRangeEnd=2019-09-11T19%3A40%3A08.078Z&dateRangeStart=2019-09-10T12%3A40%3A08.078Z&filters=%5B%5B%22observer.geo.name%22%2C%5B%22mpls%22%5D%5D%2C%5B%22url.port%22%2C%5B%225678%22%5D%5D%2C%5B%22monitor.type%22%2C%5B%22http%22%5D%5D%5D&search=monitor.id%3A%20%220001-up%22
[00:02:46]                   │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/Uptime app with real-world data uptime alerts tls alert can open alert flyout.html
[00:02:46]                   └- ✖ fail: "Uptime app with real-world data uptime alerts tls alert can open alert flyout"
[00:02:46]                   │

Stack Trace

Error: retry.try timeout: ElementClickInterceptedError: element click intercepted: Element <button class="euiButton euiButton--primary euiSuperUpdateButton euiButton--fill" type="button" data-test-subj="superDatePickerApplyTimeButton">...</button> is not clickable at point (1525, 85). Other element would receive the click: <h3 id="flyoutTitle" class="euiTitle euiTitle--small" data-test-subj="addAlertFlyoutTitle">...</h3>
  (Session info: headless chrome=81.0.4044.122)
    at Object.throwDecodedError (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/error.js:550:15)
    at parseHttpResponse (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:565:13)
    at Executor.execute (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:491:26)
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at onFailure (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:68:13)

History

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

alvarezmelissa87 added a commit to alvarezmelissa87/kibana that referenced this pull request May 11, 2020
…imlanes are not masked (elastic#65384)

* if wildcard search no mask for matching swimlanes

* update swimlane proptypes

* add helper function

* add tests for helper function
alvarezmelissa87 added a commit to alvarezmelissa87/kibana that referenced this pull request May 11, 2020
…imlanes are not masked (elastic#65384)

* if wildcard search no mask for matching swimlanes

* update swimlane proptypes

* add helper function

* add tests for helper function
@alvarezmelissa87 alvarezmelissa87 deleted the ml-explorer-opacity branch May 11, 2020 17:26
alvarezmelissa87 added a commit that referenced this pull request May 11, 2020
…imlanes are not masked (#65384) (#66077)

* if wildcard search no mask for matching swimlanes

* update swimlane proptypes

* add helper function

* add tests for helper function
alvarezmelissa87 added a commit to alvarezmelissa87/kibana that referenced this pull request May 11, 2020
…imlanes are not masked (elastic#65384)

* if wildcard search no mask for matching swimlanes

* update swimlane proptypes

* add helper function

* add tests for helper function
alvarezmelissa87 added a commit that referenced this pull request May 12, 2020
…imlanes are not masked (#65384) (#66078)

* if wildcard search no mask for matching swimlanes

* update swimlane proptypes

* add helper function

* add tests for helper function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ML] Opacity change in colored cells of the anomaly explorer when a test filter is set to a value
6 participants