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] Modifies page title to Create job #70191

Merged
merged 2 commits into from
Jun 30, 2020

Conversation

szabosteve
Copy link
Contributor

@szabosteve szabosteve commented Jun 29, 2020

Summary

This PR modifies the title of the DFA job creation page from Create analytics job to Create job.

Before

Create - before

After

Create - after

Checklist

@szabosteve szabosteve added :ml v8.0.0 release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting v7.9.0 labels Jun 29, 2020
@szabosteve szabosteve requested a review from a team as a code owner June 29, 2020 13:08
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@@ -149,13 +149,13 @@ export const Page: FC<Props> = ({ jobId }) => {
{jobId === undefined && (
<FormattedMessage
id="xpack.ml.dataframe.analytics.creationPageTitle"
defaultMessage="Create analytics job"
defaultMessage="Create data frame analytics job"
Copy link
Contributor

Choose a reason for hiding this comment

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

Wondering if we need the full Create data frame analytics job text here, or if just Create job is enough? Do the breadcrumbs provide sufficient context that we are creating a data frame analytics job?

In the anomaly detection jobs wizard for example, do we need it changed to Create anomaly detection job: Advanced or is it enough just to use Create job: Advanced as is used currently.

image

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's a good point that we have two options here: a) use the full name, which is what this PR currently proposes, or (b) use the really short name and align with what we do in anomaly detection. I think both of these options are valid, the conciseness of (b) is appealing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Awesome! Thanks for raising the question @peteharverson and for your insight @lcawl. My vote goes to the b option, too. I modify the PR accordingly.

@szabosteve szabosteve changed the title [ML] Modifies page title to Create data frame analytics job [ML] Modifies page title to Create job Jun 30, 2020
@szabosteve
Copy link
Contributor Author

@peteharverson @lcawl
I changed the page title to Create job via 69950a7.

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.

LGTM!

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/visualize/_tsvb_time_series·ts.visualize app visual builder Time Series should open color picker, deactivate panel and clone series

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: visualize app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-> "before all" hook
[00:00:00]             │ debg Starting visualize before method
[00:00:00]             │ info [logstash_functional] Loading "mappings.json"
[00:00:00]             │ info [logstash_functional] Loading "data.json.gz"
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.22][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]             │ debg [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:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.20][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]             │ debg [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:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.21][0]]"
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]             │ debg [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:00:10]             │ info progress: 10525
[00:00:13]             │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:13]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:13]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:13]             │ info [long_window_logstash] Loading "mappings.json"
[00:00:13]             │ info [long_window_logstash] Loading "data.json.gz"
[00:00:13]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [long-window-logstash-0] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:13]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[long-window-logstash-0][0]]])." previous.health="YELLOW" reason="shards started [[long-window-logstash-0][0]]"
[00:00:13]             │ info [long_window_logstash] Created index "long-window-logstash-0"
[00:00:13]             │ debg [long_window_logstash] "long-window-logstash-0" settings {"index":{"analysis":{"analyzer":{"makelogs_url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:23]             │ info progress: 11439
[00:00:25]             │ info [long_window_logstash] Indexed 14005 docs into "long-window-logstash-0"
[00:00:26]             │ info [visualize] Loading "mappings.json"
[00:00:26]             │ info [visualize] Loading "data.json"
[00:00:26]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana_1/d9ZeRYrSRbSCFuGIwzk_zA] deleting index
[00:00:26]             │ info [visualize] Deleted existing index [".kibana_1"]
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:26]             │ info [visualize] Created index ".kibana"
[00:00:26]             │ debg [visualize] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:26]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana/JLHntM-xT6GWuUOWeI7GNQ] update_mapping [_doc]
[00:00:26]             │ info [visualize] Indexed 12 docs into ".kibana"
[00:00:26]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana/JLHntM-xT6GWuUOWeI7GNQ] update_mapping [_doc]
[00:00:26]             │ debg Migrating saved objects
[00:00:26]             │ proc [kibana]   log   [13:00:52.392] [info][savedobjects-service] Creating index .kibana_2.
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:26]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:26]             │ proc [kibana]   log   [13:00:52.454] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:26]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] updating number_of_replicas to [0] for indices [.kibana_1]
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1], mappings [_doc]
[00:00:26]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] updating number_of_replicas to [0] for indices [.tasks]
[00:00:26]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] 1534 finished with response BulkByScrollResponse[took=60.5ms,timed_out=false,sliceId=null,updated=0,created=12,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:26]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana/JLHntM-xT6GWuUOWeI7GNQ] deleting index
[00:00:26]             │ proc [kibana]   log   [13:00:52.819] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:00:26]             │ proc [kibana]   log   [13:00:52.847] [error][savedobjects-service] Error: Unable to migrate the corrupt Saved Object document index-pattern:test_index*. To prevent Kibana from performing a migration on every restart, please delete or fix this document by ensuring that the namespace and type in the document's id matches the values in the namespace and type fields.
[00:00:26]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana_2/CH_HxGt9T0CAEpfDAf_6TA] update_mapping [_doc]
[00:00:26]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana_2/CH_HxGt9T0CAEpfDAf_6TA] update_mapping [_doc]
[00:00:26]             │ proc [kibana]   log   [13:00:52.924] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:00:26]             │ proc [kibana]   log   [13:00:52.959] [info][savedobjects-service] Finished in 570ms.
[00:00:26]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:00:26]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana_2/CH_HxGt9T0CAEpfDAf_6TA] update_mapping [_doc]
[00:00:27]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana_2/CH_HxGt9T0CAEpfDAf_6TA] update_mapping [_doc]
[00:00:28]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*","format:bytes:defaultPattern":"0,0.[000]b"}
[00:00:28]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1593520742559867343] [.kibana_2/CH_HxGt9T0CAEpfDAf_6TA] update_mapping [_doc]
[00:00:29]           └-: 
[00:00:29]             └-> "before all" hook
[00:06:23]             └-: visual builder
[00:06:23]               └-> "before all" hook
[00:06:23]               └-: Time Series
[00:06:23]                 └-> "before all" hook
[00:06:23]                 └-> should render all necessary components
[00:06:23]                   └-> "before each" hook: global before each
[00:06:23]                   └-> "before each" hook
[00:06:23]                     │ debg navigating to visualize url: http://localhost:61131/app/visualize#/
[00:06:23]                     │ debg navigate to: http://localhost:61131/app/visualize#/
[00:06:23]                     │ debg ... sleep(700) start
[00:06:23]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522409819#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:06:23]                     │
[00:06:23]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:24]                     │ debg ... sleep(700) end
[00:06:24]                     │ debg returned from get, calling refresh
[00:06:25]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:06:50Z
[00:06:25]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:06:25]                     │
[00:06:25]                     │      "
[00:06:25]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522409819#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:06:25]                     │
[00:06:25]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:25]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:06:51Z
[00:06:25]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:06:25]                     │
[00:06:25]                     │      "
[00:06:25]                     │ debg currentUrl = http://localhost:61131/app/visualize#/
[00:06:25]                     │          appUrl = http://localhost:61131/app/visualize#/
[00:06:25]                     │ debg TestSubjects.find(kibanaChrome)
[00:06:25]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:06:25]                     │ debg ... sleep(501) start
[00:06:26]                     │ debg ... sleep(501) end
[00:06:26]                     │ debg in navigateTo url = http://localhost:61131/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:06:26]                     │ debg TestSubjects.exists(statusPageContainer)
[00:06:26]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:06:28]                     │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:06:29]                     │ debg TestSubjects.exists(newItemButton)
[00:06:29]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:06:29]                     │ debg TestSubjects.click(newItemButton)
[00:06:29]                     │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:06:29]                     │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:06:29]                     │ debg TestSubjects.find(visNewDialogTypes)
[00:06:29]                     │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:06:29]                     │ debg TestSubjects.click(visType-metrics)
[00:06:29]                     │ debg Find.clickByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:06:29]                     │ debg Find.findByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:06:29]                     │ debg isGlobalLoadingIndicatorVisible
[00:06:29]                     │ debg TestSubjects.exists(globalLoadingIndicator)
[00:06:29]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:06:29]                     │ debg browser[INFO] http://localhost:61131/app/visualize#/create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:06:29]                     │
[00:06:29]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:30]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:06:56Z
[00:06:30]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:06:30]                     │
[00:06:30]                     │      "
[00:06:30]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:06:30]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:06:30]                     │ debg TestSubjects.exists(tvbVisEditor)
[00:06:30]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="tvbVisEditor"]') with timeout=10000
[00:06:30]                   └-> "before each" hook
[00:06:30]                     │ debg navigateToActualUrl http://localhost:61131/app/visualize#create?type=metrics
[00:06:31]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522416951#create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:06:31]                     │
[00:06:31]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:31]                     │ debg currentUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:06:31]                     │          appUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:06:31]                     │ debg TestSubjects.find(kibanaChrome)
[00:06:31]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:06:32]                     │ debg Set absolute time range from "Sep 19, 2015 @ 06:31:44.000" to "Sep 22, 2015 @ 18:31:44.000"
[00:06:32]                     │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 22, 2015 @ 18:31:44.000
[00:06:32]                     │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:06:32]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:06:32]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:06:57Z
[00:06:32]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:06:32]                     │
[00:06:32]                     │      "
[00:06:32]                     │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:06:32]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:06:32]                     │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:06:32]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:06:32]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:06:32]                     │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:06:32]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:06:32]                     │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:06:32]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:06:32]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:06:32]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:06:32]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:06:32]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:06:32]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:06:32]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:06:32]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:32]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:33]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 22, 2015 @ 18:31:44.000)
[00:06:33]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:06:33]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:33]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:33]                     │ debg ... sleep(500) start
[00:06:33]                     │ debg ... sleep(500) end
[00:06:33]                     │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:06:33]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:06:33]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:06:34]                     │ debg Find.waitForElementStale with timeout=10000
[00:06:34]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:06:34]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:06:34]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:06:34]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:06:34]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:06:34]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:34]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:34]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:06:34]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:06:34]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:34]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:34]                     │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:06:34]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:06:37]                     │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:06:37]                     │ debg TestSubjects.click(querySubmitButton)
[00:06:37]                     │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:06:37]                     │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:06:38]                     │ debg Find.waitForElementStale with timeout=10000
[00:06:38]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:06:38]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:06:38]                     │ debg ... sleep(2000) start
[00:06:40]                     │ debg ... sleep(2000) end
[00:06:40]                   │ debg Find.existsByCssSelector('.tvbVisTimeSeries') with timeout=2500
[00:06:40]                   │ debg Find.existsByCssSelector('.echLegend') with timeout=2500
[00:06:40]                   └- ✓ pass  (27ms) "visualize app  visual builder Time Series should render all necessary components"
[00:06:40]                 └-> should show the correct count in the legend
[00:06:40]                   └-> "before each" hook: global before each
[00:06:40]                   └-> "before each" hook
[00:06:40]                     │ debg navigating to visualize url: http://localhost:61131/app/visualize#/
[00:06:40]                     │ debg navigate to: http://localhost:61131/app/visualize#/
[00:06:40]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522426371#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:06:40]                     │
[00:06:40]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:40]                     │ debg ... sleep(700) start
[00:06:41]                     │ debg ... sleep(700) end
[00:06:41]                     │ debg returned from get, calling refresh
[00:06:41]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:07Z
[00:06:41]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:06:41]                     │
[00:06:41]                     │      "
[00:06:41]                     │ERROR browser[SEVERE] http://localhost:61131/34117/bundles/core/core.entry.js 75:261436 TypeError: Failed to fetch
[00:06:41]                     │          at Fetch._callee3$ (http://localhost:61131/34117/bundles/core/core.entry.js:26:104500)
[00:06:41]                     │          at l (http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:360:998712)
[00:06:41]                     │          at Generator._invoke (http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:360:998465)
[00:06:41]                     │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:360:999069)
[00:06:41]                     │          at fetch_asyncGeneratorStep (http://localhost:61131/34117/bundles/core/core.entry.js:26:98881)
[00:06:41]                     │          at _throw (http://localhost:61131/34117/bundles/core/core.entry.js:26:99289)
[00:06:41]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522426371#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:06:41]                     │
[00:06:41]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:42]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:07Z
[00:06:42]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:06:42]                     │
[00:06:42]                     │      "
[00:06:42]                     │ debg currentUrl = http://localhost:61131/app/visualize#/
[00:06:42]                     │          appUrl = http://localhost:61131/app/visualize#/
[00:06:42]                     │ debg TestSubjects.find(kibanaChrome)
[00:06:42]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:06:42]                     │ debg ... sleep(501) start
[00:06:42]                     │ debg ... sleep(501) end
[00:06:42]                     │ debg in navigateTo url = http://localhost:61131/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:06:42]                     │ debg --- retry.try error: URL changed, waiting for it to settle
[00:06:43]                     │ debg ... sleep(501) start
[00:06:43]                     │ debg ... sleep(501) end
[00:06:43]                     │ debg in navigateTo url = http://localhost:61131/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:06:43]                     │ debg TestSubjects.exists(statusPageContainer)
[00:06:43]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:06:46]                     │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:06:46]                     │ debg TestSubjects.exists(newItemButton)
[00:06:46]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:06:46]                     │ debg TestSubjects.click(newItemButton)
[00:06:46]                     │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:06:46]                     │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:06:46]                     │ debg TestSubjects.find(visNewDialogTypes)
[00:06:46]                     │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:06:46]                     │ debg TestSubjects.click(visType-metrics)
[00:06:46]                     │ debg Find.clickByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:06:46]                     │ debg Find.findByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:06:47]                     │ debg isGlobalLoadingIndicatorVisible
[00:06:47]                     │ debg TestSubjects.exists(globalLoadingIndicator)
[00:06:47]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:06:47]                     │ debg browser[INFO] http://localhost:61131/app/visualize#/create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:06:47]                     │
[00:06:47]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:48]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:13Z
[00:06:48]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:06:48]                     │
[00:06:48]                     │      "
[00:06:48]                     │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:06:48]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:06:48]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:06:48]                     │ debg TestSubjects.exists(tvbVisEditor)
[00:06:48]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="tvbVisEditor"]') with timeout=10000
[00:06:48]                   └-> "before each" hook
[00:06:48]                     │ debg navigateToActualUrl http://localhost:61131/app/visualize#create?type=metrics
[00:06:48]                     │ debg currentUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:06:48]                     │          appUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:06:48]                     │ debg TestSubjects.find(kibanaChrome)
[00:06:48]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:06:49]                     │ debg Set absolute time range from "Sep 19, 2015 @ 06:31:44.000" to "Sep 22, 2015 @ 18:31:44.000"
[00:06:49]                     │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 22, 2015 @ 18:31:44.000
[00:06:49]                     │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:06:49]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:06:49]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522434861#create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:06:49]                     │
[00:06:49]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:49]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:15Z
[00:06:49]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:06:49]                     │
[00:06:49]                     │      "
[00:06:50]                     │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:06:50]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:06:50]                     │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:06:50]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:06:50]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:06:50]                     │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:06:50]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:06:50]                     │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:06:50]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:06:50]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:06:50]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:06:50]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:06:50]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:06:50]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:06:50]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:06:50]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:50]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:50]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 22, 2015 @ 18:31:44.000)
[00:06:50]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:06:50]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:50]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:51]                     │ debg ... sleep(500) start
[00:06:51]                     │ debg ... sleep(500) end
[00:06:51]                     │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:06:51]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:06:51]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:06:52]                     │ debg Find.waitForElementStale with timeout=10000
[00:06:52]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:06:52]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:06:52]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:06:52]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:06:52]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:06:52]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:52]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:52]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:06:52]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:06:52]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:52]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:06:52]                     │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:06:52]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:06:55]                     │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:06:56]                     │ debg TestSubjects.click(querySubmitButton)
[00:06:56]                     │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:06:56]                     │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:06:56]                     │ debg Find.waitForElementStale with timeout=10000
[00:06:56]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:06:56]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:06:56]                     │ debg ... sleep(2000) start
[00:06:58]                     │ debg ... sleep(2000) end
[00:06:58]                   │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:06:58]                   │ debg TestSubjects.find(visualizationLoader)
[00:06:58]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:06:58]                   │ debg -- firstCount=2
[00:06:58]                   │ debg ... sleep(1000) start
[00:06:59]                   │ debg ... sleep(1000) end
[00:06:59]                   │ debg TestSubjects.find(visualizationLoader)
[00:06:59]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:06:59]                   │ debg -- secondCount=2
[00:06:59]                   │ debg Find.allByCssSelector('.echLegendItem .echLegendItem__extra') with timeout=10000
[00:06:59]                   └- ✓ pass  (1.3s) "visualize app  visual builder Time Series should show the correct count in the legend"
[00:06:59]                 └-> should show the correct count in the legend with 2h offset
[00:06:59]                   └-> "before each" hook: global before each
[00:06:59]                   └-> "before each" hook
[00:06:59]                     │ debg navigating to visualize url: http://localhost:61131/app/visualize#/
[00:06:59]                     │ debg navigate to: http://localhost:61131/app/visualize#/
[00:06:59]                     │ debg ... sleep(700) start
[00:06:59]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522445773#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:06:59]                     │
[00:06:59]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:00]                     │ debg ... sleep(700) end
[00:07:00]                     │ debg returned from get, calling refresh
[00:07:01]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:26Z
[00:07:01]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:01]                     │
[00:07:01]                     │      "
[00:07:01]                     │ERROR browser[SEVERE] http://localhost:61131/34117/bundles/core/core.entry.js 75:261436 TypeError: Failed to fetch
[00:07:01]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522445773#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:01]                     │
[00:07:01]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:01]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:27Z
[00:07:01]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:01]                     │
[00:07:01]                     │      "
[00:07:01]                     │ debg currentUrl = http://localhost:61131/app/visualize#/
[00:07:01]                     │          appUrl = http://localhost:61131/app/visualize#/
[00:07:01]                     │ debg TestSubjects.find(kibanaChrome)
[00:07:01]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:07:01]                     │ debg ... sleep(501) start
[00:07:02]                     │ debg ... sleep(501) end
[00:07:02]                     │ debg in navigateTo url = http://localhost:61131/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:07:02]                     │ debg TestSubjects.exists(statusPageContainer)
[00:07:02]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:07:04]                     │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:07:05]                     │ debg TestSubjects.exists(newItemButton)
[00:07:05]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:07:05]                     │ debg TestSubjects.click(newItemButton)
[00:07:05]                     │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:07:05]                     │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:07:05]                     │ debg TestSubjects.find(visNewDialogTypes)
[00:07:05]                     │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:07:05]                     │ debg TestSubjects.click(visType-metrics)
[00:07:05]                     │ debg Find.clickByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:07:05]                     │ debg Find.findByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:07:05]                     │ debg isGlobalLoadingIndicatorVisible
[00:07:05]                     │ debg TestSubjects.exists(globalLoadingIndicator)
[00:07:05]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:07:05]                     │ debg browser[INFO] http://localhost:61131/app/visualize#/create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:05]                     │
[00:07:05]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:06]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:32Z
[00:07:06]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:06]                     │
[00:07:06]                     │      "
[00:07:06]                     │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:07:07]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:07:07]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:07:07]                     │ debg TestSubjects.exists(tvbVisEditor)
[00:07:07]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="tvbVisEditor"]') with timeout=10000
[00:07:07]                   └-> "before each" hook
[00:07:07]                     │ debg navigateToActualUrl http://localhost:61131/app/visualize#create?type=metrics
[00:07:07]                     │ debg currentUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:07:07]                     │          appUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:07:07]                     │ debg TestSubjects.find(kibanaChrome)
[00:07:07]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:07:08]                     │ debg Set absolute time range from "Sep 19, 2015 @ 06:31:44.000" to "Sep 22, 2015 @ 18:31:44.000"
[00:07:08]                     │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 22, 2015 @ 18:31:44.000
[00:07:08]                     │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:07:08]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:07:08]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522453403#create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:08]                     │
[00:07:08]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:08]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:34Z
[00:07:08]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:08]                     │
[00:07:08]                     │      "
[00:07:08]                     │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:07:08]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:07:08]                     │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:07:08]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:07:08]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:07:08]                     │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:07:08]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:07:08]                     │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:07:08]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:07:08]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:07:08]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:07:09]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:07:09]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:09]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:09]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:09]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:09]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:09]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 22, 2015 @ 18:31:44.000)
[00:07:09]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:09]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:09]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:09]                     │ debg ... sleep(500) start
[00:07:10]                     │ debg ... sleep(500) end
[00:07:10]                     │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:07:10]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:07:10]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:07:10]                     │ debg Find.waitForElementStale with timeout=10000
[00:07:10]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:07:10]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:07:10]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:10]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:10]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:10]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:10]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:10]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:07:10]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:10]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:10]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:11]                     │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:07:11]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:07:13]                     │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:07:14]                     │ debg TestSubjects.click(querySubmitButton)
[00:07:14]                     │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:07:14]                     │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:07:14]                     │ debg Find.waitForElementStale with timeout=10000
[00:07:14]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:07:14]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:07:14]                     │ debg ... sleep(2000) start
[00:07:16]                     │ debg ... sleep(2000) end
[00:07:16]                   │ debg TestSubjects.findAll(seriesOptions)
[00:07:16]                   │ debg Find.allByCssSelector('[data-test-subj="seriesOptions"]') with timeout=10000
[00:07:16]                   │ debg TestSubjects.find(offsetTimeSeries)
[00:07:16]                   │ debg Find.findByCssSelector('[data-test-subj="offsetTimeSeries"]') with timeout=10000
[00:07:16]                   │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:07:16]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:16]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:16]                   │ debg -- firstCount=2
[00:07:16]                   │ debg ... sleep(1000) start
[00:07:17]                   │ debg ... sleep(1000) end
[00:07:17]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:17]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:17]                   │ debg -- secondCount=3
[00:07:18]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:18]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:18]                   │ debg -- firstCount=3
[00:07:18]                   │ debg ... sleep(1000) start
[00:07:19]                   │ debg ... sleep(1000) end
[00:07:19]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:19]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:19]                   │ debg -- secondCount=3
[00:07:19]                   │ debg Find.allByCssSelector('.echLegendItem .echLegendItem__extra') with timeout=10000
[00:07:19]                   └- ✓ pass  (3.2s) "visualize app  visual builder Time Series should show the correct count in the legend with 2h offset"
[00:07:19]                 └-> should show the correct count in the legend with -2h offset
[00:07:19]                   └-> "before each" hook: global before each
[00:07:19]                   └-> "before each" hook
[00:07:19]                     │ debg navigating to visualize url: http://localhost:61131/app/visualize#/
[00:07:19]                     │ debg navigate to: http://localhost:61131/app/visualize#/
[00:07:19]                     │ debg ... sleep(700) start
[00:07:19]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522465765#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:19]                     │
[00:07:19]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:20]                     │ debg ... sleep(700) end
[00:07:20]                     │ debg returned from get, calling refresh
[00:07:20]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:46Z
[00:07:20]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:20]                     │
[00:07:20]                     │      "
[00:07:21]                     │ERROR browser[SEVERE] http://localhost:61131/34117/bundles/plugin/newsfeed/newsfeed.plugin.js 0:19107 TypeError: Failed to fetch
[00:07:21]                     │          at Fetch._callee3$ (http://localhost:61131/34117/bundles/core/core.entry.js:26:105250)
[00:07:21]                     │          at l (http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:360:998712)
[00:07:21]                     │          at Generator._invoke (http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:360:998465)
[00:07:21]                     │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:360:999069)
[00:07:21]                     │          at fetch_asyncGeneratorStep (http://localhost:61131/34117/bundles/core/core.entry.js:26:98881)
[00:07:21]                     │          at _throw (http://localhost:61131/34117/bundles/core/core.entry.js:26:99289)
[00:07:21]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522465765#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:21]                     │
[00:07:21]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:21]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:47Z
[00:07:21]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:21]                     │
[00:07:21]                     │      "
[00:07:21]                     │ debg currentUrl = http://localhost:61131/app/visualize#/
[00:07:21]                     │          appUrl = http://localhost:61131/app/visualize#/
[00:07:21]                     │ debg TestSubjects.find(kibanaChrome)
[00:07:21]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:07:21]                     │ debg ... sleep(501) start
[00:07:21]                     │ debg ... sleep(501) end
[00:07:21]                     │ debg in navigateTo url = http://localhost:61131/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:07:21]                     │ debg TestSubjects.exists(statusPageContainer)
[00:07:21]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:07:24]                     │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:07:25]                     │ debg TestSubjects.exists(newItemButton)
[00:07:25]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:07:25]                     │ debg TestSubjects.click(newItemButton)
[00:07:25]                     │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:07:25]                     │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:07:25]                     │ debg TestSubjects.find(visNewDialogTypes)
[00:07:25]                     │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:07:25]                     │ debg TestSubjects.click(visType-metrics)
[00:07:25]                     │ debg Find.clickByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:07:25]                     │ debg Find.findByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:07:25]                     │ debg isGlobalLoadingIndicatorVisible
[00:07:25]                     │ debg TestSubjects.exists(globalLoadingIndicator)
[00:07:25]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:07:25]                     │ debg browser[INFO] http://localhost:61131/app/visualize#/create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:25]                     │
[00:07:25]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:26]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:52Z
[00:07:26]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:26]                     │
[00:07:26]                     │      "
[00:07:26]                     │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:07:27]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:07:27]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:07:27]                     │ debg TestSubjects.exists(tvbVisEditor)
[00:07:27]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="tvbVisEditor"]') with timeout=10000
[00:07:27]                   └-> "before each" hook
[00:07:27]                     │ debg navigateToActualUrl http://localhost:61131/app/visualize#create?type=metrics
[00:07:27]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522473253#create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:27]                     │
[00:07:27]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:27]                     │ debg currentUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:07:27]                     │          appUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:07:27]                     │ debg TestSubjects.find(kibanaChrome)
[00:07:27]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:07:28]                     │ debg Set absolute time range from "Sep 19, 2015 @ 06:31:44.000" to "Sep 22, 2015 @ 18:31:44.000"
[00:07:28]                     │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 22, 2015 @ 18:31:44.000
[00:07:28]                     │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:07:28]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:07:28]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:07:54Z
[00:07:28]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:28]                     │
[00:07:28]                     │      "
[00:07:28]                     │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:07:28]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:07:28]                     │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:07:28]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:07:28]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:07:28]                     │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:07:28]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:07:28]                     │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:07:28]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:07:28]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:07:29]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:07:29]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:07:29]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:29]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:29]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:29]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:29]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:29]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 22, 2015 @ 18:31:44.000)
[00:07:29]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:29]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:29]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:29]                     │ debg ... sleep(500) start
[00:07:30]                     │ debg ... sleep(500) end
[00:07:30]                     │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:07:30]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:07:30]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:07:30]                     │ debg Find.waitForElementStale with timeout=10000
[00:07:30]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:07:30]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:07:30]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:30]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:30]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:30]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:30]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:30]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:07:30]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:30]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:30]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:31]                     │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:07:31]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:07:33]                     │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:07:34]                     │ debg TestSubjects.click(querySubmitButton)
[00:07:34]                     │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:07:34]                     │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:07:34]                     │ debg Find.waitForElementStale with timeout=10000
[00:07:34]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:07:34]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:07:34]                     │ debg ... sleep(2000) start
[00:07:36]                     │ debg ... sleep(2000) end
[00:07:36]                   │ debg TestSubjects.findAll(seriesOptions)
[00:07:36]                   │ debg Find.allByCssSelector('[data-test-subj="seriesOptions"]') with timeout=10000
[00:07:36]                   │ debg TestSubjects.find(offsetTimeSeries)
[00:07:36]                   │ debg Find.findByCssSelector('[data-test-subj="offsetTimeSeries"]') with timeout=10000
[00:07:37]                   │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:07:37]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:37]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:37]                   │ debg -- firstCount=2
[00:07:37]                   │ debg ... sleep(1000) start
[00:07:38]                   │ debg ... sleep(1000) end
[00:07:38]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:38]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:38]                   │ debg -- secondCount=3
[00:07:38]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:38]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:38]                   │ debg -- firstCount=3
[00:07:38]                   │ debg ... sleep(1000) start
[00:07:39]                   │ debg ... sleep(1000) end
[00:07:39]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:39]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:39]                   │ debg -- secondCount=3
[00:07:39]                   │ debg Find.allByCssSelector('.echLegendItem .echLegendItem__extra') with timeout=10000
[00:07:39]                   └- ✓ pass  (3.2s) "visualize app  visual builder Time Series should show the correct count in the legend with -2h offset"
[00:07:39]                 └-> should open color picker, deactivate panel and clone series
[00:07:39]                   └-> "before each" hook: global before each
[00:07:39]                   └-> "before each" hook
[00:07:39]                     │ debg navigating to visualize url: http://localhost:61131/app/visualize#/
[00:07:39]                     │ debg navigate to: http://localhost:61131/app/visualize#/
[00:07:40]                     │ debg ... sleep(700) start
[00:07:40]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522486002#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:40]                     │
[00:07:40]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:40]                     │ debg ... sleep(700) end
[00:07:40]                     │ debg returned from get, calling refresh
[00:07:41]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:08:06Z
[00:07:41]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:41]                     │
[00:07:41]                     │      "
[00:07:41]                     │ERROR browser[SEVERE] http://localhost:61131/34117/bundles/core/core.entry.js 75:261436 TypeError: Failed to fetch
[00:07:41]                     │          at Fetch._callee3$ (http://localhost:61131/34117/bundles/core/core.entry.js:26:104500)
[00:07:41]                     │          at l (http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:360:998712)
[00:07:41]                     │          at Generator._invoke (http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:360:998465)
[00:07:41]                     │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:360:999069)
[00:07:41]                     │          at fetch_asyncGeneratorStep (http://localhost:61131/34117/bundles/core/core.entry.js:26:98881)
[00:07:41]                     │          at _throw (http://localhost:61131/34117/bundles/core/core.entry.js:26:99289)
[00:07:41]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522486002#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:41]                     │
[00:07:41]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:41]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:08:07Z
[00:07:41]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:41]                     │
[00:07:41]                     │      "
[00:07:41]                     │ debg currentUrl = http://localhost:61131/app/visualize#/
[00:07:41]                     │          appUrl = http://localhost:61131/app/visualize#/
[00:07:41]                     │ debg TestSubjects.find(kibanaChrome)
[00:07:41]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:07:41]                     │ debg ... sleep(501) start
[00:07:42]                     │ debg ... sleep(501) end
[00:07:42]                     │ debg in navigateTo url = http://localhost:61131/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:07:42]                     │ debg TestSubjects.exists(statusPageContainer)
[00:07:42]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:07:44]                     │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:07:45]                     │ debg TestSubjects.exists(newItemButton)
[00:07:45]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:07:45]                     │ debg TestSubjects.click(newItemButton)
[00:07:45]                     │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:07:45]                     │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:07:45]                     │ debg TestSubjects.find(visNewDialogTypes)
[00:07:45]                     │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:07:45]                     │ debg TestSubjects.click(visType-metrics)
[00:07:45]                     │ debg Find.clickByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:07:45]                     │ debg Find.findByCssSelector('[data-test-subj="visType-metrics"]') with timeout=10000
[00:07:45]                     │ debg isGlobalLoadingIndicatorVisible
[00:07:45]                     │ debg TestSubjects.exists(globalLoadingIndicator)
[00:07:45]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:07:45]                     │ debg browser[INFO] http://localhost:61131/app/visualize#/create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:45]                     │
[00:07:45]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:46]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:08:12Z
[00:07:46]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:46]                     │
[00:07:46]                     │      "
[00:07:47]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:07:47]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:07:47]                     │ debg TestSubjects.exists(tvbVisEditor)
[00:07:47]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="tvbVisEditor"]') with timeout=10000
[00:07:47]                   └-> "before each" hook
[00:07:47]                     │ debg navigateToActualUrl http://localhost:61131/app/visualize#create?type=metrics
[00:07:47]                     │ debg currentUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:07:47]                     │          appUrl = http://localhost:61131/app/visualize#create?type=metrics
[00:07:47]                     │ debg TestSubjects.find(kibanaChrome)
[00:07:47]                     │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:07:48]                     │ debg Set absolute time range from "Sep 19, 2015 @ 06:31:44.000" to "Sep 22, 2015 @ 18:31:44.000"
[00:07:48]                     │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 22, 2015 @ 18:31:44.000
[00:07:48]                     │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:07:48]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:07:48]                     │ debg browser[INFO] http://localhost:61131/app/visualize?_t=1593522493284#create?type=metrics 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:07:48]                     │
[00:07:48]                     │ debg browser[INFO] http://localhost:61131/bundles/app/core/bootstrap.js 43:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:48]                     │ debg browser[INFO] http://localhost:61131/34117/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-06-30T13:08:14Z
[00:07:48]                     │        Adding connection to http://localhost:61131/elasticsearch
[00:07:48]                     │
[00:07:48]                     │      "
[00:07:48]                     │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:07:48]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:07:48]                     │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:07:48]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:07:48]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:07:48]                     │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:07:48]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:07:48]                     │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:07:48]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:07:48]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:07:49]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:07:49]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:07:49]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:49]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:49]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:49]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:49]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:49]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 22, 2015 @ 18:31:44.000)
[00:07:49]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:49]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:49]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:49]                     │ debg ... sleep(500) start
[00:07:50]                     │ debg ... sleep(500) end
[00:07:50]                     │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:07:50]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:07:50]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:07:50]                     │ debg Find.waitForElementStale with timeout=10000
[00:07:50]                     │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:07:50]                     │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:07:50]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:50]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:07:50]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:50]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:50]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:50]                     │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:07:50]                     │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:07:50]                     │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:50]                     │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:07:51]                     │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:07:51]                     │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:07:53]                     │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:07:54]                     │ debg TestSubjects.click(querySubmitButton)
[00:07:54]                     │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:07:54]                     │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:07:54]                     │ debg Find.waitForElementStale with timeout=10000
[00:07:54]                     │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:07:54]                     │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:07:54]                     │ debg ... sleep(2000) start
[00:07:56]                     │ debg ... sleep(2000) end
[00:07:56]                   │ debg Find.findByCssSelector('.tvbColorPicker button') with timeout=10000
[00:07:57]                   │ debg Check color picker popup is present
[00:07:57]                   │ debg TestSubjects.exists(colorPickerPopover)
[00:07:57]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="colorPickerPopover"]') with timeout=5000
[00:07:57]                   │ debg Find.findByCssSelector('.tvbColorPicker button') with timeout=10000
[00:07:57]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:57]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:57]                   │ debg TestSubjects.findAll(AddActivatePanelBtn)
[00:07:57]                   │ debg Find.allByCssSelector('[data-test-subj="AddActivatePanelBtn"]') with timeout=10000
[00:07:57]                   │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [3]...
[00:07:57]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:57]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:57]                   │ debg -- currentRenderingCount=2
[00:07:58]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:58]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:58]                   │ debg -- currentRenderingCount=3
[00:07:58]                   │ debg Check no data message is present
[00:07:58]                   │ debg TestSubjects.exists(noTSVBDataMessage)
[00:07:58]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="noTSVBDataMessage"]') with timeout=5000
[00:07:58]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:58]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:58]                   │ debg TestSubjects.findAll(AddActivatePanelBtn)
[00:07:58]                   │ debg Find.allByCssSelector('[data-test-subj="AddActivatePanelBtn"]') with timeout=10000
[00:07:58]                   │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [4]...
[00:07:58]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:58]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:58]                   │ debg -- currentRenderingCount=3
[00:07:58]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:58]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:58]                   │ debg -- currentRenderingCount=4
[00:07:58]                   │ debg TestSubjects.findAll(AddCloneBtn)
[00:07:58]                   │ debg Find.allByCssSelector('[data-test-subj="AddCloneBtn"]') with timeout=10000
[00:07:58]                   │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:07:58]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:58]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:07:58]                   │ debg -- firstCount=4
[00:07:58]                   │ debg ... sleep(1000) start
[00:07:59]                   │ debg ... sleep(1000) end
[00:07:59]                   │ debg TestSubjects.find(visualizationLoader)
[00:07:59]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:08:00]                   │ debg -- secondCount=4
[00:08:00]                   │ debg Find.allByCssSelector('.echLegendItem') with timeout=10000
[00:08:00]                   │ debg Find.allByCssSelector('.tvbSeriesEditor') with timeout=10000
[00:08:00]                   │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/visualize app  visual builder Time Series should open color picker_ deactivate panel and clone series.png"
[00:08:00]                   │ info Current URL is: http://localhost:61131/app/visualize#/create?type=metrics&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-22T18:31:44.000Z%27))&_a=(filters:!(),linked:!f,query:(language:kuery,query:%27%27),uiState:(),vis:(aggs:!(),params:(axis_formatter:number,axis_position:left,axis_scale:normal,default_index_pattern:%27logstash-*%27,default_timefield:%27@timestamp%27,id:%2761ca57f0-469d-11e7-af02-69e470af7417%27,index_pattern:%27%27,interval:%27%27,isModelInvalid:!f,series:!((axis_position:right,chart_type:line,color:%2368BC00,fill:0.5,formatter:number,hidden:!f,id:%2761ca57f1-469d-11e7-af02-69e470af7417%27,line_width:1,metrics:!((id:%2761ca57f2-469d-11e7-af02-69e470af7417%27,type:count)),point_size:1,separate_axis:0,split_color_mode:kibana,split_mode:everything,stacked:none),(axis_position:right,chart_type:line,color:%2368BC00,fill:0.5,formatter:number,hidden:!f,id:c7eb5a50-bad2-11ea-bdc0-b5f032de9dd2,line_width:1,metrics:!((id:c7eb5a51-bad2-11ea-bdc0-b5f032de9dd2,type:count)),point_size:1,separate_axis:0,split_color_mode:kibana,split_mode:everything,stacked:none)),show_grid:1,show_legend:1,time_field:%27%27,tooltip_mode:show_all,type:timeseries),title:%27%27,type:metrics))
[00:08:00]                   │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/visualize app  visual builder Time Series should open color picker_ deactivate panel and clone series.html
[00:08:00]                   └- ✖ fail: "visualize app  visual builder Time Series should open color picker, deactivate panel and clone series"
[00:08:00]                   │

Stack Trace

Error: expected 1 to equal 2
    at Assertion.assert (packages/kbn-expect/expect.js:100:11)
    at Assertion.be.Assertion.equal (packages/kbn-expect/expect.js:227:8)
    at Assertion.be (packages/kbn-expect/expect.js:69:22)
    at Context.it (test/functional/apps/visualize/_tsvb_time_series.ts:79:34)
    at process._tickCallback (internal/process/next_tick.js:68:7)

Build metrics

page load asset size

beta
id value diff baseline
/bundles/app/core/bootstrap.js - -13.8KB 13.8KB
/bundles/core/core.entry.js - -1.1MB 1.1MB
/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.@elastic.js - -4.0MB 4.0MB
/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.css - -183.7KB 183.7KB
/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js - -4.6MB 4.6MB
/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.v7.light.css - -511.3KB 511.3KB
/bundles/light_theme.style.css - -95.9KB 95.9KB
/bundles/plugin/advancedSettings/advancedSettings.plugin.js - -941.3KB 941.3KB
/bundles/plugin/alerts/alerts.plugin.js - -89.5KB 89.5KB
/bundles/plugin/apm/apm.plugin.js - -219.2KB 219.2KB
/bundles/plugin/apmOss/apmOss.plugin.js - -4.2KB 4.2KB
/bundles/plugin/beats_management/beats_management.plugin.js - -522.9KB 522.9KB
/bundles/plugin/bfetch/bfetch.plugin.js - -28.7KB 28.7KB
/bundles/plugin/canvas/canvas.plugin.js - -2.0MB 2.0MB
/bundles/plugin/charts/charts.plugin.js - -833.9KB 833.9KB
/bundles/plugin/cloud/cloud.plugin.js - -6.2KB 6.2KB
/bundles/plugin/console/console.plugin.js - -28.0KB 28.0KB
/bundles/plugin/crossClusterReplication/crossClusterReplication.plugin.js - -152.3KB 152.3KB
/bundles/plugin/dashboard/dashboard.plugin.js - -634.2KB 634.2KB
/bundles/plugin/dashboardEnhanced/dashboardEnhanced.plugin.js - -143.5KB 143.5KB
/bundles/plugin/dashboardMode/dashboardMode.plugin.js - -109.3KB 109.3KB
/bundles/plugin/data/data.plugin.js - -1.3MB 1.3MB
/bundles/plugin/dataEnhanced/dataEnhanced.plugin.js - -138.1KB 138.1KB
/bundles/plugin/devTools/devTools.plugin.js - -123.9KB 123.9KB
/bundles/plugin/discover/discover.plugin.js - -221.5KB 221.5KB
/bundles/plugin/discoverEnhanced/discoverEnhanced.plugin.js - -28.1KB 28.1KB
/bundles/plugin/embeddable/embeddable.plugin.js - -390.9KB 390.9KB
/bundles/plugin/embeddableEnhanced/embeddableEnhanced.plugin.js - -26.3KB 26.3KB
/bundles/plugin/esUiShared/esUiShared.plugin.js - -927.8KB 927.8KB
/bundles/plugin/expressions/expressions.plugin.js - -314.9KB 314.9KB
/bundles/plugin/features/features.plugin.js - -13.4KB 13.4KB
/bundles/plugin/fileUpload/fileUpload.plugin.js - -688.0KB 688.0KB
/bundles/plugin/globalSearch/globalSearch.plugin.js - -29.0KB 29.0KB
/bundles/plugin/graph/graph.plugin.js - -15.3KB 15.3KB
/bundles/plugin/grokdebugger/grokdebugger.plugin.js - -11.2KB 11.2KB
/bundles/plugin/home/home.plugin.js - -24.6KB 24.6KB
/bundles/plugin/indexLifecycleManagement/indexLifecycleManagement.plugin.js - -184.2KB 184.2KB
/bundles/plugin/indexManagement/indexManagement.plugin.js - -201.7KB 201.7KB
/bundles/plugin/indexPatternManagement/indexPatternManagement.plugin.js - -137.3KB 137.3KB
/bundles/plugin/infra/infra.plugin.js - -92.9KB 92.9KB
/bundles/plugin/ingestPipelines/ingestPipelines.plugin.js - -30.8KB 30.8KB
/bundles/plugin/inputControlVis/inputControlVis.plugin.js - -258.9KB 258.9KB
/bundles/plugin/inspector/inspector.plugin.js - -238.3KB 238.3KB
/bundles/plugin/kibanaLegacy/kibanaLegacy.plugin.js - -174.7KB 174.7KB
/bundles/plugin/kibanaReact/kibanaReact.plugin.js - -575.3KB 575.3KB
/bundles/plugin/kibanaUtils/kibanaUtils.plugin.js - -434.4KB 434.4KB
/bundles/plugin/lens/lens.plugin.js - -758.3KB 758.3KB
/bundles/plugin/licenseManagement/licenseManagement.plugin.js - -25.8KB 25.8KB
/bundles/plugin/licensing/licensing.plugin.js - -21.6KB 21.6KB
/bundles/plugin/logstash/logstash.plugin.js - -141.8KB 141.8KB
/bundles/plugin/management/management.plugin.js - -25.9KB 25.9KB
/bundles/plugin/maps/maps.plugin.js - -220.6KB 220.6KB
/bundles/plugin/mapsLegacy/mapsLegacy.plugin.js - -1.0MB 1.0MB
/bundles/plugin/mapsLegacyLicensing/mapsLegacyLicensing.plugin.js - -3.9KB 3.9KB
/bundles/plugin/ml/ml.plugin.js - -1.3MB 1.3MB
/bundles/plugin/monitoring/monitoring.plugin.js - -22.8KB 22.8KB
/bundles/plugin/navigation/navigation.plugin.js - -122.2KB 122.2KB
/bundles/plugin/newsfeed/newsfeed.plugin.js - -22.7KB 22.7KB
/bundles/plugin/observability/observability.plugin.js - -103.1KB 103.1KB
/bundles/plugin/painlessLab/painlessLab.plugin.js - -158.8KB 158.8KB
/bundles/plugin/regionMap/regionMap.plugin.js - -791.7KB 791.7KB
/bundles/plugin/remoteClusters/remoteClusters.plugin.js - -35.2KB 35.2KB
/bundles/plugin/reporting/reporting.plugin.js - -257.7KB 257.7KB
/bundles/plugin/rollup/rollup.plugin.js - -186.0KB 186.0KB
/bundles/plugin/savedObjects/savedObjects.plugin.js - -196.2KB 196.2KB
/bundles/plugin/savedObjectsManagement/savedObjectsManagement.plugin.js - -176.6KB 176.6KB
/bundles/plugin/searchprofiler/searchprofiler.plugin.js - -42.8KB 42.8KB
/bundles/plugin/security/security.plugin.js - -248.0KB 248.0KB
/bundles/plugin/share/share.plugin.js - -80.5KB 80.5KB
/bundles/plugin/snapshotRestore/snapshotRestore.plugin.js - -57.5KB 57.5KB
/bundles/plugin/spaces/spaces.plugin.js - -367.2KB 367.2KB
/bundles/plugin/statusPage/statusPage.plugin.js - -3.6KB 3.6KB
/bundles/plugin/telemetry/telemetry.plugin.js - -77.0KB 77.0KB
/bundles/plugin/telemetryManagementSection/telemetryManagementSection.plugin.js - -27.5KB 27.5KB
/bundles/plugin/tileMap/tileMap.plugin.js - -807.1KB 807.1KB
/bundles/plugin/transform/transform.plugin.js - -21.6KB 21.6KB
/bundles/plugin/triggers_actions_ui/triggers_actions_ui.plugin.js - -103.0KB 103.0KB
/bundles/plugin/uiActions/uiActions.plugin.js - -162.5KB 162.5KB
/bundles/plugin/uiActionsEnhanced/uiActionsEnhanced.plugin.js - -130.7KB 130.7KB
/bundles/plugin/upgradeAssistant/upgradeAssistant.plugin.js - -46.6KB 46.6KB
/bundles/plugin/uptime/uptime.plugin.js - -327.3KB 327.3KB
/bundles/plugin/usageCollection/usageCollection.plugin.js - -24.4KB 24.4KB
/bundles/plugin/visTypeMarkdown/visTypeMarkdown.plugin.js - -512.5KB 512.5KB
/bundles/plugin/visTypeMetric/visTypeMetric.plugin.js - -536.7KB 536.7KB
/bundles/plugin/visTypeTable/visTypeTable.plugin.js - -563.0KB 563.0KB
/bundles/plugin/visTypeTagcloud/visTypeTagcloud.plugin.js - -797.1KB 797.1KB
/bundles/plugin/visTypeTimelion/visTypeTimelion.plugin.js - -670.7KB 670.7KB
/bundles/plugin/visTypeTimeseries/visTypeTimeseries.plugin.js - -212.2KB 212.2KB
/bundles/plugin/visTypeVega/visTypeVega.plugin.js - -580.3KB 580.3KB
/bundles/plugin/visTypeVislib/visTypeVislib.plugin.js - -1.2MB 1.2MB
/bundles/plugin/visualizations/visualizations.plugin.js - -343.4KB 343.4KB
/bundles/plugin/visualize/visualize.plugin.js - -18.2KB 18.2KB
/bundles/plugin/watcher/watcher.plugin.js - -35.2KB 35.2KB
/node_modules/@kbn/ui-framework/dist/kui_light.css - -62.1KB 62.1KB
/translations/en.json - -29.0B 29.0B
/ui/fonts/inter_ui/Inter-UI-Medium.woff2 - -92.2KB 92.2KB
/ui/fonts/inter_ui/Inter-UI-Regular.woff2 - -86.4KB 86.4KB
total - -36.2MB -

History

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

@szabosteve szabosteve merged commit 43bfa4a into elastic:master Jun 30, 2020
@szabosteve szabosteve deleted the ml.ui.dfa.sc branch June 30, 2020 14:56
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 1, 2020
* master:
  [ML] Modifies page title to Create job (elastic#70191)
  [APM] Add API test for service maps (elastic#70185)
  [DOCS] Adds glossary to documentation (elastic#69721)
  [Usage Collection] Report nodes feature usage (elastic#70108)
  chore: improve support for mjs file extension (elastic#70186)
  [ML] Anomaly Detection: ensure  'Category examples' tab in the expanded table row can be seen (elastic#70241)
  [Maps] Add maps telemetry saved object in with mappings disabled (elastic#69995)
  Fix typo in bootstrap command (elastic#69976)
  [code coverage] ingest correct coveredFilePath for mocha (elastic#70215)
  [Dashboard] Add visualization by value to dashboard (elastic#69898)
  updates wording in Cases connectors (elastic#70298)
  [ML] Fix license subscription race condition. (elastic#70074)
  [Logs UI] [Alerting] "Group by" functionality (elastic#68250)
Bamieh pushed a commit to Bamieh/kibana that referenced this pull request Jul 1, 2020
Changes Create data frame analytics job to Create job.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting :ml release_note:skip Skip the PR/issue when compiling release notes v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants