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

[Canvas] Add Lens embeddables #57499

Merged
merged 12 commits into from
Mar 19, 2020
Merged

[Canvas] Add Lens embeddables #57499

merged 12 commits into from
Mar 19, 2020

Conversation

cqliu1
Copy link
Contributor

@cqliu1 cqliu1 commented Feb 12, 2020

Summary

This adds support for Lens embeddables within Canvas and allows Lens visualizations to be added to workpads.

Screen Shot 2020-03-06 at 2 55 06 PM

Other Notable Changes

Default styles for embeddable wrapper

We applied CSS overrides to reset background color and border on the wrapper component for all embeddables

Before
Screen Shot 2020-02-12 at 2 27 17 PM

After
Screen Shot 2020-03-06 at 2 56 37 PM

Note: There is a little funkiness with the Lens charts that allow you to toggle the visibility of each series by clicking on the labels in the legend. It doesn't persist if you turn off a series or two and switch to fullscreen mode or refresh the the page. Users can get around this by filtering out the series they don't want to see, so it's a weird UX edge case that we don't necessarily need to fix for. Ideally we would disable these interactions in Canvas, but for now, I don't think it's a blocker for this feature.

Checklist

Delete any items that are not applicable to this PR.

For maintainers

@cqliu1 cqliu1 mentioned this pull request Feb 12, 2020
7 tasks
@timductive
Copy link
Member

Screen Shot 2020-02-28 at 3 16 13 PM

I tried to test this and got this error.

@cqliu1 cqliu1 force-pushed the feat/lens-embeds-in-canvas branch 6 times, most recently from cfc9227 to ab5a817 Compare March 5, 2020 18:54
@cqliu1
Copy link
Contributor Author

cqliu1 commented Mar 6, 2020

@timductive I never ran into the issue you encountered, but the branch has been updated and should be working now.

@cqliu1 cqliu1 force-pushed the feat/lens-embeds-in-canvas branch from 8d7f860 to 5e37003 Compare March 6, 2020 22:10
@cqliu1 cqliu1 added enhancement New value added to drive a business result impact:critical This issue should be addressed immediately due to a critical level of impact on the product. loe:large Large Level of Effort release_note:enhancement Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas labels Mar 6, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-canvas (Team:Canvas)

@cqliu1 cqliu1 marked this pull request as ready for review March 6, 2020 23:29
@cqliu1 cqliu1 requested review from a team as code owners March 6, 2020 23:29
@cqliu1 cqliu1 requested a review from wylieconlon March 6, 2020 23:29
@cqliu1 cqliu1 added loe:x-large Extra Large Level of Effort loe:large Large Level of Effort and removed loe:large Large Level of Effort loe:x-large Extra Large Level of Effort labels Mar 6, 2020
Copy link
Contributor

@ryankeairns ryankeairns left a comment

Choose a reason for hiding this comment

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

LGTM from the design and functionality side, works as expected/described.

This is going to be a huge win for Canvas and Lens!
Thanks for moving those styles to a better home :)

@timductive
Copy link
Member

@cqliu1 I spoke with @rayafratkina and let's throw the "b" beta icon next to the elements in the flyout to get this in 7.7

@cqliu1
Copy link
Contributor Author

cqliu1 commented Mar 13, 2020

@cqliu1 I spoke with @rayafratkina and let's throw the "b" beta icon next to the elements in the flyout to get this in 7.7

I'm not sure it's possible to add a beta icon next to each Lens object in our embeddable flyout. We're using the SavedObjectsFinderUI component from the Saved Objects plugin which doesn't provide any API for adding a beta badge or custom JSX on a line item.

@cqliu1 cqliu1 force-pushed the feat/lens-embeds-in-canvas branch from 52c049a to d487046 Compare March 13, 2020 19:37
Copy link
Contributor

@crob611 crob611 left a comment

Choose a reason for hiding this comment

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

Looks good. Let's just clean up for sure the way we determine if it's edit vs view mode.

@@ -0,0 +1,33 @@
.canvasEmbeddable {
.embPanel {
border: none;
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe more of a @ryankeairns concern, but I think we should keep the border at least in edit mode. It feels weird having the gear hanging out in the top disconnected from everything, but the border at least boxes it in and gives you some clue that all of that is tied in together.

@cqliu1
Copy link
Contributor Author

cqliu1 commented Mar 18, 2020

Update: I removed the changes for dynamically setting the embeddable view mode based on app state. The way I had it working by retrieving the entire app state from redux every time an embeddable was rendered, and that's not ideal. I'll tackle the view mode enhancement in a separate PR.

@cqliu1 cqliu1 force-pushed the feat/lens-embeds-in-canvas branch from 485f8de to bc74d9e Compare March 19, 2020 00:10
@cqliu1 cqliu1 force-pushed the feat/lens-embeds-in-canvas branch from bc74d9e to d6d43ed Compare March 19, 2020 00:12
@cqliu1 cqliu1 added the v7.7.0 label Mar 19, 2020
@cqliu1 cqliu1 merged commit 3bd3364 into master Mar 19, 2020
@cqliu1 cqliu1 deleted the feat/lens-embeds-in-canvas branch March 19, 2020 16:58
@cqliu1 cqliu1 restored the feat/lens-embeds-in-canvas branch March 19, 2020 20:44
cqliu1 added a commit that referenced this pull request Mar 20, 2020
* Added lens embeddables to embed flyout

Fixed import

embedded panel styles (#58654)

Merging to WIP draft branch

* Added i18n strings for savedLens

* Added tests for lens embeddables

* Updated tests

* Updated tests

* Added style overrides for lens table

* DDisables triggers on lens emebeddable

* Updated test

* Sets embeddable view mode according to app state

* Fix embeddable component

* Removed embeddable view mode logic

* Removed unused import
@kibanamachine
Copy link
Contributor

💔 Build Failed


Test Failures

Kibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/discover/_discover_histogram·js.discover app discover histogram should visualize monthly data with different day intervals

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:01:45]         └-: discover app
[00:01:45]           └-> "before all" hook
[00:01:45]           └-> "before all" hook
[00:07:12]           └-: discover histogram
[00:07:12]             └-> "before all" hook
[00:07:12]             └-> "before all" hook
[00:07:12]               │ debg load kibana index with default index pattern
[00:07:12]               │ debg navigating to home url: http://localhost:6161/app/kibana#/home
[00:07:12]               │ debg Navigate to: http://localhost:6161/app/kibana#/home
[00:07:12]               │ debg ... sleep(700) start
[00:07:12]               │ debg browser[INFO] http://localhost:6161/app/kibana?_t=1588785385720#/home 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:12]               │
[00:07:12]               │ debg browser[INFO] http://localhost:6161/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:13]               │ debg ... sleep(700) end
[00:07:13]               │ debg returned from get, calling refresh
[00:07:14]               │ debg browser[INFO] http://localhost:6161/bundles/plugin/data/data.plugin.js 96:139970 "INFO: 2020-05-06T17:16:27Z
[00:07:14]               │        Adding connection to http://localhost:6161/elasticsearch
[00:07:14]               │
[00:07:14]               │      "
[00:07:14]               │ERROR browser[SEVERE] http://localhost:6161/bundles/commons.bundle.js 0:1386219 TypeError: Failed to fetch
[00:07:14]               │          at Fetch._callee3$ (http://localhost:6161/bundles/commons.bundle.js:1:1413376)
[00:07:14]               │          at l (http://localhost:6161/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:1041899)
[00:07:14]               │          at Generator._invoke (http://localhost:6161/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:1041652)
[00:07:14]               │          at Generator.forEach.e.<computed> [as throw] (http://localhost:6161/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:1042256)
[00:07:14]               │          at asyncGeneratorStep (http://localhost:6161/bundles/commons.bundle.js:1:1407873)
[00:07:14]               │          at _throw (http://localhost:6161/bundles/commons.bundle.js:1:1408270)
[00:07:14]               │ debg browser[INFO] http://localhost:6161/app/kibana?_t=1588785385720#/home 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:14]               │
[00:07:14]               │ debg browser[INFO] http://localhost:6161/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:14]               │ debg currentUrl = http://localhost:6161/app/kibana#/home
[00:07:14]               │          appUrl = http://localhost:6161/app/kibana#/home
[00:07:14]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:07:15]               │ debg TestSubjects.find(kibanaChrome)
[00:07:15]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:07:15]               │ debg browser[INFO] http://localhost:6161/bundles/plugin/data/data.plugin.js 96:139970 "INFO: 2020-05-06T17:16:28Z
[00:07:15]               │        Adding connection to http://localhost:6161/elasticsearch
[00:07:15]               │
[00:07:15]               │      "
[00:07:16]               │ debg ... sleep(501) start
[00:07:16]               │ debg ... sleep(501) end
[00:07:16]               │ debg in navigateTo url = http://localhost:6161/app/kibana#/home
[00:07:16]               │ debg TestSubjects.exists(statusPageContainer)
[00:07:16]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:07:19]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:07:19]               │ info [logstash_functional] Loading "mappings.json"
[00:07:19]               │ info [logstash_functional] Loading "data.json.gz"
[00:07:19]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.22"
[00:07:19]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.20"
[00:07:19]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.21"
[00:07:21]               │ info [long_window_logstash] Loading "mappings.json"
[00:07:21]               │ info [long_window_logstash] Loading "data.json.gz"
[00:07:21]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:07:21]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [long-window-logstash-0] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:07:21]               │ info [long_window_logstash] Created index "long-window-logstash-0"
[00:07:21]               │ 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:07:31]               │ info progress: 11137
[00:07:33]               │ info [long_window_logstash] Indexed 14005 docs into "long-window-logstash-0"
[00:07:34]               │ info [visualize] Loading "mappings.json"
[00:07:34]               │ info [visualize] Loading "data.json"
[00:07:34]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/6ipkiyfnRTyqr7m25DnbUw] deleting index
[00:07:34]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_1/soMMkyAVQcyWxSBrHPcalw] deleting index
[00:07:34]               │ info [visualize] Deleted existing index [".kibana_2",".kibana_1"]
[00:07:34]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:07:34]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:07:34]               │ info [visualize] Created index ".kibana"
[00:07:34]               │ debg [visualize] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:07:34]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/lEG9Suj1RTaxEP_IB_lXQA] update_mapping [_doc]
[00:07:34]               │ info [visualize] Indexed 7 docs into ".kibana"
[00:07:34]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/lEG9Suj1RTaxEP_IB_lXQA] update_mapping [_doc]
[00:07:34]               │ debg Migrating saved objects
[00:07:34]               │ proc [kibana]   log   [17:16:47.766] [info][savedobjects-service] Creating index .kibana_2.
[00:07:34]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:07:34]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:07:34]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.kibana_2]
[00:07:34]               │ proc [kibana]   log   [17:16:47.836] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:07:34]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:07:34]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:07:34]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.kibana_1]
[00:07:34]               │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] 7405 finished with response BulkByScrollResponse[took=31.1ms,timed_out=false,sliceId=null,updated=0,created=7,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:07:34]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/lEG9Suj1RTaxEP_IB_lXQA] deleting index
[00:07:34]               │ proc [kibana]   log   [17:16:48.187] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:07:34]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/QV8a83nrRGq0M8PItExMeg] update_mapping [_doc]
[00:07:34]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/QV8a83nrRGq0M8PItExMeg] update_mapping [_doc]
[00:07:35]               │ proc [kibana]   log   [17:16:48.254] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:07:35]               │ proc [kibana]   log   [17:16:48.284] [info][savedobjects-service] Finished in 520ms.
[00:07:35]               │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:07:35]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/QV8a83nrRGq0M8PItExMeg] update_mapping [_doc]
[00:07:36]               │ info [discover] Loading "mappings.json"
[00:07:36]               │ info [discover] Loading "data.json.gz"
[00:07:36]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_1/x_9451IyTWGI-eLs7nqh2w] deleting index
[00:07:36]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/QV8a83nrRGq0M8PItExMeg] deleting index
[00:07:36]               │ info [discover] Deleted existing index [".kibana_2",".kibana_1"]
[00:07:36]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:07:36]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:07:36]               │ info [discover] Created index ".kibana"
[00:07:36]               │ debg [discover] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:07:36]               │ info [discover] Indexed 2 docs into ".kibana"
[00:07:36]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/caoko85ATo-LgJ6jROr3jA] update_mapping [_doc]
[00:07:36]               │ debg Migrating saved objects
[00:07:36]               │ proc [kibana]   log   [17:16:50.026] [info][savedobjects-service] Creating index .kibana_2.
[00:07:36]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:07:36]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:07:36]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.kibana_2]
[00:07:36]               │ proc [kibana]   log   [17:16:50.079] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:07:36]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:07:36]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:07:36]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.kibana_1]
[00:07:36]               │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] 7551 finished with response BulkByScrollResponse[took=28.2ms,timed_out=false,sliceId=null,updated=0,created=2,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:07:37]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/caoko85ATo-LgJ6jROr3jA] deleting index
[00:07:37]               │ proc [kibana]   log   [17:16:50.414] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:07:37]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/Gp3Oc8HZS_GjEnm-sZvkow] update_mapping [_doc]
[00:07:37]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/Gp3Oc8HZS_GjEnm-sZvkow] update_mapping [_doc]
[00:07:37]               │ proc [kibana]   log   [17:16:50.476] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:07:37]               │ proc [kibana]   log   [17:16:50.513] [info][savedobjects-service] Finished in 488ms.
[00:07:37]               │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:07:37]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/Gp3Oc8HZS_GjEnm-sZvkow] update_mapping [_doc]
[00:07:38]               │ debg create long_window_logstash index pattern
[00:07:38]               │ debg navigating to settings url: http://localhost:6161/app/kibana#/management
[00:07:38]               │ debg Navigate to: http://localhost:6161/app/kibana#/management
[00:07:38]               │ debg ... sleep(700) start
[00:07:38]               │ debg browser[INFO] http://localhost:6161/app/kibana?_t=1588785412088#/management 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:38]               │
[00:07:38]               │ debg browser[INFO] http://localhost:6161/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:39]               │ debg ... sleep(700) end
[00:07:39]               │ debg returned from get, calling refresh
[00:07:39]               │ debg browser[INFO] http://localhost:6161/app/kibana?_t=1588785412088#/management 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:39]               │
[00:07:39]               │ debg browser[INFO] http://localhost:6161/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:07:39]               │ debg currentUrl = http://localhost:6161/app/kibana#/management
[00:07:39]               │          appUrl = http://localhost:6161/app/kibana#/management
[00:07:39]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:07:41]               │ debg TestSubjects.find(kibanaChrome)
[00:07:41]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:07:41]               │ debg browser[INFO] http://localhost:6161/bundles/plugin/data/data.plugin.js 96:139970 "INFO: 2020-05-06T17:16:54Z
[00:07:41]               │        Adding connection to http://localhost:6161/elasticsearch
[00:07:41]               │
[00:07:41]               │      "
[00:07:41]               │ debg ... sleep(501) start
[00:07:42]               │ debg ... sleep(501) end
[00:07:42]               │ debg in navigateTo url = http://localhost:6161/app/kibana#/management?_g=()
[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 isGlobalLoadingIndicatorVisible
[00:07:45]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:07:45]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:07:46]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[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 clickKibanaIndexPatterns link
[00:07:47]               │ debg TestSubjects.click(index_patterns)
[00:07:47]               │ debg Find.clickByCssSelector('[data-test-subj="index_patterns"]') with timeout=10000
[00:07:47]               │ debg Find.findByCssSelector('[data-test-subj="index_patterns"]') with timeout=10000
[00:07:47]               │ debg isGlobalLoadingIndicatorVisible
[00:07:47]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:07:47]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:07:47]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:07:49]               │ debg --- retry.tryForTime failed again with the same message...
[00:07:50]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:07:50]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:07:50]               │ debg Waiting up to 20000ms for index pattern info flyout...
[00:07:50]               │ debg TestSubjects.exists(CreateIndexPatternPrompt)
[00:07:50]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="CreateIndexPatternPrompt"]') with timeout=2500
[00:07:52]               │ debg --- retry.tryForTime error: [data-test-subj="CreateIndexPatternPrompt"] is not displayed
[00:07:53]               │ debg isGlobalLoadingIndicatorVisible
[00:07:53]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:07:53]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:07:54]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:07:55]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:07:55]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:07:55]               │ debg TestSubjects.isDisplayed(createIndexPatternButton)
[00:07:55]               │ debg TestSubjects.find(createIndexPatternButton)
[00:07:55]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:07:55]               │ debg TestSubjects.click(createIndexPatternButton)
[00:07:55]               │ debg Find.clickByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:07:55]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:07:55]               │ debg isGlobalLoadingIndicatorVisible
[00:07:55]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:07:55]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:07:55]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:07:55]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:07:55]               │ debg setIndexPatternField(long-window-logstash-)
[00:07:55]               │ debg TestSubjects.find(createIndexPatternNameInput)
[00:07:55]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternNameInput"]') with timeout=10000
[00:07:58]               │ debg setIndexPatternField set to long-window-logstash-*
[00:07:58]               │ debg ... sleep(2000) start
[00:08:00]               │ debg ... sleep(2000) end
[00:08:00]               │ debg TestSubjects.find(createIndexPatternGoToStep2Button)
[00:08:00]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternGoToStep2Button"]') with timeout=10000
[00:08:00]               │ debg ... sleep(2000) start
[00:08:02]               │ debg ... sleep(2000) end
[00:08:02]               │ debg TestSubjects.click(createIndexPatternTimeFieldSelect)
[00:08:02]               │ debg Find.clickByCssSelector('[data-test-subj="createIndexPatternTimeFieldSelect"]') with timeout=10000
[00:08:02]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternTimeFieldSelect"]') with timeout=10000
[00:08:02]               │ debg TestSubjects.click(createIndexPatternTimeFieldSelect)
[00:08:02]               │ debg Find.clickByCssSelector('[data-test-subj="createIndexPatternTimeFieldSelect"]') with timeout=10000
[00:08:02]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternTimeFieldSelect"]') with timeout=10000
[00:08:02]               │ debg isGlobalLoadingIndicatorVisible
[00:08:02]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:08:02]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:08:04]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:08:04]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:04]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:04]               │ debg selectTimeFieldOption(@timestamp)
[00:08:04]               │ debg Find.displayedByCssSelector(option[value="@timestamp"])
[00:08:04]               │ debg Find.findByCssSelector('option[value="@timestamp"]') with timeout=10000
[00:08:05]               │ debg Wait for element become visible: option[value="@timestamp"] with timeout=10000
[00:08:05]               │ debg TestSubjects.find(createIndexPatternButton)
[00:08:05]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:08:05]               │ debg isGlobalLoadingIndicatorVisible
[00:08:05]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:08:05]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:08:05]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:05]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:05]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/Gp3Oc8HZS_GjEnm-sZvkow] update_mapping [_doc]
[00:08:07]               │ info currentUrl http://localhost:6161/app/kibana#/management/kibana/index_patterns/705597f0-8fbd-11ea-9827-19fedcc70add?_g=()
[00:08:07]               │ debg Index pattern created: http://localhost:6161/app/kibana#/management/kibana/index_patterns/705597f0-8fbd-11ea-9827-19fedcc70add?_g=()
[00:08:07]               │ debg index pattern ID:  705597f0-8fbd-11ea-9827-19fedcc70add?_g=()
[00:08:07]               │ debg replacing kibana config doc: {"defaultIndex":"long-window-logstash-*","dateFormat:tz":"Europe/Berlin"}
[00:08:08]               │ debg discover
[00:08:08]               │ debg navigating to discover url: http://localhost:6161/app/kibana#/discover
[00:08:08]               │ debg Navigate to: http://localhost:6161/app/kibana#/discover
[00:08:08]               │ debg browser[INFO] http://localhost:6161/app/kibana?_t=1588785412088#/management/kibana/index_patterns/705597f0-8fbd-11ea-9827-19fedcc70add?_g=() 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:08:08]               │
[00:08:08]               │ debg browser[INFO] http://localhost:6161/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:08:08]               │ debg ... sleep(700) start
[00:08:08]               │ debg browser[INFO] http://localhost:6161/app/kibana?_t=1588785441251#/discover 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:08:08]               │
[00:08:08]               │ debg browser[INFO] http://localhost:6161/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:08:08]               │ debg ... sleep(700) end
[00:08:08]               │ debg returned from get, calling refresh
[00:08:09]               │ debg browser[INFO] http://localhost:6161/bundles/plugin/data/data.plugin.js 96:139970 "INFO: 2020-05-06T17:17:22Z
[00:08:09]               │        Adding connection to http://localhost:6161/elasticsearch
[00:08:09]               │
[00:08:09]               │      "
[00:08:09]               │ERROR browser[SEVERE] http://localhost:6161/bundles/commons.bundle.js 0:1386219 TypeError: Failed to fetch
[00:08:09]               │          at Fetch._callee3$ (http://localhost:6161/bundles/commons.bundle.js:1:1413376)
[00:08:09]               │          at l (http://localhost:6161/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:1041899)
[00:08:09]               │          at Generator._invoke (http://localhost:6161/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:1041652)
[00:08:09]               │          at Generator.forEach.e.<computed> [as throw] (http://localhost:6161/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:1042256)
[00:08:09]               │          at asyncGeneratorStep (http://localhost:6161/bundles/commons.bundle.js:1:1407873)
[00:08:09]               │          at _throw (http://localhost:6161/bundles/commons.bundle.js:1:1408270)
[00:08:09]               │ debg browser[INFO] http://localhost:6161/app/kibana?_t=1588785441251#/discover 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:08:09]               │
[00:08:09]               │ debg browser[INFO] http://localhost:6161/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:08:09]               │ debg currentUrl = http://localhost:6161/app/kibana#/discover
[00:08:09]               │          appUrl = http://localhost:6161/app/kibana#/discover
[00:08:09]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:08:11]               │ debg TestSubjects.find(kibanaChrome)
[00:08:11]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:08:11]               │ debg browser[INFO] http://localhost:6161/bundles/plugin/data/data.plugin.js 96:139970 "INFO: 2020-05-06T17:17:24Z
[00:08:11]               │        Adding connection to http://localhost:6161/elasticsearch
[00:08:11]               │
[00:08:11]               │      "
[00:08:11]               │ debg ... sleep(501) start
[00:08:12]               │ debg ... sleep(501) end
[00:08:12]               │ debg in navigateTo url = http://localhost:6161/app/kibana#/discover
[00:08:12]               │ debg TestSubjects.exists(statusPageContainer)
[00:08:12]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:08:14]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:08:15]               │ debg TestSubjects.click(indexPattern-switch-link)
[00:08:15]               │ debg Find.clickByCssSelector('[data-test-subj="indexPattern-switch-link"]') with timeout=10000
[00:08:15]               │ debg Find.findByCssSelector('[data-test-subj="indexPattern-switch-link"]') with timeout=10000
[00:08:15]               │ debg Find.clickByCssSelector('[data-test-subj="indexPattern-switcher"] [title="long-window-logstash-*"]') with timeout=10000
[00:08:15]               │ debg Find.findByCssSelector('[data-test-subj="indexPattern-switcher"] [title="long-window-logstash-*"]') with timeout=10000
[00:08:15]               │ debg isGlobalLoadingIndicatorVisible
[00:08:15]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:08:15]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:08:16]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:08:17]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:17]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:17]               │ debg TestSubjects.click(superDatePickerToggleQuickMenuButton)
[00:08:17]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:08:17]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=10000
[00:08:17]               │ debg TestSubjects.click(superDatePickerCommonlyUsed_Last_1 year)
[00:08:17]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerCommonlyUsed_Last_1 year"]') with timeout=10000
[00:08:17]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerCommonlyUsed_Last_1 year"]') with timeout=10000
[00:08:17]             └-> should visualize monthly data with different day intervals
[00:08:17]               └-> "before each" hook: global before each
[00:08:17]               │ debg Setting absolute range to 2017-11-01 00:00:00.000 to 2018-03-21 00:00:00.000
[00:08:17]               │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:08:17]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:08:17]               │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:08:17]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:08:17]               │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:08:17]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:08:17]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:08:17]               │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:08:17]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:08:17]               │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:08:17]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:17]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:17]               │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:17]               │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:17]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:17]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:18]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:18]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:18]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:18]               │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, 2018-03-21 00:00:00.000)
[00:08:18]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:18]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:18]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:18]               │ debg ... sleep(500) start
[00:08:19]               │ debg ... sleep(500) end
[00:08:19]               │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:08:19]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:19]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:19]               │ debg Find.waitForElementStale with timeout=10000
[00:08:19]               │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:19]               │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:19]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:19]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:19]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:19]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:19]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:19]               │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, 2017-11-01 00:00:00.000)
[00:08:19]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:19]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:19]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:19]               │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:08:19]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:08:22]               │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:08:22]               │ debg TestSubjects.click(querySubmitButton)
[00:08:22]               │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:22]               │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:23]               │ debg Find.waitForElementStale with timeout=10000
[00:08:23]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:23]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:23]               │ debg Find.findByCssSelector('option[label="Monthly"]') with timeout=5000
[00:08:23]               │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/discover app discover histogram should visualize monthly data with different day intervals.png"
[00:08:23]               │ info Current URL is: http://localhost:6161/app/kibana#/discover?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272019-05-06T17:17:32.710Z%27,to:%272020-05-06T17:17:31.243Z%27))&_a=(columns:!(_source),filters:!(),index:%27705597f0-8fbd-11ea-9827-19fedcc70add%27,interval:auto,query:(language:kuery,query:%27%27),sort:!())
[00:08:23]               │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/discover app discover histogram should visualize monthly data with different day intervals.html
[00:08:23]               └- ✖ fail: "discover app discover histogram should visualize monthly data with different day intervals"
[00:08:23]               │

Stack Trace

{ WebDriverError: element not interactable: Element is not currently visible and may not be manipulated
  (Session info: headless chrome=81.0.4044.122)
  (Driver info: chromedriver=80.0.3987.16 (320f6526c1632ad4f205ebce69b99a062ed78647-refs/branch-heads/3987@{#185}),platform=Linux 4.9.0-12-amd64 x86_64)
    at Object.checkLegacyResponse (node_modules/selenium-webdriver/lib/error.js:585:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:554:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:489:26)
    at process._tickCallback (internal/process/next_tick.js:68:7) name: 'WebDriverError', remoteStacktrace: '' }

Kibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/visualize/_area_chart·js.visualize app area charts axis scaling does not scale top hit agg

Link to Jenkins

Standard Out

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

[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-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [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-debian-tests-xl-1588783788428965084] 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-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [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-debian-tests-xl-1588783788428965084] 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-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [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-debian-tests-xl-1588783788428965084] 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: 9925
[00:00:12]             │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:12]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:12]             │ 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-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:13]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [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-debian-tests-xl-1588783788428965084] 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: 11381
[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-debian-tests-xl-1588783788428965084] [.kibana_1/7FIXnEA4RNOGu9cSNkjivg] deleting index
[00:00:26]             │ info [visualize] Deleted existing index [".kibana_1"]
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.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-debian-tests-xl-1588783788428965084] [.kibana/JAbycFc5TLqJ9JEBmv2C0A] update_mapping [_doc]
[00:00:26]             │ info [visualize] Indexed 7 docs into ".kibana"
[00:00:26]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/JAbycFc5TLqJ9JEBmv2C0A] update_mapping [_doc]
[00:00:26]             │ debg Migrating saved objects
[00:00:26]             │ proc [kibana]   log   [17:16:29.700] [info][savedobjects-service] Creating index .kibana_2.
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.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-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:26]             │ proc [kibana]   log   [17:16:29.781] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.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-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.kibana_1]
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:26]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.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-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.tasks]
[00:00:27]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] 1548 finished with response BulkByScrollResponse[took=82.5ms,timed_out=false,sliceId=null,updated=0,created=7,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:27]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/JAbycFc5TLqJ9JEBmv2C0A] deleting index
[00:00:27]             │ proc [kibana]   log   [17:16:30.227] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:00:27]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/lNwaIk2lQTOx3Yk-g4sN9w] update_mapping [_doc]
[00:00:27]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/lNwaIk2lQTOx3Yk-g4sN9w] update_mapping [_doc]
[00:00:27]             │ proc [kibana]   log   [17:16:30.346] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:00:27]             │ proc [kibana]   log   [17:16:30.441] [info][savedobjects-service] Finished in 743ms.
[00:00:27]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:00:27]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/lNwaIk2lQTOx3Yk-g4sN9w] 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-debian-tests-xl-1588783788428965084] [.kibana_2/lNwaIk2lQTOx3Yk-g4sN9w] update_mapping [_doc]
[00:00:29]           └-: 
[00:00:29]             └-> "before all" hook
[00:01:50]             └-: area charts
[00:01:50]               └-> "before all" hook
[00:01:50]               └-> "before all" hook
[00:01:50]                 │ debg navigateToApp visualize
[00:01:50]                 │ debg navigating to visualize url: http://localhost:6191/app/kibana#/visualize
[00:01:50]                 │ debg Navigate to: http://localhost:6191/app/kibana#/visualize
[00:01:50]                 │ debg ... sleep(700) start
[00:01:50]                 │ debg browser[INFO] http://localhost:6191/app/kibana?_t=1588785473898#/visualize 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:01:50]                 │
[00:01:50]                 │ debg browser[INFO] http://localhost:6191/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:51]                 │ debg ... sleep(700) end
[00:01:51]                 │ debg returned from get, calling refresh
[00:01:51]                 │ debg browser[INFO] http://localhost:6191/app/kibana?_t=1588785473898#/visualize 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:01:51]                 │
[00:01:51]                 │ debg browser[INFO] http://localhost:6191/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:52]                 │ debg currentUrl = http://localhost:6191/app/kibana#/visualize
[00:01:52]                 │          appUrl = http://localhost:6191/app/kibana#/visualize
[00:01:52]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:53]                 │ debg TestSubjects.find(kibanaChrome)
[00:01:53]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:01:53]                 │ debg browser[INFO] http://localhost:6191/bundles/plugin/data/data.plugin.js 96:139970 "INFO: 2020-05-06T17:17:56Z
[00:01:53]                 │        Adding connection to http://localhost:6191/elasticsearch
[00:01:53]                 │
[00:01:53]                 │      "
[00:01:53]                 │ debg ... sleep(501) start
[00:01:54]                 │ debg ... sleep(501) end
[00:01:54]                 │ debg in navigateTo url = http://localhost:6191/app/kibana#/visualize?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:01:54]                 │ debg --- retry.try error: URL changed, waiting for it to settle
[00:01:54]                 │ debg ... sleep(501) start
[00:01:55]                 │ debg ... sleep(501) end
[00:01:55]                 │ debg in navigateTo url = http://localhost:6191/app/kibana#/visualize?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:01:55]                 │ debg TestSubjects.exists(statusPageContainer)
[00:01:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:01:57]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:01:58]                 │ debg TestSubjects.exists(newItemButton)
[00:01:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:01:58]                 │ debg TestSubjects.click(newItemButton)
[00:01:58]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:01:58]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:01:58]                 │ debg TestSubjects.find(visNewDialogTypes)
[00:01:58]                 │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:01:58]                 │ debg clickAreaChart
[00:01:58]                 │ debg TestSubjects.click(visType-area)
[00:01:58]                 │ debg Find.clickByCssSelector('[data-test-subj="visType-area"]') with timeout=10000
[00:01:58]                 │ debg Find.findByCssSelector('[data-test-subj="visType-area"]') with timeout=10000
[00:01:58]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:58]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:58]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:00]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:01]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:01]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:01]                 │ debg clickNewSearch
[00:02:01]                 │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:02:01]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:02:01]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:02:01]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:01]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:03]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:03]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:03]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:03]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:02:03]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:02:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:02:03]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:02:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:02:03]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:02:03]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:02:03]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:02:03]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:02:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:02:03]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:02:03]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:02:03]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:02:03]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:02:03]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:02:03]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:02:03]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:02:03]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:02:03]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:03]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:04]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:02:04]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:02:04]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:04]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:04]                 │ debg ... sleep(500) start
[00:02:05]                 │ debg ... sleep(500) end
[00:02:05]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:02:05]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:02:05]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:02:05]                 │ debg Find.waitForElementStale with timeout=10000
[00:02:05]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:02:05]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:02:05]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:02:05]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:02:05]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:02:05]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:05]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:05]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:02:05]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:02:05]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:05]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:06]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:02:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:02:08]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:02:09]                 │ debg TestSubjects.click(querySubmitButton)
[00:02:09]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:02:09]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:02:09]                 │ debg Find.waitForElementStale with timeout=10000
[00:02:09]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:09]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:09]                 │ debg Click X-axis
[00:02:09]                 │ debg TestSubjects.click(visEditorAdd_buckets)
[00:02:09]                 │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_buckets"]') with timeout=10000
[00:02:09]                 │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_buckets"]') with timeout=10000
[00:02:10]                 │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_buckets_X-axis"') with timeout=10000
[00:02:10]                 │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_buckets_X-axis"') with timeout=10000
[00:02:10]                 │ debg Click Date Histogram
[00:02:10]                 │ debg Find.findByCssSelector('
[00:02:10]                 │                [data-test-subj="bucketsAggGroup"]
[00:02:10]                 │                [data-test-subj^="visEditorAggAccordion"].euiAccordion-isOpen
[00:02:10]                 │                
[00:02:10]                 │                [data-test-subj="defaultEditorAggSelect"]
[00:02:10]                 │              ') with timeout=10000
[00:02:10]                 │ debg comboBox.setElement, value: Date Histogram
[00:02:10]                 │ debg comboBox.isOptionSelected, value: Date Histogram
[00:02:12]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:02:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:02:12]                 │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="Date Histogram"]') with timeout=2500
[00:02:13]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:02:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:02:15]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:02:16]                 │ debg ... sleep(500) start
[00:02:16]                 │ debg ... sleep(500) end
[00:02:16]                 │ debg Check field value
[00:02:16]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: visDefaultEditorField
[00:02:16]                 │ debg TestSubjects.find(visDefaultEditorField)
[00:02:16]                 │ debg Find.findByCssSelector('[data-test-subj="visDefaultEditorField"]') with timeout=10000
[00:02:16]                 │ debg fieldValue = @timestamp
[00:02:16]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: visEditorInterval
[00:02:16]                 │ debg TestSubjects.find(visEditorInterval)
[00:02:16]                 │ debg Find.findByCssSelector('[data-test-subj="visEditorInterval"]') with timeout=10000
[00:02:16]                 │ debg intervalValue = Auto
[00:02:16]                 │ debg TestSubjects.find(visualizationLoader)
[00:02:16]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:02:16]                 │ debg Before Rendering count 2
[00:02:16]                 │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:02:16]                 │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:02:16]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:02:17]                 │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [3]...
[00:02:17]                 │ debg TestSubjects.find(visualizationLoader)
[00:02:17]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:02:17]                 │ debg -- currentRenderingCount=2
[00:02:17]                 │ debg TestSubjects.find(visualizationLoader)
[00:02:17]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:02:17]                 │ debg -- currentRenderingCount=3
[00:02:17]               └-> should save and load with special characters
[00:02:17]                 └-> "before each" hook: global before each
[00:02:17]                 │ debg ensureSavePanelOpen
[00:02:17]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:17]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:19]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:19]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:19]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:19]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:02:22]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:25]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:25]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:02:25]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:25]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:25]                 │ debg TestSubjects.setValue(savedObjectTitle, Visualization AreaChart Name Test/?&=%)
[00:02:25]                 │ debg TestSubjects.click(savedObjectTitle)
[00:02:25]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:25]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:26]                 │ debg Click Save Visualization button
[00:02:26]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:02:26]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:26]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:26]                 │ debg TestSubjects.exists(saveVisualizationSuccess)
[00:02:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveVisualizationSuccess"]') with timeout=120000
[00:02:27]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:02:27]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:02:27]                 │ debg Toast title: Saved 'Visualization AreaChart Name Test/?&=%'
[00:02:27]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:27]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:27]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:27]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:27]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:29]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:29]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:29]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:29]                 │ debg Waiting for save modal to close
[00:02:29]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:02:32]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:32]                 │ debg Waiting up to 20000ms for last breadcrumb to have new vis name...
[00:02:32]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:02:32]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:02:32]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:02:32]                 └- ✓ pass  (15.3s) "visualize app  area charts should save and load with special characters"
[00:02:32]               └-> should save and load with non-ascii characters
[00:02:32]                 └-> "before each" hook: global before each
[00:02:32]                 │ debg ensureSavePanelOpen
[00:02:32]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:32]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:32]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:34]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:34]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:34]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:34]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:02:37]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:40]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:40]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:02:40]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:40]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:41]                 │ debg TestSubjects.setValue(savedObjectTitle, Visualization AreaChart Name Test with Umlaut ä)
[00:02:41]                 │ debg TestSubjects.click(savedObjectTitle)
[00:02:41]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:41]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:41]                 │ debg Click Save Visualization button
[00:02:41]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:02:41]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:41]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:41]                 │ debg TestSubjects.exists(saveVisualizationSuccess)
[00:02:41]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveVisualizationSuccess"]') with timeout=120000
[00:02:42]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:02:42]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:02:42]                 │ debg Toast title: Saved 'Visualization AreaChart Name Test with Umlaut ä'
[00:02:42]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:42]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:42]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:42]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:42]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:43]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:44]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:44]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:44]                 │ debg Waiting for save modal to close
[00:02:44]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:44]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:02:46]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:47]                 │ debg Waiting up to 20000ms for last breadcrumb to have new vis name...
[00:02:47]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:02:47]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:02:47]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:02:47]                 └- ✓ pass  (14.5s) "visualize app  area charts should save and load with non-ascii characters"
[00:02:47]               └-> should save and load
[00:02:47]                 └-> "before each" hook: global before each
[00:02:47]                 │ debg ensureSavePanelOpen
[00:02:47]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:47]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:47]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:48]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:49]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:49]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:49]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:49]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:02:51]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:54]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:55]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:02:55]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:55]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:55]                 │ debg TestSubjects.setValue(savedObjectTitle, Visualization AreaChart Name Test)
[00:02:55]                 │ debg TestSubjects.click(savedObjectTitle)
[00:02:55]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:55]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:55]                 │ debg Click Save Visualization button
[00:02:55]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:02:55]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:55]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:56]                 │ debg TestSubjects.exists(saveVisualizationSuccess)
[00:02:56]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveVisualizationSuccess"]') with timeout=120000
[00:02:57]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:02:57]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:02:57]                 │ debg Toast title: Saved 'Visualization AreaChart Name Test'
[00:02:57]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:57]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:57]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:57]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:58]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:59]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:59]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:59]                 │ debg Waiting for save modal to close
[00:02:59]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:03:01]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:03:02]                 │ debg Waiting up to 20000ms for last breadcrumb to have new vis name...
[00:03:02]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:03:02]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:03:02]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:03:02]                 │ debg Find.clickByCssSelector('[href="#/visualize"]') with timeout=10000
[00:03:02]                 │ debg Find.findByCssSelector('[href="#/visualize"]') with timeout=10000
[00:03:02]                 │ debg clickVisualizationByLinkText(Visualization AreaChart Name Test)
[00:03:02]                 │ debg Find.clickByPartialLinkText('Visualization AreaChart Name Test') with timeout=10000
[00:03:02]                 │ debg Find.byPartialLinkText('Visualization AreaChart Name Test')  with timeout=10000
[00:03:03]                 │ debg isGlobalLoadingIndicatorVisible
[00:03:03]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:04]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:05]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:05]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:05]                 │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:03:05]                 │ debg TestSubjects.find(visualizationLoader)
[00:03:05]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:05]                 │ debg -- firstCount=1
[00:03:05]                 │ debg ... sleep(1000) start
[00:03:06]                 │ debg ... sleep(1000) end
[00:03:06]                 │ debg TestSubjects.find(visualizationLoader)
[00:03:06]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:06]                 │ debg -- secondCount=1
[00:03:06]                 │ debg Find.findByCssSelector('.visualization') with timeout=10000
[00:03:06]                 └- ✓ pass  (18.8s) "visualize app  area charts should save and load"
[00:03:06]               └-> should have inspector enabled
[00:03:06]                 └-> "before each" hook: global before each
[00:03:06]                 │ debg TestSubjects.getAttribute(openInspectorButton, disabled)
[00:03:06]                 │ debg TestSubjects.find(openInspectorButton)
[00:03:06]                 │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:06]                 └- ✓ pass  (24ms) "visualize app  area charts should have inspector enabled"
[00:03:06]               └-> should show correct chart
[00:03:06]                 └-> "before each" hook: global before each
[00:03:06]                 │ debg Find.findByCssSelector('.visAxis--x.visAxis__column--bottom') with timeout=10000
[00:03:06]                 │ debg X-Axis labels = 2015-09-20 00:00,2015-09-21 00:00,2015-09-22 00:00,2015-09-23 00:00
[00:03:06]                 │ debg Find.findByCssSelector('.visAxis__column--y.visAxis__column--left') with timeout=10000
[00:03:06]                 │ debg Y-Axis labels = 0,200,400,600,800,1,000,1,200,1,400,1,600
[00:03:06]                 │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:03:06]                 │ debg maxYLabel = 1600, maxYLabelYPosition = 180.40625
[00:03:06]                 │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:03:06]                 │ debg Find.findByCssSelector('rect.background') with timeout=10000
[00:03:06]                 │ debg height --------- 555
[00:03:06]                 │ debg Find.findByCssSelector('path[data-label="Count"]') with timeout=20000
[00:03:06]                 │ debg M101.17164551440328,542.165625L118.54403440329217,484.93125000000003L135.91642329218107,298.3125L153.28881218106994,56.54062500000003L170.66120106995885,79.43437499999997L188.0335899588477,294.496875L205.4059788477366,489.7875L222.77836773662548,544.2468749999999L240.1507566255144,540.43125L257.52314551440327,484.93125000000003L274.8955344032921,318.084375L292.267923292181,82.90312500000002L309.64031218106993,64.17187499999999L327.01270106995884,309.759375L344.38508995884774,493.60312500000003L361.75747884773665,545.634375L379.1298677366255,543.9L396.50225662551435,494.296875L413.87464551440326,309.759375L431.2470344032921,66.6L448.619423292181,84.98437499999997L465.9918121810699,303.16875L483.3642010699588,485.278125L500.73658995884773,544.9406250000001L500.73658995884773,555L483.3642010699588,555L465.9918121810699,555L448.619423292181,555L431.2470344032921,555L413.87464551440326,555L396.50225662551435,555L379.1298677366255,555L361.75747884773665,555L344.38508995884774,555L327.01270106995884,555L309.64031218106993,555L292.267923292181,555L274.8955344032921,555L257.52314551440327,555L240.1507566255144,555L222.77836773662548,555L205.4059788477366,555L188.0335899588477,555L170.66120106995885,555L153.28881218106994,555L135.91642329218107,555L118.54403440329217,555L101.17164551440328,555Z
[00:03:06]                 │ debg chartData[i] =37
[00:03:06]                 │ debg chartData[i] =202
[00:03:06]                 │ debg chartData[i] =740
[00:03:06]                 │ debg chartData[i] =1437
[00:03:06]                 │ debg chartData[i] =1371
[00:03:06]                 │ debg chartData[i] =751
[00:03:06]                 │ debg chartData[i] =188
[00:03:06]                 │ debg chartData[i] =31
[00:03:06]                 │ debg chartData[i] =42
[00:03:06]                 │ debg chartData[i] =202
[00:03:06]                 │ debg chartData[i] =683
[00:03:06]                 │ debg chartData[i] =1361
[00:03:06]                 │ debg chartData[i] =1415
[00:03:06]                 │ debg chartData[i] =707
[00:03:06]                 │ debg chartData[i] =177
[00:03:06]                 │ debg chartData[i] =27
[00:03:06]                 │ debg chartData[i] =32
[00:03:06]                 │ debg chartData[i] =175
[00:03:06]                 │ debg chartData[i] =707
[00:03:06]                 │ debg chartData[i] =1408
[00:03:06]                 │ debg chartData[i] =1355
[00:03:06]                 │ debg chartData[i] =726
[00:03:06]                 │ debg chartData[i] =201
[00:03:06]                 │ debg chartData[i] =29
[00:03:06]                 │ debg expectedAreaChartData = 37,202,740,1437,1371,751,188,31,42,202,683,1361,1415,707,177,27,32,175,707,1408,1355,726,201,29
[00:03:06]                 │ debg actual chart data =     37,202,740,1437,1371,751,188,31,42,202,683,1361,1415,707,177,27,32,175,707,1408,1355,726,201,29
[00:03:06]                 └- ✓ pass  (222ms) "visualize app  area charts should show correct chart"
[00:03:06]               └-> should show correct data
[00:03:06]                 └-> "before each" hook: global before each
[00:03:06]                 │ debg Inspector.open
[00:03:06]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:09]                 │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:09]                 │ debg TestSubjects.click(openInspectorButton)
[00:03:09]                 │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:09]                 │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:09]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:09]                 │ debg TestSubjects.find(inspectorPanel)
[00:03:09]                 │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:09]                 │ debg Find.clickByButtonText('Rows per page: 20') with timeout=10000
[00:03:09]                 │ debg Find.byButtonText('Rows per page: 20') with timeout=10000
[00:03:10]                 │ debg Find.findByCssSelector('.euiPanel .euiContextMenuPanel') with timeout=10000
[00:03:10]                 │ debg Find.clickByButtonText('50 rows') with timeout=10000
[00:03:10]                 │ debg Find.byButtonText('50 rows') with timeout=10000
[00:03:11]                 │ debg Inspector.expectTableData(2015-09-20 00:00,37,2015-09-20 03:00,202,2015-09-20 06:00,740,2015-09-20 09:00,1,437,2015-09-20 12:00,1,371,2015-09-20 15:00,751,2015-09-20 18:00,188,2015-09-20 21:00,31,2015-09-21 00:00,42,2015-09-21 03:00,202,2015-09-21 06:00,683,2015-09-21 09:00,1,361,2015-09-21 12:00,1,415,2015-09-21 15:00,707,2015-09-21 18:00,177,2015-09-21 21:00,27,2015-09-22 00:00,32,2015-09-22 03:00,175,2015-09-22 06:00,707,2015-09-22 09:00,1,408,2015-09-22 12:00,1,355,2015-09-22 15:00,726,2015-09-22 18:00,201,2015-09-22 21:00,29)
[00:03:11]                 │ debg TestSubjects.find(inspectorPanel)
[00:03:11]                 │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:11]                 │ debg Close Inspector
[00:03:11]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:11]                 │ debg Closing flyout inspectorPanel
[00:03:11]                 │ debg TestSubjects.find(inspectorPanel)
[00:03:11]                 │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:11]                 │ debg Waiting up to 20000ms for flyout closed...
[00:03:11]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:03:12]                 │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:12]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:15]                 │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:15]                 └- ✓ pass  (9.5s) "visualize app  area charts should show correct data"
[00:03:15]               └-: axis scaling
[00:03:15]                 └-> "before all" hook
[00:03:15]                 └-> does not scale by default
[00:03:15]                   └-> "before each" hook: global before each
[00:03:15]                   │ debg Find.findByCssSelector('button[aria-controls="visEditorAggAccordion2"]') with timeout=10000
[00:03:16]                   │ debg toggle visEditorAggAccordion2 expand = false
[00:03:16]                   │ debg toggle visEditorAggAccordion2 click()
[00:03:16]                   │ debg visEditor.setInterval(Second, {default, 2, false})
[00:03:16]                   │ debg comboBox.set, comboBoxSelector: visEditorInterval
[00:03:16]                   │ debg TestSubjects.find(visEditorInterval)
[00:03:16]                   │ debg Find.findByCssSelector('[data-test-subj="visEditorInterval"]') with timeout=10000
[00:03:16]                   │ debg comboBox.setElement, value: Second
[00:03:16]                   │ debg comboBox.isOptionSelected, value: Second
[00:03:18]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:18]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="Second"]') with timeout=2500
[00:03:18]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:21]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:03:21]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:21]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:21]                   │ debg Before Rendering count 1
[00:03:21]                   │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:03:21]                   │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:21]                   │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:22]                   │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [2]...
[00:03:22]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:22]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:22]                   │ debg -- currentRenderingCount=1
[00:03:22]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:22]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:22]                   │ debg -- currentRenderingCount=2
[00:03:22]                   │ debg Inspector.open
[00:03:22]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:25]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:25]                   │ debg TestSubjects.click(openInspectorButton)
[00:03:25]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:25]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:25]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:25]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:25]                   │ debg Inspector.expectTableData(2015-09-20 00:00,6,2015-09-20 01:00,9,2015-09-20 02:00,22,2015-09-20 03:00,31,2015-09-20 04:00,52,2015-09-20 05:00,119,2015-09-20 06:00,181,2015-09-20 07:00,218,2015-09-20 08:00,341,2015-09-20 09:00,440,2015-09-20 10:00,480,2015-09-20 11:00,517,2015-09-20 12:00,522,2015-09-20 13:00,446,2015-09-20 14:00,403,2015-09-20 15:00,321,2015-09-20 16:00,258,2015-09-20 17:00,172,2015-09-20 18:00,95,2015-09-20 19:00,55)
[00:03:25]                   │ debg TestSubjects.find(inspectorPanel)
[00:03:25]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:25]                   │ debg Close Inspector
[00:03:25]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:25]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:25]                   │ debg Closing flyout inspectorPanel
[00:03:25]                   │ debg TestSubjects.find(inspectorPanel)
[00:03:25]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:25]                   │ debg Waiting up to 20000ms for flyout closed...
[00:03:25]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:25]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:03:27]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:27]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:27]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:30]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:30]                   └- ✓ pass  (14.5s) "visualize app  area charts axis scaling does not scale by default"
[00:03:30]                 └-> scales when enabled count agg
[00:03:30]                   └-> "before each" hook: global before each
[00:03:30]                   │ debg TestSubjects.find(advancedParams-2)
[00:03:30]                   │ debg Find.findByCssSelector('[data-test-subj="advancedParams-2"]') with timeout=10000
[00:03:30]                   │ debg Find.descendantDisplayedByCssSelector('button')
[00:03:30]                   │ debg TestSubjects.click(scaleMetricsSwitch)
[00:03:30]                   │ debg Find.clickByCssSelector('[data-test-subj="scaleMetricsSwitch"]') with timeout=10000
[00:03:30]                   │ debg Find.findByCssSelector('[data-test-subj="scaleMetricsSwitch"]') with timeout=10000
[00:03:30]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:30]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:30]                   │ debg Before Rendering count 2
[00:03:30]                   │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:03:30]                   │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:30]                   │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:31]                   │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [3]...
[00:03:31]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:31]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:31]                   │ debg -- currentRenderingCount=2
[00:03:31]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:31]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:31]                   │ debg -- currentRenderingCount=3
[00:03:31]                   │ debg Inspector.open
[00:03:31]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:31]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:34]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:34]                   │ debg TestSubjects.click(openInspectorButton)
[00:03:34]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:34]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:34]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:34]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:34]                   │ debg Inspector.expectTableData(2015-09-20 00:00,0.002,2015-09-20 01:00,0.003,2015-09-20 02:00,0.006,2015-09-20 03:00,0.009,2015-09-20 04:00,0.014,2015-09-20 05:00,0.033,2015-09-20 06:00,0.05,2015-09-20 07:00,0.061,2015-09-20 08:00,0.095,2015-09-20 09:00,0.122,2015-09-20 10:00,0.133,2015-09-20 11:00,0.144,2015-09-20 12:00,0.145,2015-09-20 13:00,0.124,2015-09-20 14:00,0.112,2015-09-20 15:00,0.089,2015-09-20 16:00,0.072,2015-09-20 17:00,0.048,2015-09-20 18:00,0.026,2015-09-20 19:00,0.015)
[00:03:34]                   │ debg TestSubjects.find(inspectorPanel)
[00:03:34]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:34]                   │ debg Close Inspector
[00:03:34]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:34]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:34]                   │ debg Closing flyout inspectorPanel
[00:03:34]                   │ debg TestSubjects.find(inspectorPanel)
[00:03:34]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:34]                   │ debg Waiting up to 20000ms for flyout closed...
[00:03:34]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:34]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:03:36]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:36]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:36]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:39]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:39]                   └- ✓ pass  (9.0s) "visualize app  area charts axis scaling scales when enabled count agg"
[00:03:39]                 └-> does not scale top hit agg
[00:03:39]                   └-> "before each" hook: global before each
[00:03:39]                   │ debg TestSubjects.click(visEditorAdd_metrics)
[00:03:39]                   │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_metrics"]') with timeout=10000
[00:03:39]                   │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_metrics"]') with timeout=10000
[00:03:39]                   │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_metrics_Y-axis"') with timeout=10000
[00:03:39]                   │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_metrics_Y-axis"') with timeout=10000
[00:03:39]                   │ debg Find.findByCssSelector('
[00:03:39]                   │                [data-test-subj="metricsAggGroup"]
[00:03:39]                   │                [data-test-subj^="visEditorAggAccordion"].euiAccordion-isOpen
[00:03:39]                   │                
[00:03:39]                   │                [data-test-subj="defaultEditorAggSelect"]
[00:03:39]                   │              ') with timeout=10000
[00:03:39]                   │ debg comboBox.setElement, value: Top Hit
[00:03:39]                   │ debg comboBox.isOptionSelected, value: Top Hit
[00:03:42]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:42]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="Top Hit"]') with timeout=2500
[00:03:42]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:45]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:03:45]                   │ debg ... sleep(500) start
[00:03:46]                   │ debg ... sleep(500) end
[00:03:46]                   │ debg selectField bytes
[00:03:46]                   │ debg Find.findByCssSelector('
[00:03:46]                   │                [data-test-subj="metricsAggGroup"]
[00:03:46]                   │                [data-test-subj^="visEditorAggAccordion"].euiAccordion-isOpen
[00:03:46]                   │                [data-test-subj="visAggEditorParams"]
[00:03:46]                   │                
[00:03:46]                   │                [data-test-subj="visDefaultEditorField"]
[00:03:46]                   │              ') with timeout=10000
[00:03:46]                   │ debg comboBox.setElement, value: bytes
[00:03:46]                   │ debg comboBox.isOptionSelected, value: bytes
[00:03:48]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:48]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:48]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="bytes"]') with timeout=2500
[00:03:48]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:48]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:51]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:03:51]                   │ debg Find.selectValue('[data-test-subj="visDefaultEditorAggregateWith"]', option[value="average"]')
[00:03:51]                   │ debg Find.findByCssSelector('[data-test-subj="visDefaultEditorAggregateWith"]') with timeout=10000
[00:03:52]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:52]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:52]                   │ debg Before Rendering count 3
[00:03:52]                   │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:03:52]                   │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:52]                   │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:52]                   │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [4]...
[00:03:52]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:52]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:52]                   │ debg -- currentRenderingCount=3
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <path> attribute d: Expected number, "…02.304032345679,NaNL108.15964345…".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:52]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:53]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:53]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:53]                   │ debg -- currentRenderingCount=4
[00:03:53]                   │ debg Inspector.open
[00:03:53]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:53]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:55]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:56]                   │ debg TestSubjects.click(openInspectorButton)
[00:03:56]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:56]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:56]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:56]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:56]                   │ debg Inspector.expectTableData(2015-09-20 00:00,6,9.035KB,2015-09-20 01:00,9,5.854KB,2015-09-20 02:00,22,4.588KB,2015-09-20 03:00,31,8.349KB,2015-09-20 04:00,52,2.637KB,2015-09-20 05:00,119,1.712KB,2015-09-20 06:00,181,9.157KB,2015-09-20 07:00,218,8.192KB,2015-09-20 08:00,341,12.384KB,2015-09-20 09:00,440,4.482KB,2015-09-20 10:00,480,9.449KB,2015-09-20 11:00,517,213B,2015-09-20 12:00,522,638B,2015-09-20 13:00,446,7.421KB,2015-09-20 14:00,403,4.854KB,2015-09-20 15:00,321,4.132KB,2015-09-20 16:00,258,601B,2015-09-20 17:00,172,4.239KB,2015-09-20 18:00,95,6.272KB,2015-09-20 19:00,55,2.053KB)
[00:03:56]                   │ debg TestSubjects.find(inspectorPanel)
[00:03:56]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:56]                   │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/visualize app  area charts axis scaling does not scale top hit agg.png"
[00:03:56]                   │ info Current URL is: http://localhost:6191/app/kibana#/visualize/edit/9ab4ea00-8fbd-11ea-85e7-3b867c795d24?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-23T18:31:44.000Z%27))&_a=(filters:!(),linked:!f,query:(language:kuery,query:%27%27),uiState:(),vis:(aggs:!((enabled:!t,id:%271%27,params:(),schema:metric,type:count),(enabled:!t,id:%272%27,params:(drop_partials:!f,extended_bounds:(),field:%27@timestamp%27,interval:s,min_doc_count:1,scaleMetricValues:!t,useNormalizedEsInterval:!t),schema:segment,type:date_histogram),(enabled:!t,id:%273%27,params:(aggregate:average,field:bytes,size:1,sortField:%27@timestamp%27,sortOrder:desc),schema:metric,type:top_hits)),params:(addLegend:!t,addTimeMarker:!f,addTooltip:!t,categoryAxes:!((id:CategoryAxis-1,labels:(filter:!t,show:!t,truncate:100),position:bottom,scale:(type:linear),show:!t,style:(),title:(),type:category)),grid:(categoryLines:!f),labels:(),legendPosition:right,seriesParams:!((data:(id:%271%27,label:Count),drawLinesBetweenPoints:!t,interpolate:linear,lineWidth:2,mode:stacked,show:!t,showCircles:!t,type:area,valueAxis:ValueAxis-1),(data:(id:%273%27,label:%27Last%20bytes%27),drawLinesBetweenPoints:!t,interpolate:linear,lineWidth:2,mode:stacked,show:!t,showCircles:!t,type:area,valueAxis:ValueAxis-1)),thresholdLine:(color:%23E7664C,show:!f,style:full,value:10,width:1),times:!(),type:area,valueAxes:!((id:ValueAxis-1,labels:(filter:!f,rotate:0,show:!t,truncate:100),name:LeftAxis-1,position:left,scale:(mode:normal,type:linear),show:!t,style:(),title:(text:Count),type:value))),title:%27Visualization%20AreaChart%20Name%20Test%27,type:area))
[00:03:56]                   │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/visualize app  area charts axis scaling does not scale top hit agg.html
[00:03:56]                   └- ✖ fail: "visualize app  area charts axis scaling does not scale top hit agg"
[00:03:56]                   │

Stack Trace

{ Error: expected [ [ '2015-09-20 00:00', '6', '' ],
  [ '2015-09-20 01:00', '9', '' ],
  [ '2015-09-20 02:00', '22', '' ],
  [ '2015-09-20 03:00', '31', '' ],
  [ '2015-09-20 04:00', '52', '' ],
  [ '2015-09-20 05:00', '119', '' ],
  [ '2015-09-20 06:00', '181', '' ],
  [ '2015-09-20 07:00', '218', '' ],
  [ '2015-09-20 08:00', '341', '' ],
  [ '2015-09-20 09:00', '440', '' ],
  [ '2015-09-20 10:00', '480', '' ],
  [ '2015-09-20 11:00', '517', '' ],
  [ '2015-09-20 12:00', '522', '' ],
  [ '2015-09-20 13:00', '446', '' ],
  [ '2015-09-20 14:00', '403', '' ],
  [ '2015-09-20 15:00', '321', '' ],
  [ '2015-09-20 16:00', '258', '' ],
  [ '2015-09-20 17:00', '172', '' ],
  [ '2015-09-20 18:00', '95', '' ],
  [ '2015-09-20 19:00', '55', '' ] ] to sort of equal [ [ '2015-09-20 00:00', '6', '9.035KB' ],
  [ '2015-09-20 01:00', '9', '5.854KB' ],
  [ '2015-09-20 02:00', '22', '4.588KB' ],
  [ '2015-09-20 03:00', '31', '8.349KB' ],
  [ '2015-09-20 04:00', '52', '2.637KB' ],
  [ '2015-09-20 05:00', '119', '1.712KB' ],
  [ '2015-09-20 06:00', '181', '9.157KB' ],
  [ '2015-09-20 07:00', '218', '8.192KB' ],
  [ '2015-09-20 08:00', '341', '12.384KB' ],
  [ '2015-09-20 09:00', '440', '4.482KB' ],
  [ '2015-09-20 10:00', '480', '9.449KB' ],
  [ '2015-09-20 11:00', '517', '213B' ],
  [ '2015-09-20 12:00', '522', '638B' ],
  [ '2015-09-20 13:00', '446', '7.421KB' ],
  [ '2015-09-20 14:00', '403', '4.854KB' ],
  [ '2015-09-20 15:00', '321', '4.132KB' ],
  [ '2015-09-20 16:00', '258', '601B' ],
  [ '2015-09-20 17:00', '172', '4.239KB' ],
  [ '2015-09-20 18:00', '95', '6.272KB' ],
  [ '2015-09-20 19:00', '55', '2.053KB' ] ]
    at Assertion.assert (packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (packages/kbn-expect/expect.js:244:8)
    at Inspector.expectTableData (test/functional/services/inspector.ts:95:23)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  actual:
   '[\n  [\n    "2015-09-20 00:00"\n    "6"\n    ""\n  ]\n  [\n    "2015-09-20 01:00"\n    "9"\n    ""\n  ]\n  [\n    "2015-09-20 02:00"\n    "22"\n    ""\n  ]\n  [\n    "2015-09-20 03:00"\n    "31"\n    ""\n  ]\n  [\n    "2015-09-20 04:00"\n    "52"\n    ""\n  ]\n  [\n    "2015-09-20 05:00"\n    "119"\n    ""\n  ]\n  [\n    "2015-09-20 06:00"\n    "181"\n    ""\n  ]\n  [\n    "2015-09-20 07:00"\n    "218"\n    ""\n  ]\n  [\n    "2015-09-20 08:00"\n    "341"\n    ""\n  ]\n  [\n    "2015-09-20 09:00"\n    "440"\n    ""\n  ]\n  [\n    "2015-09-20 10:00"\n    "480"\n    ""\n  ]\n  [\n    "2015-09-20 11:00"\n    "517"\n    ""\n  ]\n  [\n    "2015-09-20 12:00"\n    "522"\n    ""\n  ]\n  [\n    "2015-09-20 13:00"\n    "446"\n    ""\n  ]\n  [\n    "2015-09-20 14:00"\n    "403"\n    ""\n  ]\n  [\n    "2015-09-20 15:00"\n    "321"\n    ""\n  ]\n  [\n    "2015-09-20 16:00"\n    "258"\n    ""\n  ]\n  [\n    "2015-09-20 17:00"\n    "172"\n    ""\n  ]\n  [\n    "2015-09-20 18:00"\n    "95"\n    ""\n  ]\n  [\n    "2015-09-20 19:00"\n    "55"\n    ""\n  ]\n]',
  expected:
   '[\n  [\n    "2015-09-20 00:00"\n    "6"\n    "9.035KB"\n  ]\n  [\n    "2015-09-20 01:00"\n    "9"\n    "5.854KB"\n  ]\n  [\n    "2015-09-20 02:00"\n    "22"\n    "4.588KB"\n  ]\n  [\n    "2015-09-20 03:00"\n    "31"\n    "8.349KB"\n  ]\n  [\n    "2015-09-20 04:00"\n    "52"\n    "2.637KB"\n  ]\n  [\n    "2015-09-20 05:00"\n    "119"\n    "1.712KB"\n  ]\n  [\n    "2015-09-20 06:00"\n    "181"\n    "9.157KB"\n  ]\n  [\n    "2015-09-20 07:00"\n    "218"\n    "8.192KB"\n  ]\n  [\n    "2015-09-20 08:00"\n    "341"\n    "12.384KB"\n  ]\n  [\n    "2015-09-20 09:00"\n    "440"\n    "4.482KB"\n  ]\n  [\n    "2015-09-20 10:00"\n    "480"\n    "9.449KB"\n  ]\n  [\n    "2015-09-20 11:00"\n    "517"\n    "213B"\n  ]\n  [\n    "2015-09-20 12:00"\n    "522"\n    "638B"\n  ]\n  [\n    "2015-09-20 13:00"\n    "446"\n    "7.421KB"\n  ]\n  [\n    "2015-09-20 14:00"\n    "403"\n    "4.854KB"\n  ]\n  [\n    "2015-09-20 15:00"\n    "321"\n    "4.132KB"\n  ]\n  [\n    "2015-09-20 16:00"\n    "258"\n    "601B"\n  ]\n  [\n    "2015-09-20 17:00"\n    "172"\n    "4.239KB"\n  ]\n  [\n    "2015-09-20 18:00"\n    "95"\n    "6.272KB"\n  ]\n  [\n    "2015-09-20 19:00"\n    "55"\n    "2.053KB"\n  ]\n]',
  showDiff: true }

Kibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/visualize/_area_chart·js.visualize app area charts axis scaling does not scale top hit agg

Link to Jenkins

Standard Out

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

[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-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [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-debian-tests-xl-1588783788428965084] 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-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [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-debian-tests-xl-1588783788428965084] 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-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:00]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [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-debian-tests-xl-1588783788428965084] 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: 9878
[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-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:13]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [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-debian-tests-xl-1588783788428965084] 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: 11063
[00:00:26]             │ info [long_window_logstash] Indexed 14005 docs into "long-window-logstash-0"
[00:00:27]             │ info [visualize] Loading "mappings.json"
[00:00:27]             │ info [visualize] Loading "data.json"
[00:00:27]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_1/AWMkvzCoQSy96JJtqKBQrg] deleting index
[00:00:27]             │ info [visualize] Deleted existing index [".kibana_1"]
[00:00:27]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:27]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:27]             │ info [visualize] Created index ".kibana"
[00:00:27]             │ debg [visualize] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:27]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/A9a0PUkcRC2JQWf5U2KqxA] update_mapping [_doc]
[00:00:27]             │ info [visualize] Indexed 7 docs into ".kibana"
[00:00:27]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/A9a0PUkcRC2JQWf5U2KqxA] update_mapping [_doc]
[00:00:27]             │ debg Migrating saved objects
[00:00:27]             │ proc [kibana]   log   [17:10:44.234] [info][savedobjects-service] Creating index .kibana_2.
[00:00:27]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:28]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:28]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:28]             │ proc [kibana]   log   [17:10:44.340] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:00:28]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:28]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:28]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.kibana_1]
[00:00:28]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] applying create index request using v1 templates []
[00:00:28]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1], mappings [_doc]
[00:00:28]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] updating number_of_replicas to [0] for indices [.tasks]
[00:00:28]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] 1560 finished with response BulkByScrollResponse[took=95.9ms,timed_out=false,sliceId=null,updated=0,created=7,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:28]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana/A9a0PUkcRC2JQWf5U2KqxA] deleting index
[00:00:28]             │ proc [kibana]   log   [17:10:44.798] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:00:28]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/yclWCBZJStaOf1dwaf8Tvw] update_mapping [_doc]
[00:00:28]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/yclWCBZJStaOf1dwaf8Tvw] update_mapping [_doc]
[00:00:28]             │ proc [kibana]   log   [17:10:44.915] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:00:28]             │ proc [kibana]   log   [17:10:44.970] [info][savedobjects-service] Finished in 739ms.
[00:00:28]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:00:29]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/yclWCBZJStaOf1dwaf8Tvw] update_mapping [_doc]
[00:00:30]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*","format:bytes:defaultPattern":"0,0.[000]b"}
[00:00:30]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1588783788428965084] [.kibana_2/yclWCBZJStaOf1dwaf8Tvw] update_mapping [_doc]
[00:00:31]           └-: 
[00:00:31]             └-> "before all" hook
[00:01:55]             └-: area charts
[00:01:55]               └-> "before all" hook
[00:01:55]               └-> "before all" hook
[00:01:55]                 │ debg navigateToApp visualize
[00:01:55]                 │ debg navigating to visualize url: http://localhost:6191/app/kibana#/visualize
[00:01:55]                 │ debg Navigate to: http://localhost:6191/app/kibana#/visualize
[00:01:55]                 │ debg ... sleep(700) start
[00:01:55]                 │ debg browser[INFO] http://localhost:6191/app/kibana?_t=1588785131766#/visualize 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:01:55]                 │
[00:01:55]                 │ debg browser[INFO] http://localhost:6191/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:56]                 │ debg ... sleep(700) end
[00:01:56]                 │ debg returned from get, calling refresh
[00:01:56]                 │ debg browser[INFO] http://localhost:6191/app/kibana?_t=1588785131766#/visualize 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:01:56]                 │
[00:01:56]                 │ debg browser[INFO] http://localhost:6191/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:56]                 │ debg currentUrl = http://localhost:6191/app/kibana#/visualize
[00:01:56]                 │          appUrl = http://localhost:6191/app/kibana#/visualize
[00:01:56]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:58]                 │ debg TestSubjects.find(kibanaChrome)
[00:01:58]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:01:58]                 │ debg browser[INFO] http://localhost:6191/bundles/plugin/data/data.plugin.js 96:139970 "INFO: 2020-05-06T17:12:14Z
[00:01:58]                 │        Adding connection to http://localhost:6191/elasticsearch
[00:01:58]                 │
[00:01:58]                 │      "
[00:01:58]                 │ debg ... sleep(501) start
[00:01:59]                 │ debg ... sleep(501) end
[00:01:59]                 │ debg in navigateTo url = http://localhost:6191/app/kibana#/visualize?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:01:59]                 │ debg TestSubjects.exists(statusPageContainer)
[00:01:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:02:01]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:02:02]                 │ debg TestSubjects.exists(newItemButton)
[00:02:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:02:02]                 │ debg TestSubjects.click(newItemButton)
[00:02:02]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:02:02]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:02:02]                 │ debg TestSubjects.find(visNewDialogTypes)
[00:02:02]                 │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:02:02]                 │ debg clickAreaChart
[00:02:02]                 │ debg TestSubjects.click(visType-area)
[00:02:02]                 │ debg Find.clickByCssSelector('[data-test-subj="visType-area"]') with timeout=10000
[00:02:02]                 │ debg Find.findByCssSelector('[data-test-subj="visType-area"]') with timeout=10000
[00:02:02]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:02]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:03]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:05]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:05]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:05]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:05]                 │ debg clickNewSearch
[00:02:05]                 │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:02:05]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:02:05]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:02:05]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:05]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:05]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:07]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:07]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:07]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:07]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:02:07]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:02:07]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:02:07]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:02:07]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:02:07]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:02:07]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:02:07]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:02:07]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:02:07]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:02:08]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:02:08]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:02:08]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:02:08]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:02:08]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:02:08]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:02:08]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:02:08]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:02:08]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:08]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:08]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:02:08]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:02:08]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:08]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:09]                 │ debg ... sleep(500) start
[00:02:09]                 │ debg ... sleep(500) end
[00:02:09]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:02:09]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:02:09]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:02:09]                 │ debg Find.waitForElementStale with timeout=10000
[00:02:10]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:02:10]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:02:10]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:02:10]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:02:10]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:02:10]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:10]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:10]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:02:10]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:02:10]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:10]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:02:10]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:02:10]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:02:13]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:02:14]                 │ debg TestSubjects.click(querySubmitButton)
[00:02:14]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:02:14]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:02:14]                 │ debg Find.waitForElementStale with timeout=10000
[00:02:14]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:14]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:14]                 │ debg Click X-axis
[00:02:14]                 │ debg TestSubjects.click(visEditorAdd_buckets)
[00:02:14]                 │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_buckets"]') with timeout=10000
[00:02:14]                 │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_buckets"]') with timeout=10000
[00:02:14]                 │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_buckets_X-axis"') with timeout=10000
[00:02:14]                 │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_buckets_X-axis"') with timeout=10000
[00:02:14]                 │ debg Click Date Histogram
[00:02:14]                 │ debg Find.findByCssSelector('
[00:02:14]                 │                [data-test-subj="bucketsAggGroup"]
[00:02:14]                 │                [data-test-subj^="visEditorAggAccordion"].euiAccordion-isOpen
[00:02:14]                 │                
[00:02:14]                 │                [data-test-subj="defaultEditorAggSelect"]
[00:02:14]                 │              ') with timeout=10000
[00:02:14]                 │ debg comboBox.setElement, value: Date Histogram
[00:02:14]                 │ debg comboBox.isOptionSelected, value: Date Histogram
[00:02:17]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:02:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:02:17]                 │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="Date Histogram"]') with timeout=2500
[00:02:17]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:02:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:02:20]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:02:20]                 │ debg ... sleep(500) start
[00:02:21]                 │ debg ... sleep(500) end
[00:02:21]                 │ debg Check field value
[00:02:21]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: visDefaultEditorField
[00:02:21]                 │ debg TestSubjects.find(visDefaultEditorField)
[00:02:21]                 │ debg Find.findByCssSelector('[data-test-subj="visDefaultEditorField"]') with timeout=10000
[00:02:21]                 │ debg fieldValue = @timestamp
[00:02:21]                 │ debg comboBox.getComboBoxSelectedOptions, comboBoxSelector: visEditorInterval
[00:02:21]                 │ debg TestSubjects.find(visEditorInterval)
[00:02:21]                 │ debg Find.findByCssSelector('[data-test-subj="visEditorInterval"]') with timeout=10000
[00:02:21]                 │ debg intervalValue = Auto
[00:02:21]                 │ debg TestSubjects.find(visualizationLoader)
[00:02:21]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:02:21]                 │ debg Before Rendering count 2
[00:02:21]                 │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:02:21]                 │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:02:21]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:02:21]                 │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [3]...
[00:02:21]                 │ debg TestSubjects.find(visualizationLoader)
[00:02:21]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:02:21]                 │ debg -- currentRenderingCount=2
[00:02:22]                 │ debg TestSubjects.find(visualizationLoader)
[00:02:22]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:02:22]                 │ debg -- currentRenderingCount=3
[00:02:22]               └-> should save and load with special characters
[00:02:22]                 └-> "before each" hook: global before each
[00:02:22]                 │ debg ensureSavePanelOpen
[00:02:22]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:22]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:23]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:24]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:24]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:24]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:24]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:02:26]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:29]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:30]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:02:30]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:30]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:30]                 │ debg TestSubjects.setValue(savedObjectTitle, Visualization AreaChart Name Test/?&=%)
[00:02:30]                 │ debg TestSubjects.click(savedObjectTitle)
[00:02:30]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:30]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:31]                 │ debg Click Save Visualization button
[00:02:31]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:02:31]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:31]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:31]                 │ debg TestSubjects.exists(saveVisualizationSuccess)
[00:02:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveVisualizationSuccess"]') with timeout=120000
[00:02:32]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:02:32]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:02:32]                 │ debg Toast title: Saved 'Visualization AreaChart Name Test/?&=%'
[00:02:32]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:32]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:32]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:32]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:32]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:33]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:34]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:34]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:34]                 │ debg Waiting for save modal to close
[00:02:34]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:02:37]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:37]                 │ debg Waiting up to 20000ms for last breadcrumb to have new vis name...
[00:02:37]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:02:37]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:02:37]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:02:37]                 └- ✓ pass  (15.2s) "visualize app  area charts should save and load with special characters"
[00:02:37]               └-> should save and load with non-ascii characters
[00:02:37]                 └-> "before each" hook: global before each
[00:02:37]                 │ debg ensureSavePanelOpen
[00:02:37]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:37]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:39]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:39]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:39]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:39]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:39]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:02:42]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:45]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:45]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:02:45]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:45]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:02:45]                 │ debg TestSubjects.setValue(savedObjectTitle, Visualization AreaChart Name Test with Umlaut ä)
[00:02:45]                 │ debg TestSubjects.click(savedObjectTitle)
[00:02:45]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:45]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:46]                 │ debg Click Save Visualization button
[00:02:46]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:02:46]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:46]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:02:46]                 │ debg TestSubjects.exists(saveVisualizationSuccess)
[00:02:46]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveVisualizationSuccess"]') with timeout=120000
[00:02:46]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:02:46]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:02:46]                 │ debg Toast title: Saved 'Visualization AreaChart Name Test with Umlaut ä'
[00:02:46]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:46]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:02:46]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:46]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:46]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:48]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:48]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:48]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:48]                 │ debg Waiting for save modal to close
[00:02:48]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:48]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:02:51]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:51]                 │ debg Waiting up to 20000ms for last breadcrumb to have new vis name...
[00:02:51]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:02:51]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:02:51]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:02:51]                 └- ✓ pass  (14.4s) "visualize app  area charts should save and load with non-ascii characters"
[00:02:51]               └-> should save and load
[00:02:51]                 └-> "before each" hook: global before each
[00:02:51]                 │ debg ensureSavePanelOpen
[00:02:51]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:51]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:51]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:53]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:54]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:54]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:54]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:02:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:02:56]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:02:59]                 │ debg --- retry.tryForTime failed again with the same message...
[00:03:00]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:03:00]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:03:00]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:03:00]                 │ debg TestSubjects.setValue(savedObjectTitle, Visualization AreaChart Name Test)
[00:03:00]                 │ debg TestSubjects.click(savedObjectTitle)
[00:03:00]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:00]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:00]                 │ debg Click Save Visualization button
[00:03:00]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:03:00]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:03:00]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:03:00]                 │ debg TestSubjects.exists(saveVisualizationSuccess)
[00:03:00]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveVisualizationSuccess"]') with timeout=120000
[00:03:01]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:03:01]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:03:01]                 │ debg Toast title: Saved 'Visualization AreaChart Name Test'
[00:03:01]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:03:01]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:03:01]                 │ debg isGlobalLoadingIndicatorVisible
[00:03:01]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:03]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:03]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:03]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:03]                 │ debg Waiting for save modal to close
[00:03:03]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:03:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:03:06]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:03:06]                 │ debg Waiting up to 20000ms for last breadcrumb to have new vis name...
[00:03:06]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:03:06]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:03:06]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:03:06]                 │ debg Find.clickByCssSelector('[href="#/visualize"]') with timeout=10000
[00:03:06]                 │ debg Find.findByCssSelector('[href="#/visualize"]') with timeout=10000
[00:03:07]                 │ debg clickVisualizationByLinkText(Visualization AreaChart Name Test)
[00:03:07]                 │ debg Find.clickByPartialLinkText('Visualization AreaChart Name Test') with timeout=10000
[00:03:07]                 │ debg Find.byPartialLinkText('Visualization AreaChart Name Test')  with timeout=10000
[00:03:07]                 │ debg isGlobalLoadingIndicatorVisible
[00:03:07]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:07]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:09]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:09]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:09]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:09]                 │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:03:09]                 │ debg TestSubjects.find(visualizationLoader)
[00:03:09]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:09]                 │ debg -- firstCount=1
[00:03:09]                 │ debg ... sleep(1000) start
[00:03:10]                 │ debg ... sleep(1000) end
[00:03:10]                 │ debg TestSubjects.find(visualizationLoader)
[00:03:10]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:10]                 │ debg -- secondCount=1
[00:03:10]                 │ debg Find.findByCssSelector('.visualization') with timeout=10000
[00:03:10]                 └- ✓ pass  (18.7s) "visualize app  area charts should save and load"
[00:03:10]               └-> should have inspector enabled
[00:03:10]                 └-> "before each" hook: global before each
[00:03:10]                 │ debg TestSubjects.getAttribute(openInspectorButton, disabled)
[00:03:10]                 │ debg TestSubjects.find(openInspectorButton)
[00:03:10]                 │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:10]                 └- ✓ pass  (25ms) "visualize app  area charts should have inspector enabled"
[00:03:10]               └-> should show correct chart
[00:03:10]                 └-> "before each" hook: global before each
[00:03:10]                 │ debg Find.findByCssSelector('.visAxis--x.visAxis__column--bottom') with timeout=10000
[00:03:10]                 │ debg X-Axis labels = 2015-09-20 00:00,2015-09-21 00:00,2015-09-22 00:00,2015-09-23 00:00
[00:03:10]                 │ debg Find.findByCssSelector('.visAxis__column--y.visAxis__column--left') with timeout=10000
[00:03:10]                 │ debg Y-Axis labels = 0,200,400,600,800,1,000,1,200,1,400,1,600
[00:03:10]                 │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:03:10]                 │ debg maxYLabel = 1600, maxYLabelYPosition = 180.40625
[00:03:10]                 │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:03:10]                 │ debg Find.findByCssSelector('rect.background') with timeout=10000
[00:03:10]                 │ debg height --------- 555
[00:03:10]                 │ debg Find.findByCssSelector('path[data-label="Count"]') with timeout=20000
[00:03:10]                 │ debg M101.17164551440328,542.165625L118.54403440329217,484.93125000000003L135.91642329218107,298.3125L153.28881218106994,56.54062500000003L170.66120106995885,79.43437499999997L188.0335899588477,294.496875L205.4059788477366,489.7875L222.77836773662548,544.2468749999999L240.1507566255144,540.43125L257.52314551440327,484.93125000000003L274.8955344032921,318.084375L292.267923292181,82.90312500000002L309.64031218106993,64.17187499999999L327.01270106995884,309.759375L344.38508995884774,493.60312500000003L361.75747884773665,545.634375L379.1298677366255,543.9L396.50225662551435,494.296875L413.87464551440326,309.759375L431.2470344032921,66.6L448.619423292181,84.98437499999997L465.9918121810699,303.16875L483.3642010699588,485.278125L500.73658995884773,544.9406250000001L500.73658995884773,555L483.3642010699588,555L465.9918121810699,555L448.619423292181,555L431.2470344032921,555L413.87464551440326,555L396.50225662551435,555L379.1298677366255,555L361.75747884773665,555L344.38508995884774,555L327.01270106995884,555L309.64031218106993,555L292.267923292181,555L274.8955344032921,555L257.52314551440327,555L240.1507566255144,555L222.77836773662548,555L205.4059788477366,555L188.0335899588477,555L170.66120106995885,555L153.28881218106994,555L135.91642329218107,555L118.54403440329217,555L101.17164551440328,555Z
[00:03:10]                 │ debg chartData[i] =37
[00:03:10]                 │ debg chartData[i] =202
[00:03:10]                 │ debg chartData[i] =740
[00:03:10]                 │ debg chartData[i] =1437
[00:03:10]                 │ debg chartData[i] =1371
[00:03:10]                 │ debg chartData[i] =751
[00:03:10]                 │ debg chartData[i] =188
[00:03:10]                 │ debg chartData[i] =31
[00:03:10]                 │ debg chartData[i] =42
[00:03:10]                 │ debg chartData[i] =202
[00:03:10]                 │ debg chartData[i] =683
[00:03:10]                 │ debg chartData[i] =1361
[00:03:10]                 │ debg chartData[i] =1415
[00:03:10]                 │ debg chartData[i] =707
[00:03:10]                 │ debg chartData[i] =177
[00:03:10]                 │ debg chartData[i] =27
[00:03:10]                 │ debg chartData[i] =32
[00:03:10]                 │ debg chartData[i] =175
[00:03:10]                 │ debg chartData[i] =707
[00:03:10]                 │ debg chartData[i] =1408
[00:03:10]                 │ debg chartData[i] =1355
[00:03:10]                 │ debg chartData[i] =726
[00:03:10]                 │ debg chartData[i] =201
[00:03:10]                 │ debg chartData[i] =29
[00:03:10]                 │ debg expectedAreaChartData = 37,202,740,1437,1371,751,188,31,42,202,683,1361,1415,707,177,27,32,175,707,1408,1355,726,201,29
[00:03:10]                 │ debg actual chart data =     37,202,740,1437,1371,751,188,31,42,202,683,1361,1415,707,177,27,32,175,707,1408,1355,726,201,29
[00:03:10]                 └- ✓ pass  (182ms) "visualize app  area charts should show correct chart"
[00:03:10]               └-> should show correct data
[00:03:10]                 └-> "before each" hook: global before each
[00:03:10]                 │ debg Inspector.open
[00:03:10]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:10]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:13]                 │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:13]                 │ debg TestSubjects.click(openInspectorButton)
[00:03:13]                 │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:13]                 │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:14]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:14]                 │ debg TestSubjects.find(inspectorPanel)
[00:03:14]                 │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:14]                 │ debg Find.clickByButtonText('Rows per page: 20') with timeout=10000
[00:03:14]                 │ debg Find.byButtonText('Rows per page: 20') with timeout=10000
[00:03:15]                 │ debg Find.findByCssSelector('.euiPanel .euiContextMenuPanel') with timeout=10000
[00:03:15]                 │ debg Find.clickByButtonText('50 rows') with timeout=10000
[00:03:15]                 │ debg Find.byButtonText('50 rows') with timeout=10000
[00:03:15]                 │ debg Inspector.expectTableData(2015-09-20 00:00,37,2015-09-20 03:00,202,2015-09-20 06:00,740,2015-09-20 09:00,1,437,2015-09-20 12:00,1,371,2015-09-20 15:00,751,2015-09-20 18:00,188,2015-09-20 21:00,31,2015-09-21 00:00,42,2015-09-21 03:00,202,2015-09-21 06:00,683,2015-09-21 09:00,1,361,2015-09-21 12:00,1,415,2015-09-21 15:00,707,2015-09-21 18:00,177,2015-09-21 21:00,27,2015-09-22 00:00,32,2015-09-22 03:00,175,2015-09-22 06:00,707,2015-09-22 09:00,1,408,2015-09-22 12:00,1,355,2015-09-22 15:00,726,2015-09-22 18:00,201,2015-09-22 21:00,29)
[00:03:15]                 │ debg TestSubjects.find(inspectorPanel)
[00:03:15]                 │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:15]                 │ debg Close Inspector
[00:03:15]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:15]                 │ debg Closing flyout inspectorPanel
[00:03:15]                 │ debg TestSubjects.find(inspectorPanel)
[00:03:15]                 │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:15]                 │ debg Waiting up to 20000ms for flyout closed...
[00:03:15]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:03:16]                 │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:17]                 │ debg TestSubjects.exists(inspectorPanel)
[00:03:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:19]                 │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:20]                 └- ✓ pass  (9.3s) "visualize app  area charts should show correct data"
[00:03:20]               └-: axis scaling
[00:03:20]                 └-> "before all" hook
[00:03:20]                 └-> does not scale by default
[00:03:20]                   └-> "before each" hook: global before each
[00:03:20]                   │ debg Find.findByCssSelector('button[aria-controls="visEditorAggAccordion2"]') with timeout=10000
[00:03:20]                   │ debg toggle visEditorAggAccordion2 expand = false
[00:03:20]                   │ debg toggle visEditorAggAccordion2 click()
[00:03:20]                   │ debg visEditor.setInterval(Second, {default, 2, false})
[00:03:20]                   │ debg comboBox.set, comboBoxSelector: visEditorInterval
[00:03:20]                   │ debg TestSubjects.find(visEditorInterval)
[00:03:20]                   │ debg Find.findByCssSelector('[data-test-subj="visEditorInterval"]') with timeout=10000
[00:03:20]                   │ debg comboBox.setElement, value: Second
[00:03:20]                   │ debg comboBox.isOptionSelected, value: Second
[00:03:22]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:22]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="Second"]') with timeout=2500
[00:03:22]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:25]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:03:25]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:25]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:25]                   │ debg Before Rendering count 1
[00:03:25]                   │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:03:25]                   │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:25]                   │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:26]                   │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [2]...
[00:03:26]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:26]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:26]                   │ debg -- currentRenderingCount=1
[00:03:26]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:26]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:26]                   │ debg -- currentRenderingCount=2
[00:03:26]                   │ debg Inspector.open
[00:03:26]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:26]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:29]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:29]                   │ debg TestSubjects.click(openInspectorButton)
[00:03:29]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:29]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:29]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:29]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:29]                   │ debg Inspector.expectTableData(2015-09-20 00:00,6,2015-09-20 01:00,9,2015-09-20 02:00,22,2015-09-20 03:00,31,2015-09-20 04:00,52,2015-09-20 05:00,119,2015-09-20 06:00,181,2015-09-20 07:00,218,2015-09-20 08:00,341,2015-09-20 09:00,440,2015-09-20 10:00,480,2015-09-20 11:00,517,2015-09-20 12:00,522,2015-09-20 13:00,446,2015-09-20 14:00,403,2015-09-20 15:00,321,2015-09-20 16:00,258,2015-09-20 17:00,172,2015-09-20 18:00,95,2015-09-20 19:00,55)
[00:03:29]                   │ debg TestSubjects.find(inspectorPanel)
[00:03:29]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:29]                   │ debg Close Inspector
[00:03:29]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:29]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:30]                   │ debg Closing flyout inspectorPanel
[00:03:30]                   │ debg TestSubjects.find(inspectorPanel)
[00:03:30]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:30]                   │ debg Waiting up to 20000ms for flyout closed...
[00:03:30]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:30]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:03:31]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:31]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:31]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:34]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:34]                   └- ✓ pass  (14.5s) "visualize app  area charts axis scaling does not scale by default"
[00:03:34]                 └-> scales when enabled count agg
[00:03:34]                   └-> "before each" hook: global before each
[00:03:34]                   │ debg TestSubjects.find(advancedParams-2)
[00:03:34]                   │ debg Find.findByCssSelector('[data-test-subj="advancedParams-2"]') with timeout=10000
[00:03:34]                   │ debg Find.descendantDisplayedByCssSelector('button')
[00:03:34]                   │ debg TestSubjects.click(scaleMetricsSwitch)
[00:03:34]                   │ debg Find.clickByCssSelector('[data-test-subj="scaleMetricsSwitch"]') with timeout=10000
[00:03:34]                   │ debg Find.findByCssSelector('[data-test-subj="scaleMetricsSwitch"]') with timeout=10000
[00:03:35]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:35]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:35]                   │ debg Before Rendering count 2
[00:03:35]                   │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:03:35]                   │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:35]                   │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:35]                   │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [3]...
[00:03:35]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:35]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:35]                   │ debg -- currentRenderingCount=2
[00:03:35]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:35]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:35]                   │ debg -- currentRenderingCount=3
[00:03:35]                   │ debg Inspector.open
[00:03:35]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:35]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:38]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:38]                   │ debg TestSubjects.click(openInspectorButton)
[00:03:38]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:38]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:03:39]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:39]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:39]                   │ debg Inspector.expectTableData(2015-09-20 00:00,0.002,2015-09-20 01:00,0.003,2015-09-20 02:00,0.006,2015-09-20 03:00,0.009,2015-09-20 04:00,0.014,2015-09-20 05:00,0.033,2015-09-20 06:00,0.05,2015-09-20 07:00,0.061,2015-09-20 08:00,0.095,2015-09-20 09:00,0.122,2015-09-20 10:00,0.133,2015-09-20 11:00,0.144,2015-09-20 12:00,0.145,2015-09-20 13:00,0.124,2015-09-20 14:00,0.112,2015-09-20 15:00,0.089,2015-09-20 16:00,0.072,2015-09-20 17:00,0.048,2015-09-20 18:00,0.026,2015-09-20 19:00,0.015)
[00:03:39]                   │ debg TestSubjects.find(inspectorPanel)
[00:03:39]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:39]                   │ debg Close Inspector
[00:03:39]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:39]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:39]                   │ debg Closing flyout inspectorPanel
[00:03:39]                   │ debg TestSubjects.find(inspectorPanel)
[00:03:39]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:03:39]                   │ debg Waiting up to 20000ms for flyout closed...
[00:03:39]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:39]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:03:40]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:40]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:43]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:03:43]                   └- ✓ pass  (9.2s) "visualize app  area charts axis scaling scales when enabled count agg"
[00:03:43]                 └-> does not scale top hit agg
[00:03:43]                   └-> "before each" hook: global before each
[00:03:43]                   │ debg TestSubjects.click(visEditorAdd_metrics)
[00:03:43]                   │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_metrics"]') with timeout=10000
[00:03:43]                   │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_metrics"]') with timeout=10000
[00:03:43]                   │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_metrics_Y-axis"') with timeout=10000
[00:03:43]                   │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_metrics_Y-axis"') with timeout=10000
[00:03:44]                   │ debg Find.findByCssSelector('
[00:03:44]                   │                [data-test-subj="metricsAggGroup"]
[00:03:44]                   │                [data-test-subj^="visEditorAggAccordion"].euiAccordion-isOpen
[00:03:44]                   │                
[00:03:44]                   │                [data-test-subj="defaultEditorAggSelect"]
[00:03:44]                   │              ') with timeout=10000
[00:03:44]                   │ debg comboBox.setElement, value: Top Hit
[00:03:44]                   │ debg comboBox.isOptionSelected, value: Top Hit
[00:03:46]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:46]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:46]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="Top Hit"]') with timeout=2500
[00:03:46]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:46]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:49]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:03:49]                   │ debg ... sleep(500) start
[00:03:50]                   │ debg ... sleep(500) end
[00:03:50]                   │ debg selectField bytes
[00:03:50]                   │ debg Find.findByCssSelector('
[00:03:50]                   │                [data-test-subj="metricsAggGroup"]
[00:03:50]                   │                [data-test-subj^="visEditorAggAccordion"].euiAccordion-isOpen
[00:03:50]                   │                [data-test-subj="visAggEditorParams"]
[00:03:50]                   │                
[00:03:50]                   │                [data-test-subj="visDefaultEditorField"]
[00:03:50]                   │              ') with timeout=10000
[00:03:50]                   │ debg comboBox.setElement, value: bytes
[00:03:50]                   │ debg comboBox.isOptionSelected, value: bytes
[00:03:52]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:52]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:52]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="bytes"]') with timeout=2500
[00:03:53]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:03:53]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:03:55]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:03:56]                   │ debg Find.selectValue('[data-test-subj="visDefaultEditorAggregateWith"]', option[value="average"]')
[00:03:56]                   │ debg Find.findByCssSelector('[data-test-subj="visDefaultEditorAggregateWith"]') with timeout=10000
[00:03:56]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:56]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:56]                   │ debg Before Rendering count 3
[00:03:56]                   │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:03:56]                   │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:56]                   │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:03:56]                   │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [4]...
[00:03:56]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:56]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:56]                   │ debg -- currentRenderingCount=3
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <path> attribute d: Expected number, "…02.304032345679,NaNL108.15964345…".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ERROR browser[SEVERE] http://localhost:6191/built_assets/dlls/vendors_3.bundle.dll.js 57 Error: <circle> attribute cy: Expected length, "NaN".
[00:03:57]                   │ debg TestSubjects.find(visualizationLoader)
[00:03:57]                   │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:03:57]                   │ debg -- currentRenderingCount=4
[00:03:57]                   │ debg Inspector.open
[00:03:57]                   │ debg TestSubjects.exists(inspectorPanel)
[00:03:57]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:03:59]                   │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:04:00]                   │ debg TestSubjects.click(openInspectorButton)
[00:04:00]                   │ debg Find.clickByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:04:00]                   │ debg Find.findByCssSelector('[data-test-subj="openInspectorButton"]') with timeout=10000
[00:04:00]                   │ debg TestSubjects.exists(inspectorPanel)
[00:04:00]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:04:00]                   │ debg Inspector.expectTableData(2015-09-20 00:00,6,9.035KB,2015-09-20 01:00,9,5.854KB,2015-09-20 02:00,22,4.588KB,2015-09-20 03:00,31,8.349KB,2015-09-20 04:00,52,2.637KB,2015-09-20 05:00,119,1.712KB,2015-09-20 06:00,181,9.157KB,2015-09-20 07:00,218,8.192KB,2015-09-20 08:00,341,12.384KB,2015-09-20 09:00,440,4.482KB,2015-09-20 10:00,480,9.449KB,2015-09-20 11:00,517,213B,2015-09-20 12:00,522,638B,2015-09-20 13:00,446,7.421KB,2015-09-20 14:00,403,4.854KB,2015-09-20 15:00,321,4.132KB,2015-09-20 16:00,258,601B,2015-09-20 17:00,172,4.239KB,2015-09-20 18:00,95,6.272KB,2015-09-20 19:00,55,2.053KB)
[00:04:00]                   │ debg TestSubjects.find(inspectorPanel)
[00:04:00]                   │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:04:00]                   │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/visualize app  area charts axis scaling does not scale top hit agg.png"
[00:04:00]                   │ info Current URL is: http://localhost:6191/app/kibana#/visualize/edit/ced87fa0-8fbc-11ea-92d4-0136c4255385?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-23T18:31:44.000Z%27))&_a=(filters:!(),linked:!f,query:(language:kuery,query:%27%27),uiState:(),vis:(aggs:!((enabled:!t,id:%271%27,params:(),schema:metric,type:count),(enabled:!t,id:%272%27,params:(drop_partials:!f,extended_bounds:(),field:%27@timestamp%27,interval:s,min_doc_count:1,scaleMetricValues:!t,useNormalizedEsInterval:!t),schema:segment,type:date_histogram),(enabled:!t,id:%273%27,params:(aggregate:average,field:bytes,size:1,sortField:%27@timestamp%27,sortOrder:desc),schema:metric,type:top_hits)),params:(addLegend:!t,addTimeMarker:!f,addTooltip:!t,categoryAxes:!((id:CategoryAxis-1,labels:(filter:!t,show:!t,truncate:100),position:bottom,scale:(type:linear),show:!t,style:(),title:(),type:category)),grid:(categoryLines:!f),labels:(),legendPosition:right,seriesParams:!((data:(id:%271%27,label:Count),drawLinesBetweenPoints:!t,interpolate:linear,lineWidth:2,mode:stacked,show:!t,showCircles:!t,type:area,valueAxis:ValueAxis-1),(data:(id:%273%27,label:%27Last%20bytes%27),drawLinesBetweenPoints:!t,interpolate:linear,lineWidth:2,mode:stacked,show:!t,showCircles:!t,type:area,valueAxis:ValueAxis-1)),thresholdLine:(color:%23E7664C,show:!f,style:full,value:10,width:1),times:!(),type:area,valueAxes:!((id:ValueAxis-1,labels:(filter:!f,rotate:0,show:!t,truncate:100),name:LeftAxis-1,position:left,scale:(mode:normal,type:linear),show:!t,style:(),title:(text:Count),type:value))),title:%27Visualization%20AreaChart%20Name%20Test%27,type:area))
[00:04:00]                   │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/visualize app  area charts axis scaling does not scale top hit agg.html
[00:04:00]                   └- ✖ fail: "visualize app  area charts axis scaling does not scale top hit agg"
[00:04:00]                   │

Stack Trace

{ Error: expected [ [ '2015-09-20 00:00', '6', '' ],
  [ '2015-09-20 01:00', '9', '' ],
  [ '2015-09-20 02:00', '22', '' ],
  [ '2015-09-20 03:00', '31', '' ],
  [ '2015-09-20 04:00', '52', '' ],
  [ '2015-09-20 05:00', '119', '' ],
  [ '2015-09-20 06:00', '181', '' ],
  [ '2015-09-20 07:00', '218', '' ],
  [ '2015-09-20 08:00', '341', '' ],
  [ '2015-09-20 09:00', '440', '' ],
  [ '2015-09-20 10:00', '480', '' ],
  [ '2015-09-20 11:00', '517', '' ],
  [ '2015-09-20 12:00', '522', '' ],
  [ '2015-09-20 13:00', '446', '' ],
  [ '2015-09-20 14:00', '403', '' ],
  [ '2015-09-20 15:00', '321', '' ],
  [ '2015-09-20 16:00', '258', '' ],
  [ '2015-09-20 17:00', '172', '' ],
  [ '2015-09-20 18:00', '95', '' ],
  [ '2015-09-20 19:00', '55', '' ] ] to sort of equal [ [ '2015-09-20 00:00', '6', '9.035KB' ],
  [ '2015-09-20 01:00', '9', '5.854KB' ],
  [ '2015-09-20 02:00', '22', '4.588KB' ],
  [ '2015-09-20 03:00', '31', '8.349KB' ],
  [ '2015-09-20 04:00', '52', '2.637KB' ],
  [ '2015-09-20 05:00', '119', '1.712KB' ],
  [ '2015-09-20 06:00', '181', '9.157KB' ],
  [ '2015-09-20 07:00', '218', '8.192KB' ],
  [ '2015-09-20 08:00', '341', '12.384KB' ],
  [ '2015-09-20 09:00', '440', '4.482KB' ],
  [ '2015-09-20 10:00', '480', '9.449KB' ],
  [ '2015-09-20 11:00', '517', '213B' ],
  [ '2015-09-20 12:00', '522', '638B' ],
  [ '2015-09-20 13:00', '446', '7.421KB' ],
  [ '2015-09-20 14:00', '403', '4.854KB' ],
  [ '2015-09-20 15:00', '321', '4.132KB' ],
  [ '2015-09-20 16:00', '258', '601B' ],
  [ '2015-09-20 17:00', '172', '4.239KB' ],
  [ '2015-09-20 18:00', '95', '6.272KB' ],
  [ '2015-09-20 19:00', '55', '2.053KB' ] ]
    at Assertion.assert (packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (packages/kbn-expect/expect.js:244:8)
    at Inspector.expectTableData (test/functional/services/inspector.ts:95:23)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  actual:
   '[\n  [\n    "2015-09-20 00:00"\n    "6"\n    ""\n  ]\n  [\n    "2015-09-20 01:00"\n    "9"\n    ""\n  ]\n  [\n    "2015-09-20 02:00"\n    "22"\n    ""\n  ]\n  [\n    "2015-09-20 03:00"\n    "31"\n    ""\n  ]\n  [\n    "2015-09-20 04:00"\n    "52"\n    ""\n  ]\n  [\n    "2015-09-20 05:00"\n    "119"\n    ""\n  ]\n  [\n    "2015-09-20 06:00"\n    "181"\n    ""\n  ]\n  [\n    "2015-09-20 07:00"\n    "218"\n    ""\n  ]\n  [\n    "2015-09-20 08:00"\n    "341"\n    ""\n  ]\n  [\n    "2015-09-20 09:00"\n    "440"\n    ""\n  ]\n  [\n    "2015-09-20 10:00"\n    "480"\n    ""\n  ]\n  [\n    "2015-09-20 11:00"\n    "517"\n    ""\n  ]\n  [\n    "2015-09-20 12:00"\n    "522"\n    ""\n  ]\n  [\n    "2015-09-20 13:00"\n    "446"\n    ""\n  ]\n  [\n    "2015-09-20 14:00"\n    "403"\n    ""\n  ]\n  [\n    "2015-09-20 15:00"\n    "321"\n    ""\n  ]\n  [\n    "2015-09-20 16:00"\n    "258"\n    ""\n  ]\n  [\n    "2015-09-20 17:00"\n    "172"\n    ""\n  ]\n  [\n    "2015-09-20 18:00"\n    "95"\n    ""\n  ]\n  [\n    "2015-09-20 19:00"\n    "55"\n    ""\n  ]\n]',
  expected:
   '[\n  [\n    "2015-09-20 00:00"\n    "6"\n    "9.035KB"\n  ]\n  [\n    "2015-09-20 01:00"\n    "9"\n    "5.854KB"\n  ]\n  [\n    "2015-09-20 02:00"\n    "22"\n    "4.588KB"\n  ]\n  [\n    "2015-09-20 03:00"\n    "31"\n    "8.349KB"\n  ]\n  [\n    "2015-09-20 04:00"\n    "52"\n    "2.637KB"\n  ]\n  [\n    "2015-09-20 05:00"\n    "119"\n    "1.712KB"\n  ]\n  [\n    "2015-09-20 06:00"\n    "181"\n    "9.157KB"\n  ]\n  [\n    "2015-09-20 07:00"\n    "218"\n    "8.192KB"\n  ]\n  [\n    "2015-09-20 08:00"\n    "341"\n    "12.384KB"\n  ]\n  [\n    "2015-09-20 09:00"\n    "440"\n    "4.482KB"\n  ]\n  [\n    "2015-09-20 10:00"\n    "480"\n    "9.449KB"\n  ]\n  [\n    "2015-09-20 11:00"\n    "517"\n    "213B"\n  ]\n  [\n    "2015-09-20 12:00"\n    "522"\n    "638B"\n  ]\n  [\n    "2015-09-20 13:00"\n    "446"\n    "7.421KB"\n  ]\n  [\n    "2015-09-20 14:00"\n    "403"\n    "4.854KB"\n  ]\n  [\n    "2015-09-20 15:00"\n    "321"\n    "4.132KB"\n  ]\n  [\n    "2015-09-20 16:00"\n    "258"\n    "601B"\n  ]\n  [\n    "2015-09-20 17:00"\n    "172"\n    "4.239KB"\n  ]\n  [\n    "2015-09-20 18:00"\n    "95"\n    "6.272KB"\n  ]\n  [\n    "2015-09-20 19:00"\n    "55"\n    "2.053KB"\n  ]\n]',
  showDiff: true }

and 1 more failures, only showing the first 3.

History

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

@cqliu1 cqliu1 deleted the feat/lens-embeds-in-canvas branch May 6, 2020 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result impact:critical This issue should be addressed immediately due to a critical level of impact on the product. loe:x-large Extra Large Level of Effort release_note:enhancement review Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v7.7.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants