kibana/x-pack/test
Catherine Liu 3d8fad56f2
[Dashboard] Remove library and drilldown notifications (#190797)
## Summary

Pre-req for #182535.

We're removing the linked to library and drilldown notifications as part
of the panel hover actions redesign which gets rid of the title bar in
edit mode. We want to prevent panels from having a title bar when titles
are hidden and believe these notifications are no longer necessary. The
only notification retained is the panel filter notification.
 
<img width="421" alt="Screenshot 2024-08-20 at 6 34 16 AM"
src="https://github.com/user-attachments/assets/9f954a6f-3a70-43c9-a3c3-28f92f1efba8">
<img width="269" alt="Screenshot 2024-08-20 at 6 37 18 AM"
src="https://github.com/user-attachments/assets/b6c154d5-0b8c-4c8b-ac72-a190d03f8801">


I also did some cleanup and removed unused page objects from the vis,
dashboard, and discover functional tests.

### Checklist

Delete any items that are not applicable to this PR.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)


### Risk Matrix

Delete this section if it is not applicable to this PR.

Before closing this PR, invite QA, stakeholders, and other developers to
identify risks that should be tested prior to the change/feature
release.

When forming the risk matrix, consider some of the following examples
and how they may potentially impact the change:

| Risk | Probability | Severity | Mitigation/Notes |

|---------------------------|-------------|----------|-------------------------|
| Multiple Spaces&mdash;unexpected behavior in non-default Kibana Space.
| Low | High | Integration tests will verify that all features are still
supported in non-default Kibana Space and when user switches between
spaces. |
| Multiple nodes&mdash;Elasticsearch polling might have race conditions
when multiple Kibana nodes are polling for the same tasks. | High | Low
| Tasks are idempotent, so executing them multiple times will not result
in logical error, but will degrade performance. To test for this case we
add plenty of unit tests around this logic and document manual testing
procedure. |
| Code should gracefully handle cases when feature X or plugin Y are
disabled. | Medium | High | Unit tests will verify that any feature flag
or plugin combination still results in our service operational. |
| [See more potential risk
examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) |


### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-09-09 14:11:15 -07:00
..
accessibility [Dashboard] Remove library and drilldown notifications (#190797) 2024-09-09 14:11:15 -07:00
alerting_api_integration Fixes Failing test: X-Pack Alerting API Integration Tests.x-pack/test/alerting_api_integration/security_and_spaces/group1/tests/alerting/backfill/task_runner·ts - alerting api integration security and spaces enabled Alerts - Group 1 alerts backfill rule runs ad hoc backfill task should run all execution sets of a scheduled backfill and correctly generate alerts (#191761) 2024-09-04 13:20:48 -04:00
api_integration [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
api_integration_basic [ML] AIOps: Update fields filter popover to be able to filter fields from analysis (not just grouping) (#188913) 2024-07-30 10:12:53 +02:00
apm_api_integration [APM][Services][Overview] Update Log Error % to Log Error Rate and include APM error logs in charts (#191962) 2024-09-05 17:07:54 +02:00
banners_functional
cases_api_integration [ResponseOps][Cases] Allow users to select template in the case action (#190701) 2024-09-05 17:19:27 +01:00
cloud_integration Minimize shared-common everywhere (#188606) 2024-07-29 12:47:46 -06:00
cloud_security_posture_api [Cloud Security] use global cdr vuln data view (#191581) 2024-09-03 16:08:19 +03:00
cloud_security_posture_functional [Cloud Security] Host Name Misconfiguration Datagrid & Refactor CSP Plugin PHASE 1 (#192114) 2024-09-06 12:42:55 -07:00
common [FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* (#191805) 2024-09-05 10:00:55 +01:00
custom_branding [FTR] Update getAttribute method return (#179715) 2024-04-10 10:28:03 -07:00
dataset_quality_api_integration [Dataset quality] Enable page for synthetics (#191846) 2024-09-04 15:21:17 +02:00
defend_workflows_cypress [EDR Workflows] Remove automated actions old feature flags (#189954) 2024-08-09 07:47:43 -05:00
disable_ems Fix some type issues in x-pack/test (#167343) 2023-09-27 13:14:01 -07:00
encrypted_saved_objects_api_integration [FTR] move supertestWithoutAuth service to kbn-ftr-common-functional-services (#189613) 2024-08-05 04:20:38 -05:00
examples [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
fleet_api_integration [Fleet] Introduce Async deploy policies (#191839) 2024-09-09 09:45:12 -04:00
fleet_cypress [FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* (#191805) 2024-09-05 10:00:55 +01:00
fleet_functional [Fleet] Fix failing/flaky tests (#189559) 2024-07-31 14:14:30 -04:00
fleet_packages [Fleet] fix install packages script + add notification (#179431) 2024-03-26 08:32:00 -07:00
ftr_apis
functional [Dashboard] Remove library and drilldown notifications (#190797) 2024-09-09 14:11:15 -07:00
functional_basic [ML] [AIOps] Pattern analysis tab in Discover (#178916) 2024-05-22 14:13:07 +01:00
functional_cloud Connection Details Flyout (#180912) 2024-04-23 16:35:04 +02:00
functional_cors Remove deprecated abab package (#183383) 2024-05-16 12:48:26 +02:00
functional_embedded async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
functional_enterprise_search [FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* (#191805) 2024-09-05 10:00:55 +01:00
functional_execution_context [Embeddables Rebuild] Migrate Visualize (#183197) 2024-08-30 09:05:17 -06:00
functional_solution_sidenav [Stateful sidenav] Add ML group menu in oblt & search (#190682) 2024-09-04 04:03:14 -05:00
functional_with_es_ssl [Response Ops] Fix Flaky Stack Alerts Page E2E Test (#192045) 2024-09-06 14:18:31 -07:00
kubernetes_security
licensing_plugin [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
load [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
localization [Dashboard] Remove library and drilldown notifications (#190797) 2024-09-09 14:11:15 -07:00
monitoring_api_integration Fix typo in stack monitoring apm (#187875) 2024-07-10 14:50:47 +01:00
observability_ai_assistant_api_integration [Obs AI Assistant] Don't fail calls where messages have data (#191952) 2024-09-03 21:21:02 +02:00
observability_ai_assistant_functional [Obs AI Assistant] Remove dedicated language setting (#190983) 2024-08-28 16:53:48 -07:00
observability_api_integration FTR: enable ESLint mocha rules for api integration tests (#191267) 2024-08-30 18:50:35 +02:00
observability_functional [FTR] enable recommended mocha + no-floating-promises ESLint rules (#190690) 2024-08-23 11:54:36 -05:00
observability_onboarding_api_integration [FTR] enable recommended mocha + no-floating-promises ESLint rules (#190690) 2024-08-23 11:54:36 -05:00
osquery_cypress [FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* (#191805) 2024-09-05 10:00:55 +01:00
plugin_api_integration [Fleet] Introduce Async deploy policies (#191839) 2024-09-09 09:45:12 -04:00
plugin_api_perf Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
plugin_functional [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
profiling_api_integration [FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* (#191805) 2024-09-05 10:00:55 +01:00
reporting_api_integration [Reporting] Improve errors from failed resolutions in Upgrade Assistant (#192047) 2024-09-06 09:55:35 -07:00
reporting_functional skip failing test suite (#192014) 2024-09-04 02:40:20 +10:00
rule_registry [ResponseOps][RuleRegistry] alerts indices broken if Kibana startup pauses for > 20m (#190272) 2024-08-26 09:22:15 -07:00
saved_object_api_integration [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
saved_object_tagging skip flaky suite (#160583) 2024-08-07 00:30:14 +01:00
saved_objects_field_count [FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* (#191805) 2024-09-05 10:00:55 +01:00
scalability [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
screenshot_creation [DOCS] Refresh Webhook - Case Management connector screenshots for GA (#189589) 2024-08-29 08:36:24 -07:00
search_sessions_integration [Dashboard] Remove library and drilldown notifications (#190797) 2024-09-09 14:11:15 -07:00
security_api_integration FTR: enable ESLint mocha rules for api integration tests (#191267) 2024-08-30 18:50:35 +02:00
security_functional [FTR] Anonymous login (#190159) 2024-08-09 16:31:56 +02:00
security_solution_api_integration Add intended timestamp (#191717) 2024-09-09 21:45:08 +02:00
security_solution_cypress [Security solution] Fix Assistant Cypress MKI auth errors (#192290) 2024-09-09 11:53:35 -05:00
security_solution_endpoint Upgrade EUI to v95.9.0 (#190752) 2024-08-30 17:47:17 -07:00
security_solution_ftr [Security Solution][Alert details] - move footer components to flyout folder (#189289) 2024-08-06 03:38:28 -05:00
security_solution_playwright [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
session_view [Cloud Security] add Kibana e2e support for Auditbeat (#179985) 2024-04-16 07:28:09 -07:00
spaces_api_integration [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
stack_functional_integration [QA] Fix wrong bracket in ccs test (#191222) 2024-08-28 12:56:09 -05:00
task_manager_claimer_mget Reapply "[Response Ops][Task Manager] Setting task status directly to running in mget claim strategy (#192303) 2024-09-09 12:12:25 -04:00
threat_intelligence_cypress [FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* (#191805) 2024-09-05 10:00:55 +01:00
ui_capabilities [Security Solution] [Attack discovery] Attack Discovery RBAC / Display an upgrade CTA for the serverless essentials product tier (#188788) 2024-08-13 11:46:20 -04:00
upgrade [Dashboard] Remove library and drilldown notifications (#190797) 2024-09-09 14:11:15 -07:00
upgrade_assistant_integration [FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* (#191805) 2024-09-05 10:00:55 +01:00
usage_collection Rename Management team name in codeowners file (#178626) 2024-03-18 15:46:31 +00:00
kibana.jsonc [CODEOWNERS] fix appex-qa ownership (#189602) 2024-07-31 14:20:47 +02:00
tsconfig.json [Cloud Security] Misconfiguration preview & Refactor CSP Plugin to include new package PHASE 2 (#190933) 2024-08-27 00:43:16 -07:00