elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.6k stars 8.22k forks source link

Failing test: Serverless Search Functional Tests - Common Group 1.x-pack/test_serverless/functional/test_suites/common/platform_security/api_keys·ts - Serverless Common UI - Platform Security API keys should create and delete API keys correctly #167743

Closed kibanamachine closed 1 year ago

kibanamachine commented 1 year ago

A test failed on a tracked branch

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="apiKeysCreatePromptButton"])
Wait timed out after 10025ms
    at /var/lib/buildkite-agent/builds/kb-n2-4-spot-87e58edaa1cf52a9/elastic/kibana-on-merge/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:17
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:17:9)
    at retryForSuccess (retry_for_success.ts:59:13)
    at RetryService.try (retry.ts:31:12)
    at Proxy.clickByCssSelector (find.ts:417:5)
    at TestSubjects.click (test_subjects.ts:164:5)
    at Object.clickOnPromptCreateApiKey (api_keys_page.ts:33:14)
    at Context.<anonymous> (api_keys.ts:48:7)
    at Object.apply (wrap_function.js:73:16)

First failure: CI Build - main

elasticmachine commented 1 year ago

Pinging @elastic/kibana-security (Team:Security)

SiddharthMantri commented 1 year ago

Closing as this issue was address by @dmlemeshko in https://github.com/elastic/kibana/pull/166936 and can be closed since it no new failures have been reported since this was merged.