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

unskipping functional tests to check their flakiness #95349

Conversation

rashmivkulkarni
Copy link
Contributor

@rashmivkulkarni rashmivkulkarni commented Mar 24, 2021

....from Kibana and x-pack dir

Notes: Used a sed command to find and replace .skip tests.

  • grep for skipped tests grep -r ".skip(" test/functional/apps/* -B 1 — master
    • B1 - has the issue listed .

cd into test/functional/apps/

  • for i in `find ./ -type f`; do sed -i.bu "s|\.skip(|(|g" $i; done
    --- bu - backup , s - substitute , .skip( - replace with just (|

Repeat for x-pack test/functional/apps

to check:
git diff --cached

Copy link
Member

@pheyos pheyos left a comment

Choose a reason for hiding this comment

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

Hi. Good to see that skipped tests are checked for flakiness! My two items:

  • Left a comment on the ML test, see below.
  • A general note: many .skip's are accompanied by a code comment pointing to an issue. If the .skip is removed, I think the corresponding issue should be closed (linking to this fix PR) and the comment should be removed.

Comment on lines 17 to +18
// FLAKY: https://github.com/elastic/kibana/issues/93188
describe.skip('total feature importance panel and decision path popover', function () {
describe('total feature importance panel and decision path popover', function () {
Copy link
Member

Choose a reason for hiding this comment

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

As you can see from the issues linked in the comment, this has just recently been skipped and we're investigating how to stabilize it. It's failing rather rarely but it's definitely flaky, so chances are that it would pass your PR checks but fail later after re-activation. Please don't remove this skip for now.

@rashmivkulkarni
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

merge conflict between base and head

@rashmivkulkarni
Copy link
Contributor Author

@elasticmachine merge upstream

@legrego
Copy link
Member

legrego commented Apr 14, 2021

I'm going to mark this as draft until the PR is ready to review

@legrego legrego marked this pull request as draft April 14, 2021 11:38
@kibanamachine
Copy link
Contributor

⏳ Build in-progress, with failures

Failed CI Steps

History

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

@kibanamachine
Copy link
Contributor

kibanamachine commented Apr 19, 2021

💔 Build Failed

Failed CI Steps


Test Failures

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/visualize/_add_to_dashboard·ts.visualize app Add to Dashboard adding a new metric to an existing dashboard by value

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:25:21]         └-: visualize app
[00:25:21]           └-> "before all" hook in "visualize app"
[00:25:21]           └-> "before all" hook in "visualize app"
[00:25:21]             │ debg Starting visualize before method
[00:25:21]             │ info [logstash_functional] Loading "mappings.json"
[00:25:21]             │ info [logstash_functional] Loading "data.json.gz"
[00:25:21]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:25:21]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 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:25:21]             │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:25:21]             │ 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:25:21]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:25:21]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 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:25:21]             │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:25:21]             │ 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:25:21]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:25:21]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 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:25:21]             │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:25:21]             │ 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:25:31]             │ info progress: 12337
[00:25:32]             │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:25:32]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:25:32]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:25:32]             │ info [long_window_logstash] Loading "mappings.json"
[00:25:32]             │ info [long_window_logstash] Loading "data.json.gz"
[00:25:32]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [long-window-logstash-0] creating index, cause [api], templates [], shards [1]/[0]
[00:25:32]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 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:25:32]             │ info [long_window_logstash] Created index "long-window-logstash-0"
[00:25:32]             │ 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:25:42]             │ info progress: 11739
[00:25:44]             │ info [long_window_logstash] Indexed 14005 docs into "long-window-logstash-0"
[00:25:45]             │ info [visualize] Loading "mappings.json"
[00:25:45]             │ info [visualize] Loading "data.json"
[00:25:45]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/o6nS2zcNQ1isCIM-ApllIQ] deleting index
[00:25:45]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_pre6.5.0_001/cZc1BCecQQqmPffuuT82kA] deleting index
[00:25:45]             │ info [visualize] Deleted existing index ".kibana_8.0.0_001"
[00:25:45]             │ info [visualize] Deleted existing index ".kibana_pre6.5.0_001"
[00:25:45]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:25:45]             │ info [visualize] Created index ".kibana"
[00:25:45]             │ debg [visualize] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:25:45]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana/V802M4PZSfO-_4E29CQWhA] update_mapping [_doc]
[00:25:45]             │ info [visualize] Indexed 13 docs into ".kibana"
[00:25:45]             │ debg Migrating saved objects
[00:25:45]             │ proc [kibana]   log   [19:08:24.296] [info][savedobjects-service] [.kibana] INIT -> LEGACY_SET_WRITE_BLOCK. took: 6ms.
[00:25:45]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] adding block write to indices [[.kibana/V802M4PZSfO-_4E29CQWhA]]
[00:25:45]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] completed adding block write to indices [.kibana]
[00:25:45]             │ proc [kibana]   log   [19:08:24.329] [info][savedobjects-service] [.kibana] LEGACY_SET_WRITE_BLOCK -> LEGACY_CREATE_REINDEX_TARGET. took: 33ms.
[00:25:45]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_pre6.5.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:25:45]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] updating number_of_replicas to [0] for indices [.kibana_pre6.5.0_001]
[00:25:45]             │ proc [kibana]   log   [19:08:24.382] [info][savedobjects-service] [.kibana] LEGACY_CREATE_REINDEX_TARGET -> LEGACY_REINDEX. took: 53ms.
[00:25:45]             │ proc [kibana]   log   [19:08:24.390] [info][savedobjects-service] [.kibana] LEGACY_REINDEX -> LEGACY_REINDEX_WAIT_FOR_TASK. took: 8ms.
[00:25:45]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 11816 finished with response BulkByScrollResponse[took=21.5ms,timed_out=false,sliceId=null,updated=0,created=13,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:25:45]             │ proc [kibana]   log   [19:08:24.498] [info][savedobjects-service] [.kibana] LEGACY_REINDEX_WAIT_FOR_TASK -> LEGACY_DELETE. took: 108ms.
[00:25:45]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana/V802M4PZSfO-_4E29CQWhA] deleting index
[00:25:45]             │ proc [kibana]   log   [19:08:24.526] [info][savedobjects-service] [.kibana] LEGACY_DELETE -> SET_SOURCE_WRITE_BLOCK. took: 28ms.
[00:25:45]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] adding block write to indices [[.kibana_pre6.5.0_001/YXnWsVFlQB2bOr4ua5O0sA]]
[00:25:45]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] completed adding block write to indices [.kibana_pre6.5.0_001]
[00:25:45]             │ proc [kibana]   log   [19:08:24.554] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 28ms.
[00:25:45]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:25:45]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:25:45]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.0.0_reindex_temp][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.0.0_reindex_temp][0]]"
[00:25:45]             │ proc [kibana]   log   [19:08:24.606] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 51ms.
[00:25:45]             │ proc [kibana]   log   [19:08:24.610] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 5ms.
[00:25:45]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/x6Wo56YlT7COXIxIrrKVsg] update_mapping [_doc]
[00:25:45]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 11855 finished with response BulkByScrollResponse[took=32.6ms,timed_out=false,sliceId=null,updated=0,created=13,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:25:45]             │ proc [kibana]   log   [19:08:24.717] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 107ms.
[00:25:45]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] adding block write to indices [[.kibana_8.0.0_reindex_temp/x6Wo56YlT7COXIxIrrKVsg]]
[00:25:45]             │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:25:45]             │ proc [kibana]   log   [19:08:24.751] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 34ms.
[00:25:45]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:25:45]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:25:45]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:25:45]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/l3Im7TtZQPm5vtD9Z2bBfQ] create_mapping
[00:25:45]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.0.0_001][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.0.0_001][0]]"
[00:25:45]             │ proc [kibana]   log   [19:08:24.838] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 87ms.
[00:25:46]             │ proc [kibana]   log   [19:08:24.847] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 9ms.
[00:25:46]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/l3Im7TtZQPm5vtD9Z2bBfQ] update_mapping [_doc]
[00:25:46]             │ proc [kibana]   log   [19:08:25.789] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 942ms.
[00:25:46]             │ proc [kibana]   log   [19:08:25.796] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 7ms.
[00:25:46]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/l3Im7TtZQPm5vtD9Z2bBfQ] update_mapping [_doc]
[00:25:46]             │ proc [kibana]   log   [19:08:25.824] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 28ms.
[00:25:47]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 11916 finished with response BulkByScrollResponse[took=19.1ms,timed_out=false,sliceId=null,updated=13,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:25:47]             │ proc [kibana]   log   [19:08:25.930] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 106ms.
[00:25:47]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/x6Wo56YlT7COXIxIrrKVsg] deleting index
[00:25:47]             │ proc [kibana]   log   [19:08:25.965] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 35ms.
[00:25:47]             │ proc [kibana]   log   [19:08:25.966] [info][savedobjects-service] [.kibana] Migration completed after 1676ms
[00:25:47]             │ debg [visualize] Migrated Kibana index after loading Kibana data
[00:25:47]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:25:47]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/l3Im7TtZQPm5vtD9Z2bBfQ] update_mapping [_doc]
[00:25:48]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*","format:bytes:defaultPattern":"0,0.[000]b"}
[00:25:49]           └-: 
[00:25:49]             └-> "before all" hook in ""
[00:51:41]             └-: Add to Dashboard
[00:51:41]               └-> "before all" hook for "adding a new metric to a new dashboard by value"
[00:51:41]               └-> adding a new metric to a new dashboard by value
[00:51:41]                 └-> "before each" hook: global before each for "adding a new metric to a new dashboard by value"
[00:51:41]                 │ debg navigating to visualize url: http://localhost:61121/app/visualize#/
[00:51:41]                 │ debg navigate to: http://localhost:61121/app/visualize#/
[00:51:41]                 │ debg browser[INFO] http://localhost:61121/app/visualize?_t=1618860859853#/ 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:51:41]                 │
[00:51:41]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:51:41]                 │ debg ... sleep(700) start
[00:51:41]                 │ debg ... sleep(700) end
[00:51:41]                 │ debg returned from get, calling refresh
[00:51:42]                 │ERROR browser[SEVERE] http://localhost:61121/42172/bundles/core/core.entry.js 12:46050 TypeError: Failed to fetch
[00:51:42]                 │          at fetch_Fetch.fetchResponse (http://localhost:61121/42172/bundles/core/core.entry.js:6:26193)
[00:51:42]                 │          at async http://localhost:61121/42172/bundles/core/core.entry.js:6:24090
[00:51:42]                 │          at async http://localhost:61121/42172/bundles/core/core.entry.js:6:23996
[00:51:42]                 │ debg browser[INFO] http://localhost:61121/app/visualize?_t=1618860859853#/ 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:51:42]                 │
[00:51:42]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:51:42]                 │ debg currentUrl = http://localhost:61121/app/visualize#/
[00:51:42]                 │          appUrl = http://localhost:61121/app/visualize#/
[00:51:42]                 │ debg TestSubjects.find(kibanaChrome)
[00:51:42]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:51:42]                 │ debg ... sleep(501) start
[00:51:43]                 │ debg ... sleep(501) end
[00:51:43]                 │ debg in navigateTo url = http://localhost:61121/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:51:43]                 │ debg TestSubjects.exists(statusPageContainer)
[00:51:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:51:45]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:51:46]                 │ debg isGlobalLoadingIndicatorVisible
[00:51:46]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:51:46]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:51:47]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:51:48]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:51:48]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:51:48]                 │ debg TestSubjects.exists(newItemButton)
[00:51:48]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:51:48]                 │ debg TestSubjects.click(newItemButton)
[00:51:48]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:51:48]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:51:48]                 │ debg TestSubjects.click(visGroupAggBasedExploreLink)
[00:51:48]                 │ debg Find.clickByCssSelector('[data-test-subj="visGroupAggBasedExploreLink"]') with timeout=10000
[00:51:48]                 │ debg Find.findByCssSelector('[data-test-subj="visGroupAggBasedExploreLink"]') with timeout=10000
[00:51:48]                 │ debg TestSubjects.find(visNewDialogTypes)
[00:51:48]                 │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:51:48]                 │ debg TestSubjects.click(visType-metric)
[00:51:48]                 │ debg Find.clickByCssSelector('[data-test-subj="visType-metric"]') with timeout=10000
[00:51:48]                 │ debg Find.findByCssSelector('[data-test-subj="visType-metric"]') with timeout=10000
[00:51:48]                 │ debg isGlobalLoadingIndicatorVisible
[00:51:48]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:51:48]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:51:50]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:51:50]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:51:50]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:51:50]                 │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:51:50]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:51:50]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:51:50]                 │ debg isGlobalLoadingIndicatorVisible
[00:51:50]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:51:50]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:51:50]                 │ debg browser[INFO] http://localhost:61121/app/visualize#/create?type=metric&indexPattern=logstash-* 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:51:50]                 │
[00:51:50]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:51:52]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:51:52]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:51:52]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:51:52]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:51:52]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:51:52]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:51:52]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:51:52]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:51:52]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:51:52]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:51:52]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:51:52]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:51:52]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:51:52]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:51:52]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:51:52]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:51:53]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:51:53]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:51:53]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:51:53]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:51:53]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:51:53]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:51:53]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:51:53]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:51:53]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:51:53]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:51:53]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:51:53]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:51:53]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:51:53]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:51:53]                 │ debg Find.waitForElementStale with timeout=10000
[00:51:53]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:51:53]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:51:53]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:51:53]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:51:54]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:51:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:51:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:51:54]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:51:54]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:51:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:51:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:51:54]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:51:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:51:56]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:51:57]                 │ debg TestSubjects.click(querySubmitButton)
[00:51:57]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:51:57]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:51:57]                 │ debg Find.waitForElementStale with timeout=10000
[00:51:57]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:51:57]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:51:57]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:51:57]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:51:57]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:51:57]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:51:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:51:57]                 │ debg TestSubjects.setValue(savedObjectTitle, My New Vis 1)
[00:51:57]                 │ debg TestSubjects.click(savedObjectTitle)
[00:51:57]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:51:57]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:51:58]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:51:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:52:00]                 │ debg --- retry.tryForTime error: [data-test-subj="saveAsNewCheckbox"] is not displayed
[00:52:01]                 │ debg TestSubjects.exists(add-to-dashboard-options)
[00:52:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=2500
[00:52:01]                 │ debg save modal dashboard selector, choosing option: new-dashboard-option
[00:52:01]                 │ debg TestSubjects.find(add-to-dashboard-options)
[00:52:01]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=10000
[00:52:01]                 │ debg TestSubjects.exists(add-to-library-checkbox)
[00:52:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=2500
[00:52:01]                 │ debg Find.findByCssSelector('#add-to-library-checkbox') with timeout=10000
[00:52:01]                 │ debg save to library checkbox exists. Setting its state to uncheck
[00:52:01]                 │ debg TestSubjects.exists(returnToOriginModeSwitch)
[00:52:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="returnToOriginModeSwitch"]') with timeout=2500
[00:52:03]                 │ debg --- retry.tryForTime error: [data-test-subj="returnToOriginModeSwitch"] is not displayed
[00:52:04]                 │ debg Click Save Visualization button
[00:52:04]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:52:04]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:52:04]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:52:04]                 │ debg Waiting for save modal to close
[00:52:04]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:52:04]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:52:07]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:52:07]                 │ debg waitForRenderComplete
[00:52:07]                 │ debg in getSharedItemsCount
[00:52:07]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:52:07]                 │ debg Renderable.waitForRender for 1 elements
[00:52:07]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:52:07]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:52:08]                 │ debg DashboardExpect.metricValuesExist(14,004)
[00:52:08]                 │ debg DashboardExpect.textWithinCssElementExists(14,004)
[00:52:08]                 │ debg textWithinCssElementExists:(["14,004"],.mtrVis__value)
[00:52:08]                 │ debg DashboardExpect.textWithinElementsExists(14,004)
[00:52:08]                 │ debg Find.allByCssSelector('.mtrVis__value') with timeout=10000
[00:52:08]                 │ debg Found 1 elements with values: ["14,004"]
[00:52:08]                 │ debg getPanelCount
[00:52:08]                 │ debg TestSubjects.findAll(embeddablePanel)
[00:52:08]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:52:08]                 │ debg searching for library modal on panel: My New Vis 1
[00:52:08]                 │ debg TestSubjects.find(embeddablePanelHeading-MyNewVis1)
[00:52:08]                 │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelHeading-MyNewVis1"]') with timeout=10000
[00:52:08]                 │ debg TestSubjects.descendantExists(embeddablePanelNotification-ACTION_LIBRARY_NOTIFICATION)
[00:52:08]                 │ debg Find.descendantExistsByCssSelector('[data-test-subj="embeddablePanelNotification-ACTION_LIBRARY_NOTIFICATION"]') with timeout=2500
[00:52:18]                 │ debg navigating to dashboard url: http://localhost:61121/app/dashboards#/list
[00:52:18]                 │ debg navigate to: http://localhost:61121/app/dashboards#/list
[00:52:18]                 │ debg ... sleep(700) start
[00:52:18]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618860897589#/list 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:52:18]                 │
[00:52:18]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:52:19]                 │ debg ... sleep(700) end
[00:52:19]                 │ debg returned from get, calling refresh
[00:52:19]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618860897589#/list 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:52:19]                 │
[00:52:19]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:52:19]                 │ debg currentUrl = http://localhost:61121/app/dashboards#/list
[00:52:19]                 │          appUrl = http://localhost:61121/app/dashboards#/list
[00:52:19]                 │ debg TestSubjects.find(kibanaChrome)
[00:52:19]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:52:20]                 │ debg ... sleep(501) start
[00:52:21]                 │ debg ... sleep(501) end
[00:52:21]                 │ debg in navigateTo url = http://localhost:61121/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:52:21]                 │ debg TestSubjects.exists(statusPageContainer)
[00:52:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:52:23]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:52:24]                 │ debg gotoDashboardLandingPage
[00:52:24]                 │ debg onDashboardLandingPage
[00:52:24]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:52:24]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:52:24]                 │ debg TestSubjects.exists(newItemButton)
[00:52:24]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:52:26]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:52:29]                 │ debg --- retry.tryForTime failed again with the same message...
[00:52:32]                 │ debg --- retry.tryForTime failed again with the same message...
[00:52:35]                 │ debg --- retry.tryForTime failed again with the same message...
[00:52:36]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:52:36]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:52:36]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:52:36]                 │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:52:36]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:52:36]                 │ debg TestSubjects.click(dashboardCreateConfirmStartOver)
[00:52:36]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardCreateConfirmStartOver"]') with timeout=10000
[00:52:36]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardCreateConfirmStartOver"]') with timeout=10000
[00:52:36]                 │ debg waitForRenderComplete
[00:52:36]                 │ debg in getSharedItemsCount
[00:52:36]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:52:36]                 │ debg Renderable.waitForRender for 0 elements
[00:52:36]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:52:46]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:52:47]                 └- ✓ pass  (1.0m) "visualize app  Add to Dashboard adding a new metric to a new dashboard by value"
[00:52:47]               └-> adding a new metric to a new dashboard by reference
[00:52:47]                 └-> "before each" hook: global before each for "adding a new metric to a new dashboard by reference"
[00:52:47]                 │ debg navigating to visualize url: http://localhost:61121/app/visualize#/
[00:52:47]                 │ debg navigate to: http://localhost:61121/app/visualize#/
[00:52:47]                 │ debg browser[INFO] http://localhost:61121/app/visualize?_t=1618860926581#/ 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:52:47]                 │
[00:52:47]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:52:47]                 │ debg ... sleep(700) start
[00:52:48]                 │ debg ... sleep(700) end
[00:52:48]                 │ debg returned from get, calling refresh
[00:52:48]                 │ERROR browser[SEVERE] http://localhost:61121/42172/bundles/plugin/newsfeed/kibana/newsfeed.plugin.js 0:18527 TypeError: Failed to fetch
[00:52:48]                 │          at fetch_Fetch.fetchResponse (http://localhost:61121/42172/bundles/core/core.entry.js:6:26614)
[00:52:48]                 │          at async http://localhost:61121/42172/bundles/core/core.entry.js:6:24090
[00:52:48]                 │          at async http://localhost:61121/42172/bundles/core/core.entry.js:6:23996
[00:52:48]                 │ debg browser[INFO] http://localhost:61121/app/visualize?_t=1618860926581#/ 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:52:48]                 │
[00:52:48]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:52:48]                 │ debg currentUrl = http://localhost:61121/app/visualize#/
[00:52:48]                 │          appUrl = http://localhost:61121/app/visualize#/
[00:52:48]                 │ debg TestSubjects.find(kibanaChrome)
[00:52:48]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:52:49]                 │ debg ... sleep(501) start
[00:52:49]                 │ debg ... sleep(501) end
[00:52:49]                 │ debg in navigateTo url = http://localhost:61121/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:52:49]                 │ debg TestSubjects.exists(statusPageContainer)
[00:52:49]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:52:52]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:52:52]                 │ debg isGlobalLoadingIndicatorVisible
[00:52:52]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:52:52]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:52:54]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:52:55]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:52:55]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:52:55]                 │ debg TestSubjects.exists(newItemButton)
[00:52:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:52:55]                 │ debg TestSubjects.click(newItemButton)
[00:52:55]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:52:55]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:52:55]                 │ debg TestSubjects.click(visGroupAggBasedExploreLink)
[00:52:55]                 │ debg Find.clickByCssSelector('[data-test-subj="visGroupAggBasedExploreLink"]') with timeout=10000
[00:52:55]                 │ debg Find.findByCssSelector('[data-test-subj="visGroupAggBasedExploreLink"]') with timeout=10000
[00:52:55]                 │ debg TestSubjects.find(visNewDialogTypes)
[00:52:55]                 │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:52:55]                 │ debg TestSubjects.click(visType-metric)
[00:52:55]                 │ debg Find.clickByCssSelector('[data-test-subj="visType-metric"]') with timeout=10000
[00:52:55]                 │ debg Find.findByCssSelector('[data-test-subj="visType-metric"]') with timeout=10000
[00:52:55]                 │ debg isGlobalLoadingIndicatorVisible
[00:52:55]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:52:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:52:56]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:52:57]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:52:57]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:52:57]                 │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:52:57]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:52:57]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:52:57]                 │ debg isGlobalLoadingIndicatorVisible
[00:52:57]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:52:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:52:57]                 │ debg browser[INFO] http://localhost:61121/app/visualize#/create?type=metric&indexPattern=logstash-* 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:52:57]                 │
[00:52:57]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:52:59]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:52:59]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:52:59]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:52:59]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:52:59]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:52:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:52:59]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:52:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:52:59]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:52:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:52:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:52:59]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:52:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:52:59]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:52:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:52:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:52:59]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:52:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:52:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:52:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:53:00]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:53:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:00]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:53:00]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:53:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:00]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:53:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:53:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:53:00]                 │ debg Find.waitForElementStale with timeout=10000
[00:53:00]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:53:00]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:53:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:53:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:53:00]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:53:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:00]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:53:00]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:53:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:01]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:53:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:53:03]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:53:04]                 │ debg TestSubjects.click(querySubmitButton)
[00:53:04]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:53:04]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:53:04]                 │ debg Find.waitForElementStale with timeout=10000
[00:53:04]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:53:04]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:53:04]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:53:04]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:53:04]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:53:04]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:53:04]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:53:04]                 │ debg TestSubjects.setValue(savedObjectTitle, My Saved New Vis 1)
[00:53:04]                 │ debg TestSubjects.click(savedObjectTitle)
[00:53:04]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:53:04]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:53:05]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:53:05]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:53:07]                 │ debg --- retry.tryForTime error: [data-test-subj="saveAsNewCheckbox"] is not displayed
[00:53:08]                 │ debg TestSubjects.exists(add-to-dashboard-options)
[00:53:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=2500
[00:53:08]                 │ debg save modal dashboard selector, choosing option: new-dashboard-option
[00:53:08]                 │ debg TestSubjects.find(add-to-dashboard-options)
[00:53:08]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=10000
[00:53:08]                 │ debg TestSubjects.exists(add-to-library-checkbox)
[00:53:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=2500
[00:53:08]                 │ debg Find.findByCssSelector('#add-to-library-checkbox') with timeout=10000
[00:53:08]                 │ debg save to library checkbox exists. Setting its state to check
[00:53:08]                 │ debg TestSubjects.find(add-to-library-checkbox)
[00:53:08]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=10000
[00:53:08]                 │ debg TestSubjects.exists(returnToOriginModeSwitch)
[00:53:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="returnToOriginModeSwitch"]') with timeout=2500
[00:53:10]                 │ debg --- retry.tryForTime error: [data-test-subj="returnToOriginModeSwitch"] is not displayed
[00:53:11]                 │ debg Click Save Visualization button
[00:53:11]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:53:11]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:53:11]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:53:11]                 │ debg Waiting for save modal to close
[00:53:11]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:53:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:53:11]                 │ debg --- retry.try error: save modal still open
[00:53:12]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:53:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:53:14]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:53:15]                 │ debg waitForRenderComplete
[00:53:15]                 │ debg in getSharedItemsCount
[00:53:15]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:53:15]                 │ debg Renderable.waitForRender for 1 elements
[00:53:15]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:53:15]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:53:16]                 │ debg DashboardExpect.metricValuesExist(14,004)
[00:53:16]                 │ debg DashboardExpect.textWithinCssElementExists(14,004)
[00:53:16]                 │ debg textWithinCssElementExists:(["14,004"],.mtrVis__value)
[00:53:16]                 │ debg DashboardExpect.textWithinElementsExists(14,004)
[00:53:16]                 │ debg Find.allByCssSelector('.mtrVis__value') with timeout=10000
[00:53:16]                 │ debg Found 1 elements with values: ["14,004"]
[00:53:16]                 │ debg getPanelCount
[00:53:16]                 │ debg TestSubjects.findAll(embeddablePanel)
[00:53:16]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:53:16]                 │ debg searching for library modal on panel: My Saved New Vis 1
[00:53:16]                 │ debg TestSubjects.find(embeddablePanelHeading-MySavedNewVis1)
[00:53:16]                 │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelHeading-MySavedNewVis1"]') with timeout=10000
[00:53:16]                 │ debg TestSubjects.descendantExists(embeddablePanelNotification-ACTION_LIBRARY_NOTIFICATION)
[00:53:16]                 │ debg Find.descendantExistsByCssSelector('[data-test-subj="embeddablePanelNotification-ACTION_LIBRARY_NOTIFICATION"]') with timeout=2500
[00:53:16]                 │ debg navigating to dashboard url: http://localhost:61121/app/dashboards#/list
[00:53:16]                 │ debg navigate to: http://localhost:61121/app/dashboards#/list
[00:53:16]                 │ debg ... sleep(700) start
[00:53:16]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618860955049#/list 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:53:16]                 │
[00:53:16]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:53:16]                 │ debg ... sleep(700) end
[00:53:16]                 │ debg returned from get, calling refresh
[00:53:17]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618860955049#/list 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:53:17]                 │
[00:53:17]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:53:17]                 │ debg currentUrl = http://localhost:61121/app/dashboards#/list
[00:53:17]                 │          appUrl = http://localhost:61121/app/dashboards#/list
[00:53:17]                 │ debg TestSubjects.find(kibanaChrome)
[00:53:17]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:53:17]                 │ debg ... sleep(501) start
[00:53:18]                 │ debg ... sleep(501) end
[00:53:18]                 │ debg in navigateTo url = http://localhost:61121/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:53:18]                 │ debg TestSubjects.exists(statusPageContainer)
[00:53:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:53:20]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:53:21]                 │ debg gotoDashboardLandingPage
[00:53:21]                 │ debg onDashboardLandingPage
[00:53:21]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:53:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:53:21]                 │ debg TestSubjects.exists(newItemButton)
[00:53:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:53:23]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:53:26]                 │ debg --- retry.tryForTime failed again with the same message...
[00:53:29]                 │ debg --- retry.tryForTime failed again with the same message...
[00:53:32]                 │ debg --- retry.tryForTime failed again with the same message...
[00:53:33]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:53:33]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:53:33]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:53:33]                 │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:53:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:53:33]                 │ debg TestSubjects.click(dashboardCreateConfirmStartOver)
[00:53:33]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardCreateConfirmStartOver"]') with timeout=10000
[00:53:33]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardCreateConfirmStartOver"]') with timeout=10000
[00:53:33]                 │ debg waitForRenderComplete
[00:53:33]                 │ debg in getSharedItemsCount
[00:53:33]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:53:33]                 │ debg Renderable.waitForRender for 0 elements
[00:53:33]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:53:43]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:53:44]                 └- ✓ pass  (57.1s) "visualize app  Add to Dashboard adding a new metric to a new dashboard by reference"
[00:53:44]               └-> adding a existing metric to a new dashboard by value
[00:53:44]                 └-> "before each" hook: global before each for "adding a existing metric to a new dashboard by value"
[00:53:44]                 │ debg navigating to visualize url: http://localhost:61121/app/visualize#/
[00:53:44]                 │ debg navigate to: http://localhost:61121/app/visualize#/
[00:53:45]                 │ debg browser[INFO] http://localhost:61121/app/visualize?_t=1618860983701#/ 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:53:45]                 │
[00:53:45]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:53:45]                 │ debg ... sleep(700) start
[00:53:45]                 │ debg ... sleep(700) end
[00:53:45]                 │ debg returned from get, calling refresh
[00:53:45]                 │ERROR browser[SEVERE] http://localhost:61121/42172/bundles/core/core.entry.js 12:46050 TypeError: Failed to fetch
[00:53:45]                 │          at fetch_Fetch.fetchResponse (http://localhost:61121/42172/bundles/core/core.entry.js:6:26193)
[00:53:45]                 │          at async http://localhost:61121/42172/bundles/core/core.entry.js:6:24090
[00:53:45]                 │          at async http://localhost:61121/42172/bundles/core/core.entry.js:6:23996
[00:53:45]                 │ debg browser[INFO] http://localhost:61121/app/visualize?_t=1618860983701#/ 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:53:45]                 │
[00:53:45]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:53:45]                 │ debg currentUrl = http://localhost:61121/app/visualize#/
[00:53:45]                 │          appUrl = http://localhost:61121/app/visualize#/
[00:53:45]                 │ debg TestSubjects.find(kibanaChrome)
[00:53:45]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:53:46]                 │ debg ... sleep(501) start
[00:53:47]                 │ debg ... sleep(501) end
[00:53:47]                 │ debg in navigateTo url = http://localhost:61121/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:53:47]                 │ debg --- retry.try error: URL changed, waiting for it to settle
[00:53:47]                 │ debg ... sleep(501) start
[00:53:48]                 │ debg ... sleep(501) end
[00:53:48]                 │ debg in navigateTo url = http://localhost:61121/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:53:48]                 │ debg TestSubjects.exists(statusPageContainer)
[00:53:48]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:53:50]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:53:51]                 │ debg isGlobalLoadingIndicatorVisible
[00:53:51]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:53:51]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:53:52]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:53:53]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:53:53]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:53:53]                 │ debg TestSubjects.exists(newItemButton)
[00:53:53]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:53:53]                 │ debg TestSubjects.click(newItemButton)
[00:53:53]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:53:53]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:53:53]                 │ debg TestSubjects.click(visGroupAggBasedExploreLink)
[00:53:53]                 │ debg Find.clickByCssSelector('[data-test-subj="visGroupAggBasedExploreLink"]') with timeout=10000
[00:53:53]                 │ debg Find.findByCssSelector('[data-test-subj="visGroupAggBasedExploreLink"]') with timeout=10000
[00:53:53]                 │ debg TestSubjects.find(visNewDialogTypes)
[00:53:53]                 │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:53:53]                 │ debg TestSubjects.click(visType-metric)
[00:53:53]                 │ debg Find.clickByCssSelector('[data-test-subj="visType-metric"]') with timeout=10000
[00:53:53]                 │ debg Find.findByCssSelector('[data-test-subj="visType-metric"]') with timeout=10000
[00:53:53]                 │ debg isGlobalLoadingIndicatorVisible
[00:53:53]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:53:53]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:53:55]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:53:55]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:53:55]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:53:55]                 │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:53:55]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:53:55]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:53:55]                 │ debg isGlobalLoadingIndicatorVisible
[00:53:55]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:53:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:53:55]                 │ debg browser[INFO] http://localhost:61121/app/visualize#/create?type=metric&indexPattern=logstash-* 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:53:55]                 │
[00:53:55]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:53:57]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:53:57]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:53:57]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:53:57]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:53:57]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:53:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:53:57]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:53:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:53:58]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:53:58]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:53:58]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:53:58]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:53:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:53:58]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:53:58]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:53:58]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:53:58]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:53:58]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:53:58]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:53:58]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:53:58]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:53:58]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:58]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:58]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:53:58]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:53:58]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:58]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:58]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:53:58]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:53:58]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:53:58]                 │ debg Find.waitForElementStale with timeout=10000
[00:53:59]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:53:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:53:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:53:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:53:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:53:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:59]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:53:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:53:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:53:59]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:53:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:54:02]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:54:02]                 │ debg TestSubjects.click(querySubmitButton)
[00:54:02]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:54:02]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:54:02]                 │ debg Find.waitForElementStale with timeout=10000
[00:54:02]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:54:02]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:54:02]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:54:02]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:54:02]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:54:02]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:54:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:54:03]                 │ debg TestSubjects.setValue(savedObjectTitle, My New Vis 1)
[00:54:03]                 │ debg TestSubjects.click(savedObjectTitle)
[00:54:03]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:54:03]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:54:03]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:54:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:54:05]                 │ debg --- retry.tryForTime error: [data-test-subj="saveAsNewCheckbox"] is not displayed
[00:54:06]                 │ debg TestSubjects.exists(add-to-dashboard-options)
[00:54:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=2500
[00:54:06]                 │ debg save modal dashboard selector, choosing option: add-to-library-option
[00:54:06]                 │ debg TestSubjects.find(add-to-dashboard-options)
[00:54:06]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=10000
[00:54:06]                 │ debg TestSubjects.exists(add-to-library-checkbox)
[00:54:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=2500
[00:54:06]                 │ debg Find.findByCssSelector('#add-to-library-checkbox') with timeout=10000
[00:54:06]                 │ debg save to library checkbox exists. Setting its state to check
[00:54:06]                 │ debg TestSubjects.exists(returnToOriginModeSwitch)
[00:54:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="returnToOriginModeSwitch"]') with timeout=2500
[00:54:09]                 │ debg --- retry.tryForTime error: [data-test-subj="returnToOriginModeSwitch"] is not displayed
[00:54:09]                 │ debg Click Save Visualization button
[00:54:09]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:54:09]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:54:09]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:54:09]                 │ debg Waiting for save modal to close
[00:54:09]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:54:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:54:09]                 │ debg --- retry.try error: save modal still open
[00:54:10]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:54:10]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:54:12]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:54:13]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:54:13]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:54:13]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:54:13]                 │ debg TestSubjects.find(add-to-dashboard-options)
[00:54:13]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=10000
[00:54:13]                 │ debg TestSubjects.find(add-to-library-checkbox)
[00:54:13]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=10000
[00:54:13]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:54:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:54:13]                 │ debg TestSubjects.setValue(savedObjectTitle, My New Vis 1 Copy)
[00:54:13]                 │ debg TestSubjects.click(savedObjectTitle)
[00:54:13]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:54:13]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:54:13]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:54:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:54:13]                 │ debg save as new checkbox exists. Setting its state to check
[00:54:13]                 │ debg TestSubjects.find(saveAsNewCheckbox)
[00:54:13]                 │ debg Find.findByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:54:13]                 │ debg updating checkbox saveAsNewCheckbox from false to true
[00:54:13]                 │ debg TestSubjects.click(saveAsNewCheckbox)
[00:54:13]                 │ debg Find.clickByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:54:13]                 │ debg Find.findByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:54:13]                 │ debg TestSubjects.exists(add-to-dashboard-options)
[00:54:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=2500
[00:54:13]                 │ debg save modal dashboard selector, choosing option: new-dashboard-option
[00:54:13]                 │ debg TestSubjects.find(add-to-dashboard-options)
[00:54:13]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=10000
[00:54:13]                 │ debg TestSubjects.exists(add-to-library-checkbox)
[00:54:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=2500
[00:54:13]                 │ debg Find.findByCssSelector('#add-to-library-checkbox') with timeout=10000
[00:54:13]                 │ debg save to library checkbox exists. Setting its state to uncheck
[00:54:13]                 │ debg TestSubjects.find(add-to-library-checkbox)
[00:54:13]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=10000
[00:54:13]                 │ debg TestSubjects.exists(returnToOriginModeSwitch)
[00:54:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="returnToOriginModeSwitch"]') with timeout=2500
[00:54:16]                 │ debg --- retry.tryForTime error: [data-test-subj="returnToOriginModeSwitch"] is not displayed
[00:54:16]                 │ debg Click Save Visualization button
[00:54:16]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:54:16]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:54:16]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:54:16]                 │ debg Waiting for save modal to close
[00:54:16]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:54:16]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:54:19]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:54:20]                 │ debg waitForRenderComplete
[00:54:20]                 │ debg in getSharedItemsCount
[00:54:20]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:54:20]                 │ debg Renderable.waitForRender for 1 elements
[00:54:20]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:54:20]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:54:21]                 │ debg DashboardExpect.metricValuesExist(14,004)
[00:54:21]                 │ debg DashboardExpect.textWithinCssElementExists(14,004)
[00:54:21]                 │ debg textWithinCssElementExists:(["14,004"],.mtrVis__value)
[00:54:21]                 │ debg DashboardExpect.textWithinElementsExists(14,004)
[00:54:21]                 │ debg Find.allByCssSelector('.mtrVis__value') with timeout=10000
[00:54:21]                 │ debg Found 1 elements with values: ["14,004"]
[00:54:21]                 │ debg getPanelCount
[00:54:21]                 │ debg TestSubjects.findAll(embeddablePanel)
[00:54:21]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:54:21]                 │ debg searching for library modal on panel: My New Vis 1 Copy
[00:54:21]                 │ debg TestSubjects.find(embeddablePanelHeading-MyNewVis1Copy)
[00:54:21]                 │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelHeading-MyNewVis1Copy"]') with timeout=10000
[00:54:21]                 │ debg TestSubjects.descendantExists(embeddablePanelNotification-ACTION_LIBRARY_NOTIFICATION)
[00:54:21]                 │ debg Find.descendantExistsByCssSelector('[data-test-subj="embeddablePanelNotification-ACTION_LIBRARY_NOTIFICATION"]') with timeout=2500
[00:54:31]                 │ debg navigating to dashboard url: http://localhost:61121/app/dashboards#/list
[00:54:31]                 │ debg navigate to: http://localhost:61121/app/dashboards#/list
[00:54:31]                 │ debg ... sleep(700) start
[00:54:31]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618861030087#/list 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:54:31]                 │
[00:54:31]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:54:31]                 │ debg ... sleep(700) end
[00:54:31]                 │ debg returned from get, calling refresh
[00:54:32]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618861030087#/list 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:54:32]                 │
[00:54:32]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:54:32]                 │ debg currentUrl = http://localhost:61121/app/dashboards#/list
[00:54:32]                 │          appUrl = http://localhost:61121/app/dashboards#/list
[00:54:32]                 │ debg TestSubjects.find(kibanaChrome)
[00:54:32]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:54:33]                 │ debg ... sleep(501) start
[00:54:33]                 │ debg ... sleep(501) end
[00:54:33]                 │ debg in navigateTo url = http://localhost:61121/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:54:33]                 │ debg TestSubjects.exists(statusPageContainer)
[00:54:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:54:36]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:54:36]                 │ debg gotoDashboardLandingPage
[00:54:36]                 │ debg onDashboardLandingPage
[00:54:36]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:54:36]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:54:36]                 │ debg TestSubjects.exists(newItemButton)
[00:54:36]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:54:39]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:54:42]                 │ debg --- retry.tryForTime failed again with the same message...
[00:54:45]                 │ debg --- retry.tryForTime failed again with the same message...
[00:54:48]                 │ debg --- retry.tryForTime failed again with the same message...
[00:54:48]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:54:48]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:54:48]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:54:49]                 │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:54:49]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:54:49]                 │ debg TestSubjects.click(dashboardCreateConfirmStartOver)
[00:54:49]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardCreateConfirmStartOver"]') with timeout=10000
[00:54:49]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardCreateConfirmStartOver"]') with timeout=10000
[00:54:49]                 │ debg waitForRenderComplete
[00:54:49]                 │ debg in getSharedItemsCount
[00:54:49]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:54:49]                 │ debg Renderable.waitForRender for 0 elements
[00:54:49]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:54:59]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:55:00]                 └- ✓ pass  (1.0m) "visualize app  Add to Dashboard adding a existing metric to a new dashboard by value"
[00:55:00]               └-> adding a existing metric to a new dashboard by reference
[00:55:00]                 └-> "before each" hook: global before each for "adding a existing metric to a new dashboard by reference"
[00:55:00]                 │ debg navigating to visualize url: http://localhost:61121/app/visualize#/
[00:55:00]                 │ debg navigate to: http://localhost:61121/app/visualize#/
[00:55:00]                 │ debg browser[INFO] http://localhost:61121/app/visualize?_t=1618861059216#/ 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:55:00]                 │
[00:55:00]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:55:00]                 │ debg ... sleep(700) start
[00:55:01]                 │ debg ... sleep(700) end
[00:55:01]                 │ debg returned from get, calling refresh
[00:55:01]                 │ERROR browser[SEVERE] http://localhost:61121/42172/bundles/core/core.entry.js 12:46050 TypeError: Failed to fetch
[00:55:01]                 │          at fetch_Fetch.fetchResponse (http://localhost:61121/42172/bundles/core/core.entry.js:6:26193)
[00:55:01]                 │          at async http://localhost:61121/42172/bundles/core/core.entry.js:6:24090
[00:55:01]                 │          at async http://localhost:61121/42172/bundles/core/core.entry.js:6:23996
[00:55:01]                 │ debg browser[INFO] http://localhost:61121/app/visualize?_t=1618861059216#/ 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:55:01]                 │
[00:55:01]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:55:01]                 │ debg currentUrl = http://localhost:61121/app/visualize#/
[00:55:01]                 │          appUrl = http://localhost:61121/app/visualize#/
[00:55:01]                 │ debg TestSubjects.find(kibanaChrome)
[00:55:01]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:55:02]                 │ debg ... sleep(501) start
[00:55:02]                 │ debg ... sleep(501) end
[00:55:02]                 │ debg in navigateTo url = http://localhost:61121/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:55:02]                 │ debg --- retry.try error: URL changed, waiting for it to settle
[00:55:03]                 │ debg ... sleep(501) start
[00:55:03]                 │ debg ... sleep(501) end
[00:55:03]                 │ debg in navigateTo url = http://localhost:61121/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:55:03]                 │ debg TestSubjects.exists(statusPageContainer)
[00:55:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:55:06]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:55:06]                 │ debg isGlobalLoadingIndicatorVisible
[00:55:06]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:55:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:55:08]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:55:08]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:55:08]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:55:08]                 │ debg TestSubjects.exists(newItemButton)
[00:55:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:55:08]                 │ debg TestSubjects.click(newItemButton)
[00:55:08]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:55:08]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:55:09]                 │ debg TestSubjects.click(visGroupAggBasedExploreLink)
[00:55:09]                 │ debg Find.clickByCssSelector('[data-test-subj="visGroupAggBasedExploreLink"]') with timeout=10000
[00:55:09]                 │ debg Find.findByCssSelector('[data-test-subj="visGroupAggBasedExploreLink"]') with timeout=10000
[00:55:09]                 │ debg TestSubjects.find(visNewDialogTypes)
[00:55:09]                 │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:55:09]                 │ debg TestSubjects.click(visType-metric)
[00:55:09]                 │ debg Find.clickByCssSelector('[data-test-subj="visType-metric"]') with timeout=10000
[00:55:09]                 │ debg Find.findByCssSelector('[data-test-subj="visType-metric"]') with timeout=10000
[00:55:09]                 │ debg isGlobalLoadingIndicatorVisible
[00:55:09]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:55:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:55:10]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:55:11]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:55:11]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:55:11]                 │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:55:11]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:55:11]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:55:11]                 │ debg isGlobalLoadingIndicatorVisible
[00:55:11]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:55:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:55:11]                 │ debg browser[INFO] http://localhost:61121/app/visualize#/create?type=metric&indexPattern=logstash-* 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:55:11]                 │
[00:55:11]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:55:13]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:55:13]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:55:13]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:55:13]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:55:13]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:55:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:55:13]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:55:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:55:13]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:55:13]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:55:13]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:55:13]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:55:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:55:13]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:55:13]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:55:13]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:55:13]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:55:13]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:55:13]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:55:13]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:55:13]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:55:13]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:55:13]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:55:13]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:55:13]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:55:13]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:55:13]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:55:14]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:55:14]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:55:14]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:55:14]                 │ debg Find.waitForElementStale with timeout=10000
[00:55:14]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:55:14]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:55:14]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:55:14]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:55:14]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:55:14]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:55:14]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:55:14]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:55:14]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:55:14]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:55:14]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:55:15]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:55:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:55:17]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:55:18]                 │ debg TestSubjects.click(querySubmitButton)
[00:55:18]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:55:18]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:55:18]                 │ debg Find.waitForElementStale with timeout=10000
[00:55:18]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:55:18]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:55:18]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:55:18]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:55:18]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:55:18]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:55:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:55:18]                 │ debg TestSubjects.setValue(savedObjectTitle, Another New Vis 1)
[00:55:18]                 │ debg TestSubjects.click(savedObjectTitle)
[00:55:18]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:55:18]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:55:18]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:55:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:55:21]                 │ debg --- retry.tryForTime error: [data-test-subj="saveAsNewCheckbox"] is not displayed
[00:55:21]                 │ debg TestSubjects.exists(add-to-dashboard-options)
[00:55:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=2500
[00:55:21]                 │ debg save modal dashboard selector, choosing option: add-to-library-option
[00:55:21]                 │ debg TestSubjects.find(add-to-dashboard-options)
[00:55:21]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=10000
[00:55:22]                 │ debg TestSubjects.exists(add-to-library-checkbox)
[00:55:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=2500
[00:55:22]                 │ debg Find.findByCssSelector('#add-to-library-checkbox') with timeout=10000
[00:55:22]                 │ debg save to library checkbox exists. Setting its state to check
[00:55:22]                 │ debg TestSubjects.exists(returnToOriginModeSwitch)
[00:55:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="returnToOriginModeSwitch"]') with timeout=2500
[00:55:24]                 │ debg --- retry.tryForTime error: [data-test-subj="returnToOriginModeSwitch"] is not displayed
[00:55:25]                 │ debg Click Save Visualization button
[00:55:25]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:55:25]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:55:25]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:55:25]                 │ debg Waiting for save modal to close
[00:55:25]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:55:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:55:25]                 │ debg --- retry.try error: save modal still open
[00:55:25]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:55:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:55:25]                 │ debg --- retry.try failed again with the same message...
[00:55:26]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:55:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:55:28]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:55:29]                 │ debg TestSubjects.click(visualizeSaveButton)
[00:55:29]                 │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:55:29]                 │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:55:29]                 │ debg TestSubjects.find(add-to-dashboard-options)
[00:55:29]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=10000
[00:55:29]                 │ debg TestSubjects.find(add-to-library-checkbox)
[00:55:29]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=10000
[00:55:29]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:55:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:55:29]                 │ debg TestSubjects.setValue(savedObjectTitle, Another New Vis 1 Copy)
[00:55:29]                 │ debg TestSubjects.click(savedObjectTitle)
[00:55:29]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:55:29]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:55:29]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:55:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:55:29]                 │ debg save as new checkbox exists. Setting its state to check
[00:55:29]                 │ debg TestSubjects.find(saveAsNewCheckbox)
[00:55:29]                 │ debg Find.findByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:55:29]                 │ debg updating checkbox saveAsNewCheckbox from false to true
[00:55:29]                 │ debg TestSubjects.click(saveAsNewCheckbox)
[00:55:29]                 │ debg Find.clickByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:55:29]                 │ debg Find.findByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:55:29]                 │ debg TestSubjects.exists(add-to-dashboard-options)
[00:55:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=2500
[00:55:29]                 │ debg save modal dashboard selector, choosing option: new-dashboard-option
[00:55:29]                 │ debg TestSubjects.find(add-to-dashboard-options)
[00:55:29]                 │ debg Find.findByCssSelector('[data-test-subj="add-to-dashboard-options"]') with timeout=10000
[00:55:29]                 │ debg TestSubjects.exists(add-to-library-checkbox)
[00:55:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="add-to-library-checkbox"]') with timeout=2500
[00:55:29]                 │ debg Find.findByCssSelector('#add-to-library-checkbox') with timeout=10000
[00:55:29]                 │ debg save to library checkbox exists. Setting its state to check
[00:55:29]                 │ debg TestSubjects.exists(returnToOriginModeSwitch)
[00:55:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="returnToOriginModeSwitch"]') with timeout=2500
[00:55:32]                 │ debg --- retry.tryForTime error: [data-test-subj="returnToOriginModeSwitch"] is not displayed
[00:55:33]                 │ debg Click Save Visualization button
[00:55:33]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:55:33]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:55:33]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:55:33]                 │ debg Waiting for save modal to close
[00:55:33]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:55:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:55:33]                 │ debg --- retry.try error: save modal still open
[00:55:33]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:55:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:55:36]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:55:36]                 │ debg waitForRenderComplete
[00:55:36]                 │ debg in getSharedItemsCount
[00:55:36]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:55:36]                 │ debg Renderable.waitForRender for 1 elements
[00:55:36]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:55:36]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:55:37]                 │ debg DashboardExpect.metricValuesExist(14,004)
[00:55:37]                 │ debg DashboardExpect.textWithinCssElementExists(14,004)
[00:55:37]                 │ debg textWithinCssElementExists:(["14,004"],.mtrVis__value)
[00:55:37]                 │ debg DashboardExpect.textWithinElementsExists(14,004)
[00:55:37]                 │ debg Find.allByCssSelector('.mtrVis__value') with timeout=10000
[00:55:37]                 │ debg Found 1 elements with values: ["14,004"]
[00:55:37]                 │ debg getPanelCount
[00:55:37]                 │ debg TestSubjects.findAll(embeddablePanel)
[00:55:37]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:55:37]                 │ debg searching for library modal on panel: Another New Vis 1 Copy
[00:55:37]                 │ debg TestSubjects.find(embeddablePanelHeading-AnotherNewVis1Copy)
[00:55:37]                 │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelHeading-AnotherNewVis1Copy"]') with timeout=10000
[00:55:37]                 │ debg TestSubjects.descendantExists(embeddablePanelNotification-ACTION_LIBRARY_NOTIFICATION)
[00:55:37]                 │ debg Find.descendantExistsByCssSelector('[data-test-subj="embeddablePanelNotification-ACTION_LIBRARY_NOTIFICATION"]') with timeout=2500
[00:55:37]                 │ debg navigating to dashboard url: http://localhost:61121/app/dashboards#/list
[00:55:37]                 │ debg navigate to: http://localhost:61121/app/dashboards#/list
[00:55:37]                 │ debg ... sleep(700) start
[00:55:38]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618861096747#/list 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:55:38]                 │
[00:55:38]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:55:38]                 │ debg ... sleep(700) end
[00:55:38]                 │ debg returned from get, calling refresh
[00:55:39]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618861096747#/list 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:55:39]                 │
[00:55:39]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:55:39]                 │ debg currentUrl = http://localhost:61121/app/dashboards#/list
[00:55:39]                 │          appUrl = http://localhost:61121/app/dashboards#/list
[00:55:39]                 │ debg TestSubjects.find(kibanaChrome)
[00:55:39]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:55:39]                 │ debg ... sleep(501) start
[00:55:39]                 │ debg ... sleep(501) end
[00:55:39]                 │ debg in navigateTo url = http://localhost:61121/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:55:39]                 │ debg TestSubjects.exists(statusPageContainer)
[00:55:39]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:55:42]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:55:42]                 │ debg gotoDashboardLandingPage
[00:55:42]                 │ debg onDashboardLandingPage
[00:55:42]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:55:42]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:55:43]                 │ debg TestSubjects.exists(newItemButton)
[00:55:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:55:45]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:55:48]                 │ debg --- retry.tryForTime failed again with the same message...
[00:55:51]                 │ debg --- retry.tryForTime failed again with the same message...
[00:55:54]                 │ debg --- retry.tryForTime failed again with the same message...
[00:55:55]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:55:55]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:55:55]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:55:55]                 │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:55:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:55:55]                 │ debg TestSubjects.click(dashboardCreateConfirmStartOver)
[00:55:55]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardCreateConfirmStartOver"]') with timeout=10000
[00:55:55]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardCreateConfirmStartOver"]') with timeout=10000
[00:55:55]                 │ debg waitForRenderComplete
[00:55:55]                 │ debg in getSharedItemsCount
[00:55:55]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:55:55]                 │ debg Renderable.waitForRender for 0 elements
[00:55:55]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:56:05]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:56:06]                 └- ✓ pass  (1.0m) "visualize app  Add to Dashboard adding a existing metric to a new dashboard by reference"
[00:56:06]               └-> adding a new metric to an existing dashboard by value
[00:56:06]                 └-> "before each" hook: global before each for "adding a new metric to an existing dashboard by value"
[00:56:06]                 │ debg navigating to dashboard url: http://localhost:61121/app/dashboards#/list
[00:56:06]                 │ debg navigate to: http://localhost:61121/app/dashboards#/list
[00:56:06]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618861125451#/list 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:56:06]                 │
[00:56:06]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:56:06]                 │ debg ... sleep(700) start
[00:56:07]                 │ debg ... sleep(700) end
[00:56:07]                 │ debg returned from get, calling refresh
[00:56:07]                 │ debg browser[INFO] http://localhost:61121/app/dashboards?_t=1618861125451#/list 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:56:07]                 │
[00:56:07]                 │ debg browser[INFO] http://localhost:61121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:56:07]                 │ debg currentUrl = http://localhost:61121/app/dashboards#/list
[00:56:07]                 │          appUrl = http://localhost:61121/app/dashboards#/list
[00:56:07]                 │ debg TestSubjects.find(kibanaChrome)
[00:56:07]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:56:08]                 │ debg ... sleep(501) start
[00:56:08]                 │ debg ... sleep(501) end
[00:56:08]                 │ debg in navigateTo url = http://localhost:61121/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:56:08]                 │ debg TestSubjects.exists(statusPageContainer)
[00:56:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:56:11]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:56:11]                 │ debg TestSubjects.exists(newItemButton)
[00:56:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:56:14]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:56:17]                 │ debg --- retry.tryForTime failed again with the same message...
[00:56:20]                 │ debg --- retry.tryForTime failed again with the same message...
[00:56:23]                 │ debg --- retry.tryForTime failed again with the same message...
[00:56:24]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:56:24]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:56:24]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:56:24]                 │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:56:24]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:56:26]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardCreateConfirm"] is not displayed
[00:56:27]                 │ debg waitForRenderComplete
[00:56:27]                 │ debg in getSharedItemsCount
[00:56:27]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:56:27]                 │ debg Renderable.waitForRender for 0 elements
[00:56:27]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:56:37]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:56:38]                 │ debg DashboardAddPanel.addVisualizations
[00:56:38]                 │ debg DashboardAddPanel.addEmbeddable, name: Visualization AreaChart, type: visualization
[00:56:38]                 │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:56:38]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:56:38]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:56:38]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:56:40]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:56:41]                 │ debg DashboardAddPanel.clickOpenAddPanel
[00:56:41]                 │ debg TestSubjects.click(dashboardAddPanelButton)
[00:56:41]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:56:41]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:56:41]                 │ debg ... sleep(500) start
[00:56:42]                 │ debg ... sleep(500) end
[00:56:42]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:56:42]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:56:42]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:56:42]                 │ debg DashboardAddPanel.addToFilter(visualization)
[00:56:42]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:56:42]                 │ debg DashboardAddPanel.toggleFilter
[00:56:42]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:56:42]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:56:42]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:56:42]                 │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:56:42]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:56:42]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:56:42]                 │ debg DashboardAddPanel.toggleFilter
[00:56:42]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:56:42]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:56:42]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:56:42]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:56:43]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Visualization AreaChart")
[00:56:43]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:56:43]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:56:43]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:56:43]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:56:44]                 │ debg TestSubjects.click(savedObjectTitleVisualization-AreaChart)
[00:56:44]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:56:44]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:56:54]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:56:54]                 │      Wait timed out after 10024ms
[00:56:54]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:57:04]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:57:04]                 │      Wait timed out after 10028ms
[00:57:05]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:57:15]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:57:15]                 │      Wait timed out after 10048ms
[00:57:15]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:57:25]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:57:25]                 │      Wait timed out after 10051ms
[00:57:26]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:57:36]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:57:36]                 │      Wait timed out after 10039ms
[00:57:36]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:57:46]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:57:46]                 │      Wait timed out after 10043ms
[00:57:47]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:57:57]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:57:57]                 │      Wait timed out after 10005ms
[00:57:57]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:58:07]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:58:07]                 │      Wait timed out after 10022ms
[00:58:08]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:58:18]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:58:18]                 │      Wait timed out after 10010ms
[00:58:18]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:58:28]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:58:28]                 │      Wait timed out after 10051ms
[00:58:29]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:58:39]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:58:39]                 │      Wait timed out after 10017ms
[00:58:39]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-AreaChart"]') with timeout=10000
[00:58:50]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:58:50]                 │      Wait timed out after 10051ms
[00:58:50]                 │ info Taking screenshot "/dev/shm/workspace/parallel/12/kibana/test/functional/screenshots/failure/visualize app  Add to Dashboard adding a new metric to an existing dashboard by value.png"
[00:58:50]                 │ info Current URL is: http://localhost:61121/app/dashboards#/create?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(description:%27%27,filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:%27%27),tags:!(),timeRestore:!f,title:%27%27,viewMode:edit)
[00:58:50]                 │ info Saving page source to: /dev/shm/workspace/parallel/12/kibana/test/functional/failure_debug/html/visualize app  Add to Dashboard adding a new metric to an existing dashboard by value.html
[00:58:50]                 └- ✖ fail: visualize app  Add to Dashboard adding a new metric to an existing dashboard by value
[00:58:50]                 │      Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
[00:58:50]                 │ Wait timed out after 10051ms
[00:58:50]                 │     at /dev/shm/workspace/parallel/12/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:58:50]                 │     at runMicrotasks (<anonymous>)
[00:58:50]                 │     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:58:50]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:58:50]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:58:50]                 │       at Retry.try (test/common/services/retry/retry.ts:32:14)
[00:58:50]                 │       at Proxy.clickByCssSelector (test/functional/services/common/find.ts:420:7)
[00:58:50]                 │       at TestSubjects.click (test/functional/services/common/test_subjects.ts:109:7)
[00:58:50]                 │       at DashboardAddPanel.addEmbeddable (test/functional/services/dashboard/add_panel.ts:220:7)
[00:58:50]                 │       at DashboardAddPanel.addVisualizations (test/functional/services/dashboard/add_panel.ts:203:9)
[00:58:50]                 │       at DashboardPage.addVisualizations (test/functional/page_objects/dashboard_page.ts:542:7)
[00:58:50]                 │       at Context.<anonymous> (test/functional/apps/visualize/_add_to_dashboard.ts:161:7)
[00:58:50]                 │       at Object.apply (node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)
[00:58:50]                 │ 
[00:58:50]                 │ 

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleVisualization-AreaChart"])
Wait timed out after 10051ms
    at /dev/shm/workspace/parallel/12/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
    at Retry.try (test/common/services/retry/retry.ts:32:14)
    at Proxy.clickByCssSelector (test/functional/services/common/find.ts:420:7)
    at TestSubjects.click (test/functional/services/common/test_subjects.ts:109:7)
    at DashboardAddPanel.addEmbeddable (test/functional/services/dashboard/add_panel.ts:220:7)
    at DashboardAddPanel.addVisualizations (test/functional/services/dashboard/add_panel.ts:203:9)
    at DashboardPage.addVisualizations (test/functional/page_objects/dashboard_page.ts:542:7)
    at Context.<anonymous> (test/functional/apps/visualize/_add_to_dashboard.ts:161:7)
    at Object.apply (node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/dashboard/url_field_formatter·ts.dashboard app using current data Changing field formatter to Url "before all" hook for "applied on dashboard"

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 1 times on tracked branches: https://dryrun

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook in "dashboard app"
[00:00:00]           └-: using current data
[00:00:00]             └-> "before all" hook in "using current data"
[00:00:00]             └-> "before all" hook: loadCurrentData in "using current data"
[00:00:00]               │ info [logstash_functional] Unloading indices from "mappings.json"
[00:00:00]               │ info [logstash_functional] Unloading indices from "data.json.gz"
[00:00:01]               │ info [dashboard/current/data] Loading "mappings.json"
[00:00:01]               │ info [dashboard/current/data] Loading "data.json.gz"
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [animals-dogs-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-dogs-2018-01-01"
[00:00:01]               │ debg [dashboard/current/data] "animals-dogs-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [animals-dogs-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-dogs-2018-04-10"
[00:00:01]               │ debg [dashboard/current/data] "animals-dogs-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [animals-cats-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-cats-2018-01-01"
[00:00:01]               │ debg [dashboard/current/data] "animals-cats-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [animals-cats-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "animals-cats-2018-04-10"
[00:00:02]               │ debg [dashboard/current/data] "animals-cats-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [dogbreeds] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "dogbreeds"
[00:00:02]               │ debg [dashboard/current/data] "dogbreeds" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [logstash-0] creating index, cause [api], templates [], shards [1]/[0]
[00:00:02]               │ info [dashboard/current/data] Created index "logstash-0"
[00:00:02]               │ debg [dashboard/current/data] "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:11]               │ info progress: 10818
[00:00:13]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-01-01"
[00:00:13]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-04-10"
[00:00:13]               │ info [dashboard/current/data] Indexed 6 docs into "animals-cats-2018-01-01"
[00:00:13]               │ info [dashboard/current/data] Indexed 5 docs into "animals-cats-2018-04-10"
[00:00:13]               │ info [dashboard/current/data] Indexed 6 docs into "dogbreeds"
[00:00:13]               │ info [dashboard/current/data] Indexed 14005 docs into "logstash-0"
[00:01:18]             └-: Changing field formatter to Url
[00:01:18]               └-> "before all" hook for "applied on dashboard"
[00:01:18]               └-> "before all" hook for "applied on dashboard"
[00:01:18]                 │ info [dashboard/current/kibana] Loading "mappings.json"
[00:01:18]                 │ info [dashboard/current/kibana] Loading "data.json.gz"
[00:01:18]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_1/_G75VEosR1yHpXVL40mwZg] deleting index
[00:01:18]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/-k3I38Z1T6iUFpoqE_oMbQ] deleting index
[00:01:18]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_8.0.0_001"
[00:01:18]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_1"
[00:01:18]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0]
[00:01:19]                 │ info [dashboard/current/kibana] Created index ".kibana_1"
[00:01:19]                 │ debg [dashboard/current/kibana] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:01:19]                 │ info [dashboard/current/kibana] Indexed 143 docs into ".kibana_1"
[00:01:19]                 │ debg Migrating saved objects
[00:01:19]                 │ proc [kibana]   log   [18:47:33.397] [info][savedobjects-service] [.kibana] INIT -> WAIT_FOR_YELLOW_SOURCE. took: 7ms.
[00:01:19]                 │ proc [kibana]   log   [18:47:33.405] [info][savedobjects-service] [.kibana] WAIT_FOR_YELLOW_SOURCE -> SET_SOURCE_WRITE_BLOCK. took: 8ms.
[00:01:19]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] adding block write to indices [[.kibana_1/hjXKEFXyTGGdkpidwjP5BA]]
[00:01:19]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] completed adding block write to indices [.kibana_1]
[00:01:19]                 │ proc [kibana]   log   [18:47:33.439] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 34ms.
[00:01:19]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:01:19]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:01:19]                 │ proc [kibana]   log   [18:47:33.496] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 57ms.
[00:01:19]                 │ proc [kibana]   log   [18:47:33.502] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 6ms.
[00:01:19]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/_tgswwU8R_OipQDjQtEzQA] update_mapping [_doc]
[00:01:19]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/_tgswwU8R_OipQDjQtEzQA] update_mapping [_doc]
[00:01:19]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/_tgswwU8R_OipQDjQtEzQA] update_mapping [_doc]
[00:01:19]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/_tgswwU8R_OipQDjQtEzQA] update_mapping [_doc]
[00:01:19]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 1695 finished with response BulkByScrollResponse[took=135.2ms,timed_out=false,sliceId=null,updated=0,created=143,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:01:19]                 │ proc [kibana]   log   [18:47:33.709] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 207ms.
[00:01:19]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] adding block write to indices [[.kibana_8.0.0_reindex_temp/_tgswwU8R_OipQDjQtEzQA]]
[00:01:19]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:01:19]                 │ proc [kibana]   log   [18:47:33.748] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 39ms.
[00:01:19]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:01:19]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:01:19]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:01:19]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/ADgL46TGRY2REHLWtMs71g] create_mapping
[00:01:19]                 │ proc [kibana]   log   [18:47:33.860] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 111ms.
[00:01:19]                 │ proc [kibana]   log   [18:47:33.891] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 32ms.
[00:01:19]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/ADgL46TGRY2REHLWtMs71g] update_mapping [_doc]
[00:01:20]                 │ proc [kibana]   log   [18:47:34.791] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 900ms.
[00:01:20]                 │ proc [kibana]   log   [18:47:34.804] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 13ms.
[00:01:20]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/ADgL46TGRY2REHLWtMs71g] update_mapping [_doc]
[00:01:20]                 │ proc [kibana]   log   [18:47:34.844] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 40ms.
[00:01:20]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 1763 finished with response BulkByScrollResponse[took=48.9ms,timed_out=false,sliceId=null,updated=143,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:01:20]                 │ proc [kibana]   log   [18:47:34.952] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 108ms.
[00:01:20]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/_tgswwU8R_OipQDjQtEzQA] deleting index
[00:01:20]                 │ proc [kibana]   log   [18:47:34.992] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 40ms.
[00:01:20]                 │ proc [kibana]   log   [18:47:34.993] [info][savedobjects-service] [.kibana] Migration completed after 1603ms
[00:01:20]                 │ debg [dashboard/current/kibana] Migrated Kibana index after loading Kibana data
[00:01:20]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:01:22]                 │ debg replacing kibana config doc: {"defaultIndex":"0bf35f60-3dc9-11e8-8660-4d65aa086b3c"}
[00:01:23]                 │ debg navigating to settings url: http://localhost:6171/app/management
[00:01:23]                 │ debg navigate to: http://localhost:6171/app/management
[00:01:23]                 │ debg browser[INFO] http://localhost:6171/app/management?_t=1618858057828 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:23]                 │
[00:01:23]                 │ debg browser[INFO] http://localhost:6171/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:23]                 │ debg ... sleep(700) start
[00:01:24]                 │ debg ... sleep(700) end
[00:01:24]                 │ debg returned from get, calling refresh
[00:01:24]                 │ debg browser[INFO] http://localhost:6171/app/management?_t=1618858057828 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:24]                 │
[00:01:24]                 │ debg browser[INFO] http://localhost:6171/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:24]                 │ debg currentUrl = http://localhost:6171/app/management
[00:01:24]                 │          appUrl = http://localhost:6171/app/management
[00:01:24]                 │ debg TestSubjects.find(kibanaChrome)
[00:01:24]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:25]                 │ debg ... sleep(501) start
[00:01:25]                 │ debg ... sleep(501) end
[00:01:25]                 │ debg in navigateTo url = http://localhost:6171/app/management
[00:01:25]                 │ debg TestSubjects.exists(statusPageContainer)
[00:01:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:01:28]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:01:28]                 │ debg clickKibanaIndexPatterns link
[00:01:28]                 │ debg TestSubjects.click(indexPatterns)
[00:01:28]                 │ debg Find.clickByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:01:28]                 │ debg Find.findByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:01:28]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:28]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:30]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:31]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:31]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:31]                 │ debg Find.byXPath('//a[descendant::*[text()='logstash-*']]') with timeout=10000
[00:01:31]                 │ debg TestSubjects.find(indexPatternFieldFilter)
[00:01:31]                 │ debg Find.findByCssSelector('[data-test-subj="indexPatternFieldFilter"]') with timeout=10000
[00:01:31]                 │ debg TestSubjects.find(indexPatternFieldFilter)
[00:01:31]                 │ debg Find.findByCssSelector('[data-test-subj="indexPatternFieldFilter"]') with timeout=10000
[00:01:31]                 │ debg Find.findByCssSelector('table.euiTable tbody tr.euiTableRow td.euiTableRowCell:first-child') with timeout=10000
[00:01:31]                 │ debg Find.clickByCssSelector('table.euiTable tbody tr.euiTableRow:nth-child(1)
[00:01:31]                 │                td:nth-last-child(2) button') with timeout=10000
[00:01:31]                 │ debg Find.findByCssSelector('table.euiTable tbody tr.euiTableRow:nth-child(1)
[00:01:31]                 │                td:nth-last-child(2) button') with timeout=10000
[00:01:31]                 │ debg set scripted field format = url
[00:01:31]                 │ debg Find.clickByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:01:31]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:01:41]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:01:41]                 │      Wait timed out after 10052ms
[00:01:42]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:01:52]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:01:52]                 │      Wait timed out after 10034ms
[00:01:52]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:02]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:02]                 │      Wait timed out after 10035ms
[00:02:03]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:13]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:13]                 │      Wait timed out after 10033ms
[00:02:13]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:23]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:23]                 │      Wait timed out after 10044ms
[00:02:24]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:34]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:34]                 │      Wait timed out after 10038ms
[00:02:34]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:44]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:44]                 │      Wait timed out after 10015ms
[00:02:45]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:55]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:55]                 │      Wait timed out after 10029ms
[00:02:56]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:03:06]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:06]                 │      Wait timed out after 10043ms
[00:03:06]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:03:16]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:16]                 │      Wait timed out after 10054ms
[00:03:17]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:03:27]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:27]                 │      Wait timed out after 10029ms
[00:03:27]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:03:37]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:37]                 │      Wait timed out after 10041ms
[00:03:38]                 │ info Taking screenshot "/dev/shm/workspace/parallel/7/kibana/test/functional/screenshots/failure/dashboard app using current data Changing field formatter to Url _before all_ hook for _applied on dashboard_.png"
[00:03:38]                 │ info Current URL is: http://localhost:6171/app/management/kibana/indexPatterns/patterns/0bf35f60-3dc9-11e8-8660-4d65aa086b3c#/?_a=(tab:indexedFields)
[00:03:38]                 │ info Saving page source to: /dev/shm/workspace/parallel/7/kibana/test/functional/failure_debug/html/dashboard app using current data Changing field formatter to Url _before all_ hook for _applied on dashboard_.html
[00:03:38]                 └- ✖ fail: dashboard app using current data Changing field formatter to Url "before all" hook for "applied on dashboard"
[00:03:38]                 │      Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:38]                 │ Wait timed out after 10041ms
[00:03:38]                 │     at /dev/shm/workspace/parallel/7/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:03:38]                 │     at runMicrotasks (<anonymous>)
[00:03:38]                 │     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:03:38]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:03:38]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:03:38]                 │       at Retry.try (test/common/services/retry/retry.ts:32:14)
[00:03:38]                 │       at Proxy.clickByCssSelector (test/functional/services/common/find.ts:420:7)
[00:03:38]                 │       at SettingsPage.setFieldFormat (test/functional/page_objects/settings_page.ts:618:7)
[00:03:38]                 │       at Context.<anonymous> (test/functional/apps/dashboard/url_field_formatter.ts:51:7)
[00:03:38]                 │       at Object.apply (node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)
[00:03:38]                 │ 
[00:03:38]                 │ 

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
Wait timed out after 10041ms
    at /dev/shm/workspace/parallel/7/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
    at Retry.try (test/common/services/retry/retry.ts:32:14)
    at Proxy.clickByCssSelector (test/functional/services/common/find.ts:420:7)
    at SettingsPage.setFieldFormat (test/functional/page_objects/settings_page.ts:618:7)
    at Context.<anonymous> (test/functional/apps/dashboard/url_field_formatter.ts:51:7)
    at Object.apply (node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/dashboard/url_field_formatter·ts.dashboard app using current data Changing field formatter to Url "before all" hook for "applied on dashboard"

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook in "dashboard app"
[00:00:00]           └-: using current data
[00:00:00]             └-> "before all" hook in "using current data"
[00:00:00]             └-> "before all" hook: loadCurrentData in "using current data"
[00:00:00]               │ info [logstash_functional] Unloading indices from "mappings.json"
[00:00:00]               │ info [logstash_functional] Unloading indices from "data.json.gz"
[00:00:01]               │ info [dashboard/current/data] Loading "mappings.json"
[00:00:01]               │ info [dashboard/current/data] Loading "data.json.gz"
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [animals-dogs-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-dogs-2018-01-01"
[00:00:01]               │ debg [dashboard/current/data] "animals-dogs-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [animals-dogs-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-dogs-2018-04-10"
[00:00:01]               │ debg [dashboard/current/data] "animals-dogs-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [animals-cats-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-cats-2018-01-01"
[00:00:01]               │ debg [dashboard/current/data] "animals-cats-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [animals-cats-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "animals-cats-2018-04-10"
[00:00:02]               │ debg [dashboard/current/data] "animals-cats-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [dogbreeds] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "dogbreeds"
[00:00:02]               │ debg [dashboard/current/data] "dogbreeds" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [logstash-0] creating index, cause [api], templates [], shards [1]/[0]
[00:00:02]               │ info [dashboard/current/data] Created index "logstash-0"
[00:00:02]               │ debg [dashboard/current/data] "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:11]               │ info progress: 8113
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-01-01"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-04-10"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-cats-2018-01-01"
[00:00:16]               │ info [dashboard/current/data] Indexed 5 docs into "animals-cats-2018-04-10"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "dogbreeds"
[00:00:16]               │ info [dashboard/current/data] Indexed 14005 docs into "logstash-0"
[00:01:23]             └-: Changing field formatter to Url
[00:01:23]               └-> "before all" hook for "applied on dashboard"
[00:01:23]               └-> "before all" hook for "applied on dashboard"
[00:01:23]                 │ info [dashboard/current/kibana] Loading "mappings.json"
[00:01:23]                 │ info [dashboard/current/kibana] Loading "data.json.gz"
[00:01:24]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_1/JtlO-fd1S_qboKzeUtvWXg] deleting index
[00:01:24]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/sXizdxM1QHyM_-Uimfu_nQ] deleting index
[00:01:24]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_8.0.0_001"
[00:01:24]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_1"
[00:01:24]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0]
[00:01:24]                 │ info [dashboard/current/kibana] Created index ".kibana_1"
[00:01:24]                 │ debg [dashboard/current/kibana] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:01:24]                 │ info [dashboard/current/kibana] Indexed 143 docs into ".kibana_1"
[00:01:24]                 │ debg Migrating saved objects
[00:01:24]                 │ proc [kibana]   log   [18:43:07.680] [info][savedobjects-service] [.kibana] INIT -> WAIT_FOR_YELLOW_SOURCE. took: 6ms.
[00:01:24]                 │ proc [kibana]   log   [18:43:07.687] [info][savedobjects-service] [.kibana] WAIT_FOR_YELLOW_SOURCE -> SET_SOURCE_WRITE_BLOCK. took: 7ms.
[00:01:24]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] adding block write to indices [[.kibana_1/LrZSM_zaQ1Kn1Pd0CndPEw]]
[00:01:24]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] completed adding block write to indices [.kibana_1]
[00:01:24]                 │ proc [kibana]   log   [18:43:07.733] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 46ms.
[00:01:24]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:01:24]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:01:24]                 │ proc [kibana]   log   [18:43:07.805] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 72ms.
[00:01:24]                 │ proc [kibana]   log   [18:43:07.816] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 11ms.
[00:01:24]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/63J-HJiuQs2iWh18t65PBA] update_mapping [_doc]
[00:01:24]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/63J-HJiuQs2iWh18t65PBA] update_mapping [_doc]
[00:01:24]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/63J-HJiuQs2iWh18t65PBA] update_mapping [_doc]
[00:01:24]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/63J-HJiuQs2iWh18t65PBA] update_mapping [_doc]
[00:01:24]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 1720 finished with response BulkByScrollResponse[took=169.1ms,timed_out=false,sliceId=null,updated=0,created=143,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:01:24]                 │ proc [kibana]   log   [18:43:08.023] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 207ms.
[00:01:24]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] adding block write to indices [[.kibana_8.0.0_reindex_temp/63J-HJiuQs2iWh18t65PBA]]
[00:01:24]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:01:24]                 │ proc [kibana]   log   [18:43:08.066] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 43ms.
[00:01:24]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:01:24]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:01:24]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:01:24]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/EQTaceNNT7m44b39NQhf7A] create_mapping
[00:01:24]                 │ proc [kibana]   log   [18:43:08.180] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 114ms.
[00:01:24]                 │ proc [kibana]   log   [18:43:08.203] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 23ms.
[00:01:24]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/EQTaceNNT7m44b39NQhf7A] update_mapping [_doc]
[00:01:25]                 │ proc [kibana]   log   [18:43:09.115] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 912ms.
[00:01:25]                 │ proc [kibana]   log   [18:43:09.127] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 12ms.
[00:01:25]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_001/EQTaceNNT7m44b39NQhf7A] update_mapping [_doc]
[00:01:25]                 │ proc [kibana]   log   [18:43:09.171] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 44ms.
[00:01:25]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] 1790 finished with response BulkByScrollResponse[took=68.9ms,timed_out=false,sliceId=null,updated=143,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:01:25]                 │ proc [kibana]   log   [18:43:09.282] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 111ms.
[00:01:25]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1618856642922650800] [.kibana_8.0.0_reindex_temp/63J-HJiuQs2iWh18t65PBA] deleting index
[00:01:25]                 │ proc [kibana]   log   [18:43:09.320] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 38ms.
[00:01:25]                 │ proc [kibana]   log   [18:43:09.321] [info][savedobjects-service] [.kibana] Migration completed after 1647ms
[00:01:25]                 │ debg [dashboard/current/kibana] Migrated Kibana index after loading Kibana data
[00:01:25]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:01:27]                 │ debg replacing kibana config doc: {"defaultIndex":"0bf35f60-3dc9-11e8-8660-4d65aa086b3c"}
[00:01:28]                 │ debg navigating to settings url: http://localhost:6171/app/management
[00:01:28]                 │ debg navigate to: http://localhost:6171/app/management
[00:01:28]                 │ debg browser[INFO] http://localhost:6171/app/management?_t=1618857792162 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:28]                 │
[00:01:28]                 │ debg browser[INFO] http://localhost:6171/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:28]                 │ debg ... sleep(700) start
[00:01:29]                 │ debg ... sleep(700) end
[00:01:29]                 │ debg returned from get, calling refresh
[00:01:29]                 │ debg browser[INFO] http://localhost:6171/app/management?_t=1618857792162 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:29]                 │
[00:01:29]                 │ debg browser[INFO] http://localhost:6171/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:29]                 │ debg currentUrl = http://localhost:6171/app/management
[00:01:29]                 │          appUrl = http://localhost:6171/app/management
[00:01:29]                 │ debg TestSubjects.find(kibanaChrome)
[00:01:29]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:30]                 │ debg ... sleep(501) start
[00:01:31]                 │ debg ... sleep(501) end
[00:01:31]                 │ debg in navigateTo url = http://localhost:6171/app/management
[00:01:31]                 │ debg TestSubjects.exists(statusPageContainer)
[00:01:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:01:33]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:01:34]                 │ debg clickKibanaIndexPatterns link
[00:01:34]                 │ debg TestSubjects.click(indexPatterns)
[00:01:34]                 │ debg Find.clickByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:01:34]                 │ debg Find.findByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:01:34]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:34]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:35]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:36]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:36]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:36]                 │ debg Find.byXPath('//a[descendant::*[text()='logstash-*']]') with timeout=10000
[00:01:36]                 │ debg TestSubjects.find(indexPatternFieldFilter)
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="indexPatternFieldFilter"]') with timeout=10000
[00:01:36]                 │ debg TestSubjects.find(indexPatternFieldFilter)
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="indexPatternFieldFilter"]') with timeout=10000
[00:01:37]                 │ debg Find.findByCssSelector('table.euiTable tbody tr.euiTableRow td.euiTableRowCell:first-child') with timeout=10000
[00:01:37]                 │ debg Find.clickByCssSelector('table.euiTable tbody tr.euiTableRow:nth-child(1)
[00:01:37]                 │                td:nth-last-child(2) button') with timeout=10000
[00:01:37]                 │ debg Find.findByCssSelector('table.euiTable tbody tr.euiTableRow:nth-child(1)
[00:01:37]                 │                td:nth-last-child(2) button') with timeout=10000
[00:01:37]                 │ debg set scripted field format = url
[00:01:37]                 │ debg Find.clickByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:01:37]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:01:47]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:01:47]                 │      Wait timed out after 10046ms
[00:01:47]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:01:57]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:01:57]                 │      Wait timed out after 10049ms
[00:01:58]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:08]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:08]                 │      Wait timed out after 10050ms
[00:02:08]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:18]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:18]                 │      Wait timed out after 10036ms
[00:02:19]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:29]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:29]                 │      Wait timed out after 10011ms
[00:02:29]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:39]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:39]                 │      Wait timed out after 10010ms
[00:02:40]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:02:50]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:02:50]                 │      Wait timed out after 10028ms
[00:02:50]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:03:01]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:01]                 │      Wait timed out after 10060ms
[00:03:01]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:03:11]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:11]                 │      Wait timed out after 10023ms
[00:03:12]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:03:22]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:22]                 │      Wait timed out after 10022ms
[00:03:22]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:03:32]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:32]                 │      Wait timed out after 10028ms
[00:03:33]                 │ debg Find.findByCssSelector('select[data-test-subj="editorSelectedFormatId"] > option[value="url"]') with timeout=10000
[00:03:43]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:43]                 │      Wait timed out after 10023ms
[00:03:43]                 │ info Taking screenshot "/dev/shm/workspace/parallel/7/kibana/test/functional/screenshots/failure/dashboard app using current data Changing field formatter to Url _before all_ hook for _applied on dashboard_.png"
[00:03:43]                 │ info Current URL is: http://localhost:6171/app/management/kibana/indexPatterns/patterns/0bf35f60-3dc9-11e8-8660-4d65aa086b3c#/?_a=(tab:indexedFields)
[00:03:43]                 │ info Saving page source to: /dev/shm/workspace/parallel/7/kibana/test/functional/failure_debug/html/dashboard app using current data Changing field formatter to Url _before all_ hook for _applied on dashboard_.html
[00:03:43]                 └- ✖ fail: dashboard app using current data Changing field formatter to Url "before all" hook for "applied on dashboard"
[00:03:43]                 │      Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
[00:03:43]                 │ Wait timed out after 10023ms
[00:03:43]                 │     at /dev/shm/workspace/parallel/7/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:03:43]                 │     at runMicrotasks (<anonymous>)
[00:03:43]                 │     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:03:43]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:03:43]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:03:43]                 │       at Retry.try (test/common/services/retry/retry.ts:32:14)
[00:03:43]                 │       at Proxy.clickByCssSelector (test/functional/services/common/find.ts:420:7)
[00:03:43]                 │       at SettingsPage.setFieldFormat (test/functional/page_objects/settings_page.ts:618:7)
[00:03:43]                 │       at Context.<anonymous> (test/functional/apps/dashboard/url_field_formatter.ts:51:7)
[00:03:43]                 │       at Object.apply (node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)
[00:03:43]                 │ 
[00:03:43]                 │ 

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, select[data-test-subj="editorSelectedFormatId"] > option[value="url"])
Wait timed out after 10023ms
    at /dev/shm/workspace/parallel/7/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
    at Retry.try (test/common/services/retry/retry.ts:32:14)
    at Proxy.clickByCssSelector (test/functional/services/common/find.ts:420:7)
    at SettingsPage.setFieldFormat (test/functional/page_objects/settings_page.ts:618:7)
    at Context.<anonymous> (test/functional/apps/dashboard/url_field_formatter.ts:51:7)
    at Object.apply (node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)

and 10 more failures, only showing the first 3.

Metrics [docs]

✅ unchanged

History

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

@legrego legrego removed the request for review from a team June 23, 2021 11:05
@rashmivkulkarni
Copy link
Contributor Author

similar effort: #110310

@rashmivkulkarni
Copy link
Contributor Author

closing this PR in lieu of: #110310

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

Successfully merging this pull request may close these issues.

4 participants