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

[SECURITY_SOLUTION] adjust policy onboarding view, check for Ingest permissions #70536

Merged
merged 22 commits into from
Jul 9, 2020

Conversation

kevinlog
Copy link
Contributor

@kevinlog kevinlog commented Jul 1, 2020

Summary

In this PR:

  • adjusts the look of the onboarding screens for the Endpoint Administration portion of Security app
  • adds checks for Ingest permissions and disables the Admin tab accordingly

New onboarding screen for No Policy (graphic from designers pending):
image

New oboarding screen for No Endpoint (docs link pending):
image

Admin disabled screen:
image

Checklist

Delete any items that are not applicable to this PR.

@kevinlog
Copy link
Contributor Author

kevinlog commented Jul 6, 2020

@elasticmachine merge upstream

@kevinlog
Copy link
Contributor Author

kevinlog commented Jul 7, 2020

@elasticmachine merge upstream

@kevinlog kevinlog changed the title adjust policy onboarding view [SECURITY_SOLUTION] adjust policy onboarding view, check for Ingest permissions Jul 8, 2020
@kevinlog kevinlog marked this pull request as ready for review July 8, 2020 01:12
@kevinlog kevinlog requested review from a team as code owners July 8, 2020 01:12
@kevinlog kevinlog added release_note:skip Skip the PR/issue when compiling release notes v7.9.0 v8.0.0 labels Jul 8, 2020
/>
}
bodyComponent={
<FormattedMessage
id="xpack.securitySolution.endpoint.endpointList.noEndpointsInstructions"
defaultMessage="Elastic Endpoint Security gives you the power to keep your endpoints safe from attack, as well as unparalleled visibility into any threat in your environment."
defaultMessage="You’ve created your security policy. Now you need to enable the Elastic Endpoint Security capabilities on your agents following the steps below. For additional information, view our ‘getting started guide’."
Copy link
Contributor

Choose a reason for hiding this comment

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

what the abbreviation of 've

dataTestSubj="emptyEndpointsTable"
steps={policySteps}
headerComponent={
<FormattedMessage
id="xpack.securitySolution.endpoint.endpointList.noEndpointsPrompt"
defaultMessage="You have a policy, but no Endpoints are deployed!"
defaultMessage="Enable Elastic Endpoint Security on your agents"
Copy link
Contributor

Choose a reason for hiding this comment

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

agents? Is something people are expected to know?

<EuiText size="s" color="subdued">
<FormattedMessage
id="xpack.securitySolution.endpoint.policyList.onboardingSectionTwo"
defaultMessage="You’ll be able to view and manage hosts in your environment running the Elastic Endpoint from this page."
Copy link
Contributor

@nnamdifrankie nnamdifrankie Jul 8, 2020

Choose a reason for hiding this comment

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

You'll may be You will ?

id="xpack.securitySolution.endpoint.policyList.stepThree"
defaultMessage="If you haven’t already, enroll your agents through Fleet using the same agent configuration."
id="xpack.securitySolution.endpoint.policyList.placeholdForPictures"
defaultMessage="Pictures!!!"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion that you use a placeholder pic while the official one is being determined. Maybe:

<EuiIcon type="logoSecurity" size="xl" />

Copy link
Contributor Author

Choose a reason for hiding this comment

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

wasn't planning on merging until I got the asset, but that's a good alternative to keep moving

});

it('should display the No Permissions view when Ingest is OFF', async () => {
(useIngestEnabledCheck as jest.Mock).mockReturnValue({ allEnabled: false });
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you need to cast the useIngestEnabledCheck? You should not have to, so I'm thinking something in the mocked interface is not right.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you're right that it's not required, was just following other examples - will remove

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I take that back, I remember why now - the tests will run correctly without it, but it fails typecheck

image

return (
<Switch>
<Route path={MANAGEMENT_ROUTING_ENDPOINTS_PATH} component={EndpointsContainer} />
<Route path={MANAGEMENT_ROUTING_POLICIES_PATH} component={PolicyContainer} />
<Route
Copy link
Contributor

Choose a reason for hiding this comment

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

I had been wondering about this. You had mentioned before (maybe standup) that the tab was disabled, but rally, what is happening is that we still show/enable the tab, but display a different page - correct?

Also - Instead of using the conditional below in all <Route>'s, just add one at before this return, so that we don't have to keep writing the condition on each <Route> - like :

  const { allEnabled: isIngestEnabled } = useIngestEnabledCheck();
  
  if (!isIngestEnabled) {
     return `<Route path="*" component={NoPermissions} />`;
  }

  return (
    <Switch>
      <Route path={MANAGEMENT_ROUTING_ENDPOINTS_PATH} component={EndpointsContainer} />
      <Route path={MANAGEMENT_ROUTING_POLICIES_PATH} component={PolicyContainer} />
      //....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@paul-tavares yes, we do want the tab to still show up, that's an ask from product so that we do not hide newer features. This way users can discover why they are not able to use the feature and adjust permissions accordingly.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok - The issue is on how the mock is defined then. It probably just needs to be adjusted there to something like jest.Mock<Typehere>.
We can address it later (maybe open an issue so we don't forget :) )

Copy link
Contributor

@parkiino parkiino left a comment

Choose a reason for hiding this comment

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

lgtm

@kevinlog
Copy link
Contributor Author

kevinlog commented Jul 9, 2020

@elasticmachine merge upstream

@kevinlog
Copy link
Contributor Author

kevinlog commented Jul 9, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/lens/smokescreen·ts.lens app lens smokescreen tests should allow creation of lens visualizations

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:10:05]         └-: lens app
[00:10:05]           └-> "before all" hook
[00:10:05]           └-> "before all" hook
[00:10:05]             │ debg Starting lens before method
[00:10:05]             │ info [logstash_functional] Loading "mappings.json"
[00:10:05]             │ info [logstash_functional] Loading "data.json.gz"
[00:10:05]             │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.22"
[00:10:05]             │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.20"
[00:10:05]             │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.21"
[00:10:07]             │ info [lens/basic] Loading "mappings.json"
[00:10:07]             │ info [lens/basic] Loading "data.json.gz"
[00:10:07]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_1/c5KKuGjgRX-lAXXh8O2yoA] deleting index
[00:10:07]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_2/uRws1ey_RoWnNonjw1WdDg] deleting index
[00:10:07]             │ info [lens/basic] Deleted existing index [".kibana_2",".kibana_1"]
[00:10:07]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0]
[00:10:07]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_1][0]]"
[00:10:07]             │ info [lens/basic] Created index ".kibana_1"
[00:10:07]             │ debg [lens/basic] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:10:07]             │ info [lens/basic] Indexed 10 docs into ".kibana_1"
[00:10:07]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_1/PPWDlCS-S3CuOs6wiND4ng] update_mapping [_doc]
[00:10:07]             │ debg Migrating saved objects
[00:10:07]             │ proc [kibana]   log   [18:07:46.592] [info][savedobjects-service] Creating index .kibana_2.
[00:10:07]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:10:07]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] updating number_of_replicas to [0] for indices [.kibana_2]
[00:10:07]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_2][0]]"
[00:10:07]             │ proc [kibana]   log   [18:07:46.662] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:10:07]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_2/BzgmSwK8TW6vY0q0hCs3yQ] update_mapping [_doc]
[00:10:07]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_2/BzgmSwK8TW6vY0q0hCs3yQ] update_mapping [_doc]
[00:10:07]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_2/BzgmSwK8TW6vY0q0hCs3yQ] update_mapping [_doc]
[00:10:07]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_2/BzgmSwK8TW6vY0q0hCs3yQ] update_mapping [_doc]
[00:10:07]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xl-1594315524353827230] [.kibana_2/BzgmSwK8TW6vY0q0hCs3yQ] update_mapping [_doc]
[00:10:07]             │ proc [kibana]   log   [18:07:46.881] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:10:07]             │ proc [kibana]   log   [18:07:46.929] [info][savedobjects-service] Finished in 339ms.
[00:10:07]           └-: 
[00:10:07]             └-> "before all" hook
[00:10:07]             └-: lens smokescreen tests
[00:10:07]               └-> "before all" hook
[00:10:07]               └-> should allow editing saved visualizations
[00:10:07]                 └-> "before each" hook: global before each
[00:10:07]                 │ debg navigating to visualize url: http://localhost:6151/app/visualize#/
[00:10:07]                 │ debg navigate to: http://localhost:6151/app/visualize#/
[00:10:07]                 │ debg browser[INFO] http://localhost:6151/login?next=%2Fapp%2Fvisualize%3F_t%3D1594318066956#/ 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:10:07]                 │
[00:10:07]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:10:07]                 │ debg ... sleep(700) start
[00:10:08]                 │ debg ... sleep(700) end
[00:10:08]                 │ debg returned from get, calling refresh
[00:10:09]                 │ debg browser[INFO] http://localhost:6151/login?next=%2Fapp%2Fvisualize%3F_t%3D1594318066956#/ 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:10:09]                 │
[00:10:09]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:10:09]                 │ debg currentUrl = http://localhost:6151/login?next=%2Fapp%2Fvisualize%3F_t%3D1594318066956#/
[00:10:09]                 │          appUrl = http://localhost:6151/app/visualize#/
[00:10:09]                 │ debg TestSubjects.find(kibanaChrome)
[00:10:09]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:10:10]                 │ debg Found login page
[00:10:10]                 │ debg TestSubjects.setValue(loginUsername, test_user)
[00:10:10]                 │ debg TestSubjects.click(loginUsername)
[00:10:10]                 │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:10:10]                 │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:10:10]                 │ debg browser[INFO] http://localhost:6151/34519/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-09T18:07:48Z
[00:10:10]                 │        Adding connection to http://localhost:6151/elasticsearch
[00:10:10]                 │
[00:10:10]                 │      "
[00:10:10]                 │ debg TestSubjects.setValue(loginPassword, changeme)
[00:10:10]                 │ debg TestSubjects.click(loginPassword)
[00:10:10]                 │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:10:10]                 │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:10:10]                 │ debg TestSubjects.click(loginSubmit)
[00:10:10]                 │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:10:10]                 │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:10:10]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"] nav:not(.ng-hide)') with timeout=60000
[00:10:13]                 │ debg browser[INFO] http://localhost:6151/app/visualize?_t=1594318066956#/ 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:10:13]                 │
[00:10:13]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:10:13]                 │ debg browser[INFO] http://localhost:6151/34519/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-09T18:07:52Z
[00:10:13]                 │        Adding connection to http://localhost:6151/elasticsearch
[00:10:13]                 │
[00:10:13]                 │      "
[00:10:13]                 │ debg browser[INFO] http://localhost:6151/app/visualize?_t=1594318072879#/ 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:10:13]                 │
[00:10:13]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:10:13]                 │ debg Finished login process currentUrl = http://localhost:6151/app/visualize#/
[00:10:13]                 │ debg ... sleep(501) start
[00:10:14]                 │ debg ... sleep(501) end
[00:10:14]                 │ debg in navigateTo url = http://localhost:6151/app/visualize#/
[00:10:14]                 │ debg TestSubjects.exists(statusPageContainer)
[00:10:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:10:17]                 │ debg browser[INFO] http://localhost:6151/34519/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-09T18:07:54Z
[00:10:17]                 │        Adding connection to http://localhost:6151/elasticsearch
[00:10:17]                 │
[00:10:17]                 │      "
[00:10:17]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:10:17]                 │ debg searchForItemWithName: Artistpreviouslyknownaslens
[00:10:17]                 │ debg Find.allByCssSelector('.euiFieldSearch') with timeout=10000
[00:10:18]                 │ debg isGlobalLoadingIndicatorVisible
[00:10:18]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:10:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:10:18]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:10:20]                 │ debg --- retry.tryForTime failed again with the same message...
[00:10:21]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:10:21]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:10:21]                 │ debg lensPage.clickVisualizeListItemTitle('Artistpreviouslyknownaslens')
[00:10:21]                 │ debg TestSubjects.click(visListingTitleLink-Artistpreviouslyknownaslens)
[00:10:21]                 │ debg Find.clickByCssSelector('[data-test-subj="visListingTitleLink-Artistpreviouslyknownaslens"]') with timeout=10000
[00:10:21]                 │ debg Find.findByCssSelector('[data-test-subj="visListingTitleLink-Artistpreviouslyknownaslens"]') with timeout=10000
[00:10:21]                 │ debg lensPage.goToTimeRange()
[00:10:21]                 │ debg TestSubjects.exists(noDataPopoverDismissButton)
[00:10:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="noDataPopoverDismissButton"]') with timeout=2500
[00:10:22]                 │ debg TestSubjects.click(noDataPopoverDismissButton)
[00:10:22]                 │ debg Find.clickByCssSelector('[data-test-subj="noDataPopoverDismissButton"]') with timeout=10000
[00:10:22]                 │ debg Find.findByCssSelector('[data-test-subj="noDataPopoverDismissButton"]') with timeout=10000
[00:10:22]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:10:22]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:10:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:10:22]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:10:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:10:22]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:10:22]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:10:22]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:10:22]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:10:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:10:22]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:10:22]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:10:22]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:10:22]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:10:22]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:10:22]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:22]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:23]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:23]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:23]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:23]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:10:23]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:23]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:23]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:24]                 │ debg ... sleep(500) start
[00:10:24]                 │ debg ... sleep(500) end
[00:10:24]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:10:24]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:10:24]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:10:24]                 │ debg Find.waitForElementStale with timeout=10000
[00:10:24]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:10:24]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:10:24]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:24]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:25]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:25]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:25]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:25]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:10:25]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:25]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:25]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:25]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:10:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:10:28]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:10:29]                 │ debg TestSubjects.click(querySubmitButton)
[00:10:29]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:10:29]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:10:29]                 │ debg Find.waitForElementStale with timeout=10000
[00:10:29]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:10:29]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:10:29]                 │ debg lensPage.assertExactText('[data-test-subj="lns_metric_title"]', 'Maximum of bytes')
[00:10:29]                 │ debg lensPage.assertExpectedText('[data-test-subj="lns_metric_title"]', value => value === expectedText)
[00:10:29]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:10:29]                 │ debg Find.findByCssSelector('[data-test-subj="lns_metric_title"]') with timeout=10000
[00:10:29]                 │ debg lensPage.assertExactText('[data-test-subj="lns_metric_value"]', '19,986')
[00:10:29]                 │ debg lensPage.assertExpectedText('[data-test-subj="lns_metric_value"]', value => value === expectedText)
[00:10:29]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:10:29]                 │ debg Find.findByCssSelector('[data-test-subj="lns_metric_value"]') with timeout=10000
[00:10:29]                 └- ✓ pass  (22.2s) "lens app  lens smokescreen tests should allow editing saved visualizations"
[00:10:29]               └-> metric should be embeddable in dashboards
[00:10:29]                 └-> "before each" hook: global before each
[00:10:29]                 │ debg navigating to dashboard url: http://localhost:6151/app/dashboards#/list
[00:10:29]                 │ debg navigate to: http://localhost:6151/app/dashboards#/list
[00:10:29]                 │ debg ... sleep(700) start
[00:10:30]                 │ debg browser[INFO] http://localhost:6151/app/dashboards?_t=1594318089117#/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:10:30]                 │
[00:10:30]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:10:30]                 │ debg ... sleep(700) end
[00:10:30]                 │ debg returned from get, calling refresh
[00:10:31]                 │ debg browser[INFO] http://localhost:6151/app/dashboards?_t=1594318089117#/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:10:31]                 │
[00:10:31]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:10:31]                 │ debg currentUrl = http://localhost:6151/app/dashboards#/list
[00:10:31]                 │          appUrl = http://localhost:6151/app/dashboards#/list
[00:10:31]                 │ debg TestSubjects.find(kibanaChrome)
[00:10:31]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:10:32]                 │ debg browser[INFO] http://localhost:6151/34519/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-09T18:08:10Z
[00:10:32]                 │        Adding connection to http://localhost:6151/elasticsearch
[00:10:32]                 │
[00:10:32]                 │      "
[00:10:32]                 │ debg ... sleep(501) start
[00:10:32]                 │ debg ... sleep(501) end
[00:10:32]                 │ debg in navigateTo url = http://localhost:6151/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:10:32]                 │ debg --- retry.try error: URL changed, waiting for it to settle
[00:10:33]                 │ debg ... sleep(501) start
[00:10:33]                 │ debg ... sleep(501) end
[00:10:33]                 │ debg in navigateTo url = http://localhost:6151/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:10:33]                 │ debg TestSubjects.exists(statusPageContainer)
[00:10:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:10:36]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:10:36]                 │ debg TestSubjects.exists(newItemButton)
[00:10:36]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:10:39]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:10:39]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:10:39]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:10:39]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:10:39]                 │ debg waitForRenderComplete
[00:10:39]                 │ debg in getSharedItemsCount
[00:10:39]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:10:40]                 │ debg Renderable.waitForRender for 0 elements
[00:10:40]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:10:50]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:10:51]                 │ debg DashboardAddPanel.clickOpenAddPanel
[00:10:51]                 │ debg TestSubjects.click(dashboardAddPanelButton)
[00:10:51]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:10:51]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:10:51]                 │ debg ... sleep(500) start
[00:10:51]                 │ debg ... sleep(500) end
[00:10:51]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:10:52]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, Artistpreviouslyknownaslens)
[00:10:52]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:10:52]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:10:52]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:10:52]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:10:53]                 │ debg Find.clickByButtonText('Artistpreviouslyknownaslens') with timeout=10000
[00:10:53]                 │ debg Find.byButtonText('Artistpreviouslyknownaslens') with timeout=10000
[00:10:53]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:10:53]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:10:53]                 │ debg Closing flyout dashboardAddPanel
[00:10:53]                 │ debg TestSubjects.find(dashboardAddPanel)
[00:10:53]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:10:54]                 │ debg Waiting up to 20000ms for flyout closed...
[00:10:54]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:10:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:10:55]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:10:55]                 │ debg lensPage.goToTimeRange()
[00:10:55]                 │ debg TestSubjects.exists(noDataPopoverDismissButton)
[00:10:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="noDataPopoverDismissButton"]') with timeout=2500
[00:10:58]                 │ debg --- retry.tryForTime error: [data-test-subj="noDataPopoverDismissButton"] is not displayed
[00:10:58]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:10:58]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:10:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:10:58]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:10:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:10:58]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:10:58]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:10:58]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:10:58]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:10:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:10:58]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:10:58]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:10:58]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:10:59]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:10:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:10:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:59]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:10:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:00]                 │ debg ... sleep(500) start
[00:11:00]                 │ debg ... sleep(500) end
[00:11:00]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:11:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:11:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:11:00]                 │ debg Find.waitForElementStale with timeout=10000
[00:11:00]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:11:00]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:11:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:11:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:11:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:11:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:01]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:11:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:11:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:01]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:11:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:11:04]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:11:04]                 │ debg TestSubjects.click(querySubmitButton)
[00:11:04]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:11:04]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:11:05]                 │ debg Find.waitForElementStale with timeout=10000
[00:11:05]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:11:05]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:11:05]                 │ debg lensPage.assertExactText('[data-test-subj="lns_metric_title"]', 'Maximum of bytes')
[00:11:05]                 │ debg lensPage.assertExpectedText('[data-test-subj="lns_metric_title"]', value => value === expectedText)
[00:11:05]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:11:05]                 │ debg Find.findByCssSelector('[data-test-subj="lns_metric_title"]') with timeout=10000
[00:11:05]                 │ debg lensPage.assertExactText('[data-test-subj="lns_metric_value"]', '19,986')
[00:11:05]                 │ debg lensPage.assertExpectedText('[data-test-subj="lns_metric_value"]', value => value === expectedText)
[00:11:05]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:11:05]                 │ debg Find.findByCssSelector('[data-test-subj="lns_metric_value"]') with timeout=10000
[00:11:05]                 └- ✓ pass  (35.5s) "lens app  lens smokescreen tests metric should be embeddable in dashboards"
[00:11:05]               └-> click on the bar in XYChart adds proper filters/timerange in dashboard
[00:11:05]                 └-> "before each" hook: global before each
[00:11:05]                 │ debg navigating to dashboard url: http://localhost:6151/app/dashboards#/list
[00:11:05]                 │ debg navigate to: http://localhost:6151/app/dashboards#/list
[00:11:05]                 │ debg browser[INFO] http://localhost:6151/app/dashboards?_t=1594318124622#/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:11:05]                 │
[00:11:05]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:11:05]                 │ debg ... sleep(700) start
[00:11:06]                 │ debg ... sleep(700) end
[00:11:06]                 │ debg returned from get, calling refresh
[00:11:06]                 │ debg browser[INFO] http://localhost:6151/app/dashboards?_t=1594318124622#/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:11:06]                 │
[00:11:06]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:11:06]                 │ debg currentUrl = http://localhost:6151/app/dashboards#/list
[00:11:06]                 │          appUrl = http://localhost:6151/app/dashboards#/list
[00:11:06]                 │ debg TestSubjects.find(kibanaChrome)
[00:11:06]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:11:07]                 │ debg browser[INFO] http://localhost:6151/34519/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-09T18:08:46Z
[00:11:07]                 │        Adding connection to http://localhost:6151/elasticsearch
[00:11:07]                 │
[00:11:07]                 │      "
[00:11:07]                 │ debg ... sleep(501) start
[00:11:08]                 │ debg ... sleep(501) end
[00:11:08]                 │ debg in navigateTo url = http://localhost:6151/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:11:08]                 │ debg --- retry.try error: URL changed, waiting for it to settle
[00:11:08]                 │ debg ... sleep(501) start
[00:11:09]                 │ debg ... sleep(501) end
[00:11:09]                 │ debg in navigateTo url = http://localhost:6151/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:11:09]                 │ debg TestSubjects.exists(statusPageContainer)
[00:11:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:11:11]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:11:12]                 │ debg TestSubjects.exists(newItemButton)
[00:11:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:11:15]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:11:15]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:11:15]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:11:15]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:11:15]                 │ debg waitForRenderComplete
[00:11:15]                 │ debg in getSharedItemsCount
[00:11:15]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:11:15]                 │ debg Renderable.waitForRender for 0 elements
[00:11:15]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:11:25]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:11:26]                 │ debg DashboardAddPanel.clickOpenAddPanel
[00:11:26]                 │ debg TestSubjects.click(dashboardAddPanelButton)
[00:11:26]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:11:26]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:11:27]                 │ debg ... sleep(500) start
[00:11:27]                 │ debg ... sleep(500) end
[00:11:27]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:11:28]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, lnsXYvis)
[00:11:28]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:11:28]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:11:28]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:11:28]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:11:28]                 │ debg Find.clickByButtonText('lnsXYvis') with timeout=10000
[00:11:28]                 │ debg Find.byButtonText('lnsXYvis') with timeout=10000
[00:11:29]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:11:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:11:29]                 │ debg Closing flyout dashboardAddPanel
[00:11:29]                 │ debg TestSubjects.find(dashboardAddPanel)
[00:11:29]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:11:29]                 │ debg Waiting up to 20000ms for flyout closed...
[00:11:29]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:11:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:11:30]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:11:31]                 │ debg lensPage.goToTimeRange()
[00:11:31]                 │ debg TestSubjects.exists(noDataPopoverDismissButton)
[00:11:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="noDataPopoverDismissButton"]') with timeout=2500
[00:11:33]                 │ debg --- retry.tryForTime error: [data-test-subj="noDataPopoverDismissButton"] is not displayed
[00:11:34]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:11:34]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:11:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:11:34]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:11:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:11:34]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:11:34]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:11:34]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:11:34]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:11:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:11:34]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:11:34]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:11:34]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:11:34]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:11:34]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:11:34]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:11:34]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:11:34]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:11:34]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:34]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:34]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:11:34]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:11:34]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:34]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:35]                 │ debg ... sleep(500) start
[00:11:36]                 │ debg ... sleep(500) end
[00:11:36]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:11:36]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:11:36]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:11:36]                 │ debg Find.waitForElementStale with timeout=10000
[00:11:36]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:11:36]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:11:36]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:11:36]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:11:36]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:11:36]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:36]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:36]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:11:36]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:11:36]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:36]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:37]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:11:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:11:39]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:11:40]                 │ debg TestSubjects.click(querySubmitButton)
[00:11:40]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:11:40]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:11:40]                 │ debg Find.waitForElementStale with timeout=10000
[00:11:40]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:11:40]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:11:40]                 │ debg Find.findByCssSelector('.echChart canvas:last-of-type') with timeout=10000
[00:11:41]                 │ debg TestSubjects.click(applyFiltersPopoverButton)
[00:11:41]                 │ debg Find.clickByCssSelector('[data-test-subj="applyFiltersPopoverButton"]') with timeout=10000
[00:11:41]                 │ debg Find.findByCssSelector('[data-test-subj="applyFiltersPopoverButton"]') with timeout=10000
[00:11:41]                 │ debg TestSubjects.missingOrFail(applyFiltersPopoverButton)
[00:11:41]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="applyFiltersPopoverButton"]') with timeout=2500
[00:11:41]                 │ debg lensPage.assertExactText('[data-test-subj="embeddablePanelHeading-lnsXYvis"]', 'lnsXYvis')
[00:11:41]                 │ debg lensPage.assertExpectedText('[data-test-subj="embeddablePanelHeading-lnsXYvis"]', value => value === expectedText)
[00:11:41]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:11:41]                 │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelHeading-lnsXYvis"]') with timeout=10000
[00:11:41]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:11:41]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:11:41]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:11:41]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:11:44]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:11:45]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:11:45]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:11:45]                 │ debg TestSubjects.getVisibleText(superDatePickerstartDatePopoverButton)
[00:11:45]                 │ debg TestSubjects.find(superDatePickerstartDatePopoverButton)
[00:11:45]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:11:45]                 │ debg TestSubjects.getVisibleText(superDatePickerendDatePopoverButton)
[00:11:45]                 │ debg TestSubjects.find(superDatePickerendDatePopoverButton)
[00:11:45]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:11:45]                 │ debg TestSubjects.exists(filter filter-enabled filter-key-ip filter-value-97.220.3.248 filter-unpinned )
[00:11:45]                 │ debg Find.existsByCssSelector('[data-test-subj="filter filter-enabled filter-key-ip filter-value-97.220.3.248 filter-unpinned "]') with timeout=2500
[00:11:45]                 └- ✓ pass  (39.7s) "lens app  lens smokescreen tests click on the bar in XYChart adds proper filters/timerange in dashboard"
[00:11:45]               └-> should allow seamless transition to and from table view
[00:11:45]                 └-> "before each" hook: global before each
[00:11:45]                 │ debg navigating to visualize url: http://localhost:6151/app/visualize#/
[00:11:45]                 │ debg navigate to: http://localhost:6151/app/visualize#/
[00:11:45]                 │ debg browser[INFO] http://localhost:6151/app/visualize?_t=1594318164347#/ 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:11:45]                 │
[00:11:45]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:11:45]                 │ debg ... sleep(700) start
[00:11:46]                 │ debg ... sleep(700) end
[00:11:46]                 │ debg returned from get, calling refresh
[00:11:46]                 │ debg browser[INFO] http://localhost:6151/app/visualize?_t=1594318164347#/ 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:11:46]                 │
[00:11:46]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:11:46]                 │ debg currentUrl = http://localhost:6151/app/visualize#/
[00:11:46]                 │          appUrl = http://localhost:6151/app/visualize#/
[00:11:46]                 │ debg TestSubjects.find(kibanaChrome)
[00:11:46]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:11:47]                 │ debg browser[INFO] http://localhost:6151/34519/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-09T18:09:26Z
[00:11:47]                 │        Adding connection to http://localhost:6151/elasticsearch
[00:11:47]                 │
[00:11:47]                 │      "
[00:11:47]                 │ debg ... sleep(501) start
[00:11:48]                 │ debg ... sleep(501) end
[00:11:48]                 │ debg in navigateTo url = http://localhost:6151/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:11:48]                 │ debg --- retry.try error: URL changed, waiting for it to settle
[00:11:48]                 │ debg ... sleep(501) start
[00:11:49]                 │ debg ... sleep(501) end
[00:11:49]                 │ debg in navigateTo url = http://localhost:6151/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:11:49]                 │ debg TestSubjects.exists(statusPageContainer)
[00:11:49]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:11:51]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:11:52]                 │ debg searchForItemWithName: Artistpreviouslyknownaslens
[00:11:52]                 │ debg Find.allByCssSelector('.euiFieldSearch') with timeout=10000
[00:11:53]                 │ debg isGlobalLoadingIndicatorVisible
[00:11:53]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:11:53]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:11:53]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:11:55]                 │ debg --- retry.tryForTime failed again with the same message...
[00:11:56]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:11:56]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:11:56]                 │ debg lensPage.clickVisualizeListItemTitle('Artistpreviouslyknownaslens')
[00:11:56]                 │ debg TestSubjects.click(visListingTitleLink-Artistpreviouslyknownaslens)
[00:11:56]                 │ debg Find.clickByCssSelector('[data-test-subj="visListingTitleLink-Artistpreviouslyknownaslens"]') with timeout=10000
[00:11:56]                 │ debg Find.findByCssSelector('[data-test-subj="visListingTitleLink-Artistpreviouslyknownaslens"]') with timeout=10000
[00:11:56]                 │ debg lensPage.goToTimeRange()
[00:11:56]                 │ debg TestSubjects.exists(noDataPopoverDismissButton)
[00:11:56]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="noDataPopoverDismissButton"]') with timeout=2500
[00:11:58]                 │ debg --- retry.tryForTime error: [data-test-subj="noDataPopoverDismissButton"] is not displayed
[00:11:59]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:11:59]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:11:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:11:59]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:11:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:11:59]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:11:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:11:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:11:59]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:11:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:11:59]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:11:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:11:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:11:59]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:11:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:11:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:11:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:11:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:11:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:59]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:11:59]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:11:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:11:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:00]                 │ debg ... sleep(500) start
[00:12:01]                 │ debg ... sleep(500) end
[00:12:01]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:12:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:12:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:12:01]                 │ debg Find.waitForElementStale with timeout=10000
[00:12:01]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:12:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:12:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:12:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:12:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:12:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:01]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:12:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:12:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:02]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:12:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:12:04]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:12:05]                 │ debg TestSubjects.click(querySubmitButton)
[00:12:05]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:12:05]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:12:05]                 │ debg Find.waitForElementStale with timeout=10000
[00:12:05]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:12:05]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:12:06]                 │ debg lensPage.assertExactText('[data-test-subj="lns_metric_title"]', 'Maximum of bytes')
[00:12:06]                 │ debg lensPage.assertExpectedText('[data-test-subj="lns_metric_title"]', value => value === expectedText)
[00:12:06]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:12:06]                 │ debg Find.findByCssSelector('[data-test-subj="lns_metric_title"]') with timeout=10000
[00:12:06]                 │ debg lensPage.assertExactText('[data-test-subj="lns_metric_value"]', '19,986')
[00:12:06]                 │ debg lensPage.assertExpectedText('[data-test-subj="lns_metric_value"]', value => value === expectedText)
[00:12:06]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:12:06]                 │ debg Find.findByCssSelector('[data-test-subj="lns_metric_value"]') with timeout=10000
[00:12:06]                 │ debg lensPage.switchToVisualization('lnsChartSwitchPopover_lnsDatatable')
[00:12:06]                 │ debg TestSubjects.click(lnsChartSwitchPopover)
[00:12:06]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsChartSwitchPopover"]') with timeout=10000
[00:12:06]                 │ debg Find.findByCssSelector('[data-test-subj="lnsChartSwitchPopover"]') with timeout=10000
[00:12:06]                 │ debg TestSubjects.click(lnsChartSwitchPopover_lnsDatatable)
[00:12:06]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsChartSwitchPopover_lnsDatatable"]') with timeout=10000
[00:12:06]                 │ debg Find.findByCssSelector('[data-test-subj="lnsChartSwitchPopover_lnsDatatable"]') with timeout=10000
[00:12:07]                 │ debg lensPage.assertExactText('[data-test-subj="lnsDataTable"] thead .euiTableCellContent__text', 'Maximum of bytes')
[00:12:07]                 │ debg lensPage.assertExpectedText('[data-test-subj="lnsDataTable"] thead .euiTableCellContent__text', value => value === expectedText)
[00:12:07]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:12:07]                 │ debg Find.findByCssSelector('[data-test-subj="lnsDataTable"] thead .euiTableCellContent__text') with timeout=10000
[00:12:07]                 │ debg lensPage.assertExactText('[data-test-subj="lnsDataTable"] [data-test-subj="lnsDataTableCellValue"]', '19,986')
[00:12:07]                 │ debg lensPage.assertExpectedText('[data-test-subj="lnsDataTable"] [data-test-subj="lnsDataTableCellValue"]', value => value === expectedText)
[00:12:07]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:12:07]                 │ debg Find.findByCssSelector('[data-test-subj="lnsDataTable"] [data-test-subj="lnsDataTableCellValue"]') with timeout=10000
[00:12:07]                 │ debg lensPage.switchToVisualization('lnsChartSwitchPopover_lnsMetric')
[00:12:07]                 │ debg TestSubjects.click(lnsChartSwitchPopover)
[00:12:07]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsChartSwitchPopover"]') with timeout=10000
[00:12:07]                 │ debg Find.findByCssSelector('[data-test-subj="lnsChartSwitchPopover"]') with timeout=10000
[00:12:07]                 │ debg TestSubjects.click(lnsChartSwitchPopover_lnsMetric)
[00:12:07]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsChartSwitchPopover_lnsMetric"]') with timeout=10000
[00:12:07]                 │ debg Find.findByCssSelector('[data-test-subj="lnsChartSwitchPopover_lnsMetric"]') with timeout=10000
[00:12:07]                 │ debg lensPage.assertExactText('[data-test-subj="lns_metric_title"]', 'Maximum of bytes')
[00:12:07]                 │ debg lensPage.assertExpectedText('[data-test-subj="lns_metric_title"]', value => value === expectedText)
[00:12:07]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:12:07]                 │ debg Find.findByCssSelector('[data-test-subj="lns_metric_title"]') with timeout=10000
[00:12:08]                 │ debg lensPage.assertExactText('[data-test-subj="lns_metric_value"]', '19,986')
[00:12:08]                 │ debg lensPage.assertExpectedText('[data-test-subj="lns_metric_value"]', value => value === expectedText)
[00:12:08]                 │ debg Waiting up to 1000ms for assertExpectedText...
[00:12:08]                 │ debg Find.findByCssSelector('[data-test-subj="lns_metric_value"]') with timeout=10000
[00:12:08]                 └- ✓ pass  (23.0s) "lens app  lens smokescreen tests should allow seamless transition to and from table view"
[00:12:08]               └-> should allow creation of lens visualizations
[00:12:08]                 └-> "before each" hook: global before each
[00:12:08]                 │ debg navigating to visualize url: http://localhost:6151/app/visualize#/
[00:12:08]                 │ debg navigate to: http://localhost:6151/app/visualize#/
[00:12:08]                 │ debg ... sleep(700) start
[00:12:08]                 │ debg browser[INFO] http://localhost:6151/app/visualize?_t=1594318187358#/ 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:12:08]                 │
[00:12:08]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:12:08]                 │ debg ... sleep(700) end
[00:12:08]                 │ debg returned from get, calling refresh
[00:12:09]                 │ debg browser[INFO] http://localhost:6151/app/visualize?_t=1594318187358#/ 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:12:09]                 │
[00:12:09]                 │ debg browser[INFO] http://localhost:6151/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:12:09]                 │ debg currentUrl = http://localhost:6151/app/visualize#/
[00:12:09]                 │          appUrl = http://localhost:6151/app/visualize#/
[00:12:09]                 │ debg TestSubjects.find(kibanaChrome)
[00:12:09]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:12:10]                 │ debg browser[INFO] http://localhost:6151/34519/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-09T18:09:48Z
[00:12:10]                 │        Adding connection to http://localhost:6151/elasticsearch
[00:12:10]                 │
[00:12:10]                 │      "
[00:12:10]                 │ debg ... sleep(501) start
[00:12:10]                 │ debg ... sleep(501) end
[00:12:10]                 │ debg in navigateTo url = http://localhost:6151/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:12:10]                 │ debg --- retry.try error: URL changed, waiting for it to settle
[00:12:11]                 │ debg ... sleep(501) start
[00:12:11]                 │ debg ... sleep(501) end
[00:12:11]                 │ debg in navigateTo url = http://localhost:6151/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:12:11]                 │ debg TestSubjects.exists(statusPageContainer)
[00:12:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:12:14]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:12:15]                 │ debg TestSubjects.exists(newItemButton)
[00:12:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:12:15]                 │ debg TestSubjects.click(newItemButton)
[00:12:15]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:12:15]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:12:15]                 │ debg TestSubjects.find(visNewDialogTypes)
[00:12:15]                 │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:12:15]                 │ debg TestSubjects.click(visType-lens)
[00:12:15]                 │ debg Find.clickByCssSelector('[data-test-subj="visType-lens"]') with timeout=10000
[00:12:15]                 │ debg Find.findByCssSelector('[data-test-subj="visType-lens"]') with timeout=10000
[00:12:15]                 │ debg isGlobalLoadingIndicatorVisible
[00:12:15]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:12:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:12:15]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:12:15]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:12:15]                 │ debg lensPage.goToTimeRange()
[00:12:15]                 │ debg TestSubjects.exists(noDataPopoverDismissButton)
[00:12:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="noDataPopoverDismissButton"]') with timeout=2500
[00:12:18]                 │ debg --- retry.tryForTime error: [data-test-subj="noDataPopoverDismissButton"] is not displayed
[00:12:18]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:12:18]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:12:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:12:18]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:12:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:12:18]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:12:18]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:12:18]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:12:18]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:12:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:12:18]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:12:18]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:12:18]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:12:19]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:12:19]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:12:19]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:12:19]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:12:19]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:12:19]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:19]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:19]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:12:19]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:12:19]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:19]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:19]                 │ debg ... sleep(500) start
[00:12:20]                 │ debg ... sleep(500) end
[00:12:20]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:12:20]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:12:20]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:12:20]                 │ debg Find.waitForElementStale with timeout=10000
[00:12:20]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:12:20]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:12:20]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:12:20]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:12:20]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:12:20]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:20]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:21]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:12:21]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:12:21]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:21]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:12:21]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:12:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:12:24]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:12:24]                 │ debg TestSubjects.click(querySubmitButton)
[00:12:24]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:12:24]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:12:25]                 │ debg Find.waitForElementStale with timeout=10000
[00:12:25]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:12:25]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:12:25]                 │ debg lensPage.configureDimension([object Object])
[00:12:25]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsXY_xDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:12:25]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_xDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:12:25]                 │ debg Find.clickByCssSelector('[data-test-subj="lns-indexPatternDimensionIncompatible-date_histogram"],
[00:12:25]                 │                [data-test-subj="lns-indexPatternDimension-date_histogram"]') with timeout=10000
[00:12:25]                 │ debg Find.findByCssSelector('[data-test-subj="lns-indexPatternDimensionIncompatible-date_histogram"],
[00:12:25]                 │                [data-test-subj="lns-indexPatternDimension-date_histogram"]') with timeout=10000
[00:12:25]                 │ debg TestSubjects.find(indexPattern-dimension-field)
[00:12:25]                 │ debg Find.findByCssSelector('[data-test-subj="indexPattern-dimension-field"]') with timeout=10000
[00:12:25]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:12:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:12:28]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:12:29]                 │ debg comboBox.setElement, value: @timestamp
[00:12:29]                 │ debg comboBox.isOptionSelected, value: @timestamp
[00:12:31]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:12:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:12:31]                 │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="@timestamp"]') with timeout=2500
[00:12:31]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:12:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:12:34]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:12:34]                 │ debg lensPage.configureDimension([object Object])
[00:12:34]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:12:34]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:12:34]                 │ debg Find.clickByCssSelector('[data-test-subj="lns-indexPatternDimensionIncompatible-avg"],
[00:12:34]                 │                [data-test-subj="lns-indexPatternDimension-avg"]') with timeout=10000
[00:12:34]                 │ debg Find.findByCssSelector('[data-test-subj="lns-indexPatternDimensionIncompatible-avg"],
[00:12:34]                 │                [data-test-subj="lns-indexPatternDimension-avg"]') with timeout=10000
[00:12:34]                 │ debg TestSubjects.find(indexPattern-dimension-field)
[00:12:34]                 │ debg Find.findByCssSelector('[data-test-subj="indexPattern-dimension-field"]') with timeout=10000
[00:12:34]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:12:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:12:37]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:12:37]                 │ warn WebElementWrapper.find: stale element reference: element is not attached to the page document
[00:12:37]                 │        (Session info: headless chrome=83.0.4103.116)
[00:12:37]                 │ debg finding element 'By(css selector, [data-test-subj="indexPattern-dimension-field"])' again, 2 attempts left
[00:12:38]                 │ debg comboBox.setElement, value: bytes
[00:12:38]                 │ debg comboBox.isOptionSelected, value: bytes
[00:12:40]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:12:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:12:40]                 │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="bytes"]') with timeout=2500
[00:12:40]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:12:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:12:43]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:12:43]                 │ debg lensPage.configureDimension([object Object])
[00:12:43]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:12:43]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:12:44]                 │ debg Find.clickByCssSelector('[data-test-subj="lns-indexPatternDimensionIncompatible-terms"],
[00:12:44]                 │                [data-test-subj="lns-indexPatternDimension-terms"]') with timeout=10000
[00:12:44]                 │ debg Find.findByCssSelector('[data-test-subj="lns-indexPatternDimensionIncompatible-terms"],
[00:12:44]                 │                [data-test-subj="lns-indexPatternDimension-terms"]') with timeout=10000
[00:12:44]                 │ debg TestSubjects.find(indexPattern-dimension-field)
[00:12:44]                 │ debg Find.findByCssSelector('[data-test-subj="indexPattern-dimension-field"]') with timeout=10000
[00:12:44]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:12:44]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:12:46]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:12:47]                 │ warn WebElementWrapper.find: stale element reference: element is not attached to the page document
[00:12:47]                 │        (Session info: headless chrome=83.0.4103.116)
[00:12:47]                 │ debg finding element 'By(css selector, [data-test-subj="indexPattern-dimension-field"])' again, 2 attempts left
[00:12:47]                 │ debg comboBox.setElement, value: @message.raw
[00:12:47]                 │ debg comboBox.isOptionSelected, value: @message.raw
[00:12:49]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:12:49]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:12:49]                 │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="@message.raw"]') with timeout=2500
[00:12:50]                 │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:12:50]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:12:52]                 │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:12:53]                 │ debg lensPage.switchToVisualization('lnsChartSwitchPopover_lnsDatatable')
[00:12:53]                 │ debg TestSubjects.click(lnsChartSwitchPopover)
[00:12:53]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsChartSwitchPopover"]') with timeout=10000
[00:12:53]                 │ debg Find.findByCssSelector('[data-test-subj="lnsChartSwitchPopover"]') with timeout=10000
[00:12:53]                 │ debg TestSubjects.click(lnsChartSwitchPopover_lnsDatatable)
[00:12:53]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsChartSwitchPopover_lnsDatatable"]') with timeout=10000
[00:12:53]                 │ debg Find.findByCssSelector('[data-test-subj="lnsChartSwitchPopover_lnsDatatable"]') with timeout=10000
[00:12:53]                 │ debg lensPage.removeDimension('lnsDatatable_column')
[00:12:53]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsDatatable_column"] [data-test-subj="indexPattern-dimensionPopover-remove"]') with timeout=10000
[00:12:53]                 │ debg Find.findByCssSelector('[data-test-subj="lnsDatatable_column"] [data-test-subj="indexPattern-dimensionPopover-remove"]') with timeout=10000
[00:12:53]                 │ debg lensPage.switchToVisualization('lnsChartSwitchPopover_bar_stacked')
[00:12:53]                 │ debg TestSubjects.click(lnsChartSwitchPopover)
[00:12:53]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsChartSwitchPopover"]') with timeout=10000
[00:12:53]                 │ debg Find.findByCssSelector('[data-test-subj="lnsChartSwitchPopover"]') with timeout=10000
[00:12:54]                 │ debg TestSubjects.click(lnsChartSwitchPopover_bar_stacked)
[00:12:54]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsChartSwitchPopover_bar_stacked"]') with timeout=10000
[00:12:54]                 │ debg Find.findByCssSelector('[data-test-subj="lnsChartSwitchPopover_bar_stacked"]') with timeout=10000
[00:12:54]                 │ debg lensPage.configureDimension([object Object])
[00:12:54]                 │ debg Find.clickByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:12:54]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:13:04]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:13:04]                 │      Wait timed out after 10055ms
[00:13:04]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:13:14]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:13:14]                 │      Wait timed out after 10014ms
[00:13:15]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:13:25]                 │ debg --- retry.try failed again with the same message...
[00:13:25]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:13:35]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:13:35]                 │      Wait timed out after 10043ms
[00:13:36]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:13:46]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:13:46]                 │      Wait timed out after 10050ms
[00:13:46]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:13:56]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:13:56]                 │      Wait timed out after 10055ms
[00:13:57]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:14:07]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:14:07]                 │      Wait timed out after 10021ms
[00:14:07]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:14:18]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:14:18]                 │      Wait timed out after 10014ms
[00:14:18]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:14:28]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:14:28]                 │      Wait timed out after 10018ms
[00:14:29]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:14:39]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:14:39]                 │      Wait timed out after 10022ms
[00:14:39]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:14:49]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:14:49]                 │      Wait timed out after 10050ms
[00:14:50]                 │ debg Find.findByCssSelector('[data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:15:00]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:15:00]                 │      Wait timed out after 10038ms
[00:15:00]                 │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/lens app  lens smokescreen tests should allow creation of lens visualizations.png"
[00:15:00]                 │ info Current URL is: http://localhost:6151/app/lens#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-23T18:31:44.000Z%27))
[00:15:00]                 │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/lens app  lens smokescreen tests should allow creation of lens visualizations.html
[00:15:00]                 └- ✖ fail: lens app  lens smokescreen tests should allow creation of lens visualizations
[00:15:00]                 │      Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:15:00]                 │ Wait timed out after 10038ms
[00:15:00]                 │     at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:15:00]                 │     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:15:00]                 │       at onFailure (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:28:9)
[00:15:00]                 │       at retryForSuccess (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:68:13)
[00:15:00]                 │ 
[00:15:00]                 │ 

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="lnsXY_splitDimensionPanel"] [data-test-subj="lns-empty-dimension"])
Wait timed out after 10038ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at onFailure (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:68:13)

Build metrics

@kbn/optimizer bundle module count

id value diff baseline
securitySolution 813 +1 812

History

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

@kevinlog kevinlog merged commit 09da110 into elastic:master Jul 9, 2020
@kevinlog kevinlog deleted the task/onboarding-ux-updates branch July 9, 2020 19:33
kevinlog added a commit to kevinlog/kibana that referenced this pull request Jul 9, 2020
…ermissions (elastic#70536)

* adjust policy onboarding view

* correct test subj

* fix tests

* re-enable tests

* add no permissions view

* adjust onbording look

* adjust text

* use ingest hook, add tests

* adjust text

* address comments

* beta badges

* fix test

* correct timeline flyout

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Sep 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants