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

[FLAKY ON MKI] 4 files from .../security/common_configs/config.group5 #208982

Open
wayneseymour opened this issue Jan 30, 2025 · 1 comment
Open
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test impact:critical This issue should be addressed immediately due to a critical level of impact on the product. Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. test-failure-flaky

Comments

@wayneseymour
Copy link
Member

Summary

These 20 tests have failed in several MKI test runs today

Command Line

node scripts/functional_test_runner.js --config x-pack/test_serverless/functional/test_suites/security/common_configs/config.group5.ts --exclude-tag skipMKI --exclude-tag failsOnMKI --exclude-tag skipServerless --exclude-tag skipSvlSec --info

Tests

File

x-pack/test_serverless/functional/test_suites/common/discover/group1/_discover.ts

Test 1

discover/group1 discover test query save query should show toast message and display query name

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="discoverSaveButton"])
Wait timed out after 10010ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.clickSaveSearchButton (discover_page.ts:156:5)
    at DiscoverPageObject.saveSearch (discover_page.ts:48:5)
    at Context. (_discover.ts:61:9)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 2

discover/group1 discover test query load query should show query name

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleQuery-#-1"])
Wait timed out after 10004ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.loadSavedSearch (discover_page.ts:145:5)
    at Context. (_discover.ts:67:9)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 3

discover/group1 discover test query renaming a saved query should modify name in breadcrumb

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitleQuery-#-1"])
Wait timed out after 10025ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.loadSavedSearch (discover_page.ts:145:5)
    at Context. (_discover.ts:76:9)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 4

discover/group1 discover test query should modify the time range when a bar is clicked

Error message

Error: timed out waiting for table to contain the right search result -- last error: Error: retry.try reached timeout 120000 ms
ElementClickInterceptedError: element click intercepted: Element ... is not clickable at point (1275, 417). Other element would receive the click: 
...

  (Session info: chrome=132.0.6834.159)
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:521:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:524:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:456:28)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Task.exec (prevent_parallel_calls.ts:29:20)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.getDocTableField (discover_page.ts:377:5)
    at _discover.ts:110:29
    at runAttempt (retry_for_success.ts:30:15)
    at retryForSuccess (retry_for_success.ts:103:21)
    at retryForTruthy (retry_for_truthy.ts:28:3)
    at RetryService.waitForWithTimeout (retry.ts:74:5)
    at Context. (_discover.ts:106:9)
    at Object.apply (wrap_function.js:74:16)
    at onFailure (retry_for_truthy.ts:40:13)
    at retryForSuccess (retry_for_success.ts:86:7)
    at retryForTruthy (retry_for_truthy.ts:28:3)
    at RetryService.waitForWithTimeout (retry.ts:74:5)
    at Context. (_discover.ts:106:9)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 5

discover/group1 discover test query should show correct initial chart interval of Auto

Error message

Error: retry.try reached timeout 120000 ms
ElementClickInterceptedError: element click intercepted: Element ... is not clickable at point (676, 416). Other element would receive the click: 
...

  (Session info: chrome=132.0.6834.159)
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:521:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:524:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:456:28)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Task.exec (prevent_parallel_calls.ts:29:20)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at Context. (_discover.ts:122:9)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 6

discover/group1 discover test query should reload the saved search with persisted query to show the initial hit count

Error message

Error: retry.try reached timeout 120000 ms
Error: retry.try reached timeout 120000 ms
ElementClickInterceptedError: element click intercepted: Element 
Filter your data using KQL syntax
 is not clickable at point (923, 123). Other element would receive the click: 
...

  (Session info: chrome=132.0.6834.159)
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:521:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:524:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:456:28)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Task.exec (prevent_parallel_calls.ts:29:20)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at query_bar.ts:30:7
    at runAttempt (retry_for_success.ts:30:15)
    at retryForSuccess (retry_for_success.ts:103:21)
    at RetryService.try (retry.ts:52:12)
    at QueryBarService.setQuery (query_bar.ts:29:5)
    at Context. (_discover.ts:138:9)
    at Object.apply (wrap_function.js:74:16)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at QueryBarService.setQuery (query_bar.ts:29:5)
    at Context. (_discover.ts:138:9)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 7

discover/group1 discover test query #2, which has an empty time range "before all" hook for "should show "no results""

Error message

Error: timed out waiting for endDate is set to Jun 12, 1999 @ 11:21:04.000 -- last error: Error: retry.try reached timeout 120000 ms
ElementClickInterceptedError: element click intercepted: Element Sep 23, 2015 @ 18:31:44.000 is not clickable at point (1138, 171). Other element would receive the click: 
"Query # 1"

  (Session info: chrome=132.0.6834.159)
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:521:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:524:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:456:28)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Task.exec (prevent_parallel_calls.ts:29:20)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at time_picker.ts:156:7
    at runAttempt (retry_for_success.ts:30:15)
    at retryForSuccess (retry_for_success.ts:103:21)
    at retryForTruthy (retry_for_truthy.ts:28:3)
    at RetryService.waitFor (retry.ts:88:5)
    at TimePickerPageObject.setAbsoluteRange (time_picker.ts:155:5)
    at Context. (_discover.ts:161:9)
    at Object.apply (wrap_function.js:74:16)
    at onFailure (retry_for_truthy.ts:40:13)
    at retryForSuccess (retry_for_success.ts:86:7)
    at retryForTruthy (retry_for_truthy.ts:28:3)
    at RetryService.waitFor (retry.ts:88:5)
    at TimePickerPageObject.setAbsoluteRange (time_picker.ts:155:5)
    at Context. (_discover.ts:161:9)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 8

discover/group1 discover test nested query should support querying on nested fields

Error message

Error: retry.try reached timeout 120000 ms
Error: retry.try reached timeout 120000 ms
ElementClickInterceptedError: element click intercepted: Element 
Filter your data using KQL syntax
 is not clickable at point (923, 123). Other element would receive the click: 
...

  (Session info: chrome=132.0.6834.159)
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:521:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:524:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:456:28)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Task.exec (prevent_parallel_calls.ts:29:20)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at query_bar.ts:30:7
    at runAttempt (retry_for_success.ts:30:15)
    at retryForSuccess (retry_for_success.ts:103:21)
    at RetryService.try (retry.ts:52:12)
    at QueryBarService.setQuery (query_bar.ts:29:5)
    at Context. (_discover.ts:194:9)
    at Object.apply (wrap_function.js:74:16)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at QueryBarService.setQuery (query_bar.ts:29:5)
    at Context. (_discover.ts:194:9)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

File

x-pack/test_serverless/functional/test_suites/common/discover/group2/_data_grid_doc_table.ts

Test 9

discover/group2 discover data grid doc table should show popover with expanded cell content by click on expand button on embeddable

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="discoverSaveButton"])
Wait timed out after 10024ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.clickSaveSearchButton (discover_page.ts:156:5)
    at DiscoverPageObject.saveSearch (discover_page.ts:48:5)
    at Context. (_data_grid_doc_table.ts:116:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

File

x-pack/test_serverless/functional/test_suites/common/discover/group4/_adhoc_data_views.ts

Test 10

discover/group4 adhoc data views should not update data view id when saving search first time

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="discoverSaveButton"])
Wait timed out after 10032ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.clickSaveSearchButton (discover_page.ts:156:5)
    at DiscoverPageObject.saveSearch (discover_page.ts:48:5)
    at Context. (_adhoc_data_views.ts:122:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 11

discover/group4 adhoc data views should update data view id when saving new search copy

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="discoverSaveButton"])
Wait timed out after 10019ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.clickSaveSearchButton (discover_page.ts:156:5)
    at DiscoverPageObject.saveSearch (discover_page.ts:48:5)
    at Context. (_adhoc_data_views.ts:133:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 12

discover/group4 adhoc data views search results should be different after data view update

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="discoverSaveButton"])
Wait timed out after 10044ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.clickSaveSearchButton (discover_page.ts:156:5)
    at DiscoverPageObject.saveSearch (discover_page.ts:48:5)
    at Context. (_adhoc_data_views.ts:159:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 13

discover/group4 adhoc data views should open saved search by navigation to context from embeddable

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitlelogst*-ss-_bytes-runtimefield"])
Wait timed out after 10028ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.loadSavedSearch (discover_page.ts:145:5)
    at Context. (_adhoc_data_views.ts:221:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 14

discover/group4 adhoc data views should update id after data view field edit

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitlelogst*-ss-_bytes-runtimefield"])
Wait timed out after 10037ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.loadSavedSearch (discover_page.ts:145:5)
    at Context. (_adhoc_data_views.ts:229:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 15

discover/group4 adhoc data views should notify about invalid filter reffs

Error message

Error: retry.try reached timeout 120000 ms
ElementClickInterceptedError: element click intercepted: Element ... is not clickable at point (397, 123). Other element would receive the click: 
...

  (Session info: chrome=132.0.6834.159)
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:521:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:524:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:456:28)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Task.exec (prevent_parallel_calls.ts:29:20)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DataViewsService.createFromSearchBar (data_views.ts:60:5)
    at Context. (_adhoc_data_views.ts:246:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

File

x-pack/test_serverless/functional/test_suites/common/discover/group6/_unsaved_changes_badge.ts

Test 16

discover/group6 discover unsaved changes badge should show the badge only after changes to a persisted saved search

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="discoverSaveButton"])
Wait timed out after 10008ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.clickSaveSearchButton (discover_page.ts:156:5)
    at DiscoverPageObject.saveSearch (discover_page.ts:48:5)
    at Context. (_unsaved_changes_badge.ts:68:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 17

discover/group6 discover unsaved changes badge should not show a badge after loading a saved search, only after changes

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitletest-saved-search"])
Wait timed out after 10011ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.loadSavedSearch (discover_page.ts:145:5)
    at Context. (_unsaved_changes_badge.ts:85:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 18

discover/group6 discover unsaved changes badge should allow to revert changes

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitletest-saved-search"])
Wait timed out after 10027ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.loadSavedSearch (discover_page.ts:145:5)
    at Context. (_unsaved_changes_badge.ts:97:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 19

discover/group6 discover unsaved changes badge should hide the badge once user manually reverts changes

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitletest-saved-search"])
Wait timed out after 10026ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.loadSavedSearch (discover_page.ts:145:5)
    at Context. (_unsaved_changes_badge.ts:141:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

Test 20

discover/group6 discover unsaved changes badge should not show the badge after pinning the first filter but after disabling a filter

Error message

Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="discoverSaveButton"])
Wait timed out after 10048ms
    at /root/.qaf/data/git/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:86:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at DiscoverPageObject.clickSaveSearchButton (discover_page.ts:156:5)
    at DiscoverPageObject.saveSearch (discover_page.ts:48:5)
    at Context. (_unsaved_changes_badge.ts:171:7)
    at Object.apply (wrap_function.js:74:16)

Screenshot

Image

@wayneseymour wayneseymour added Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. test-failure-flaky labels Jan 30, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@davismcphee davismcphee self-assigned this Jan 30, 2025
@davismcphee davismcphee added impact:critical This issue should be addressed immediately due to a critical level of impact on the product. failed-test A test failure on a tracked branch, potentially flaky-test labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test impact:critical This issue should be addressed immediately due to a critical level of impact on the product. Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. test-failure-flaky
Projects
None yet
Development

No branches or pull requests

3 participants