Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport closes #187472 This will backport the following commits from `main` to `8.14`: - [[Entity Analytics] Flaky Cypress test fixes (#186081)](#186081) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Mark Hopkin","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-06-18T13:27:26Z","message":"[Entity Analytics] Flaky Cypress test fixes (#186081)\n\n### Fix 1: Press refresh button after using date picker on dashboard\r\n\r\nCloses https://github.com/elastic/kibana/issues/183662\r\nCloses https://github.com/elastic/kibana/issues/183635\r\nCloses https://github.com/elastic/kibana/issues/183982\r\n\r\nWe shouldnt have to do this, but there is some condition where clicking\r\napply gets the UI in a stuck state and I cant figure it out.\r\n\r\n### Fix 2: Use more specific selector for search bar on risk score\r\npreview page\r\n\r\nCloses https://github.com/elastic/kibana/issues/184133\r\n\r\nWe were using a generic selector `[data-test-subj=\"unifiedQueryInput\"]\r\ntextarea` which was bringing back two elements sometimes (no idea why),\r\nI have given the box its own dedicated selector to hopefully prevent\r\nthis from happening\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"c34bb46c8aeb59dca0c92132dd34d2d9fca68728","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","Team:Entity Analytics","v8.15.0"],"number":186081,"url":"https://github.com/elastic/kibana/pull/186081","mergeCommit":{"message":"[Entity Analytics] Flaky Cypress test fixes (#186081)\n\n### Fix 1: Press refresh button after using date picker on dashboard\r\n\r\nCloses https://github.com/elastic/kibana/issues/183662\r\nCloses https://github.com/elastic/kibana/issues/183635\r\nCloses https://github.com/elastic/kibana/issues/183982\r\n\r\nWe shouldnt have to do this, but there is some condition where clicking\r\napply gets the UI in a stuck state and I cant figure it out.\r\n\r\n### Fix 2: Use more specific selector for search bar on risk score\r\npreview page\r\n\r\nCloses https://github.com/elastic/kibana/issues/184133\r\n\r\nWe were using a generic selector `[data-test-subj=\"unifiedQueryInput\"]\r\ntextarea` which was bringing back two elements sometimes (no idea why),\r\nI have given the box its own dedicated selector to hopefully prevent\r\nthis from happening\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"c34bb46c8aeb59dca0c92132dd34d2d9fca68728"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","labelRegex":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/186081","number":186081,"mergeCommit":{"message":"[Entity Analytics] Flaky Cypress test fixes (#186081)\n\n### Fix 1: Press refresh button after using date picker on dashboard\r\n\r\nCloses https://github.com/elastic/kibana/issues/183662\r\nCloses https://github.com/elastic/kibana/issues/183635\r\nCloses https://github.com/elastic/kibana/issues/183982\r\n\r\nWe shouldnt have to do this, but there is some condition where clicking\r\napply gets the UI in a stuck state and I cant figure it out.\r\n\r\n### Fix 2: Use more specific selector for search bar on risk score\r\npreview page\r\n\r\nCloses https://github.com/elastic/kibana/issues/184133\r\n\r\nWe were using a generic selector `[data-test-subj=\"unifiedQueryInput\"]\r\ntextarea` which was bringing back two elements sometimes (no idea why),\r\nI have given the box its own dedicated selector to hopefully prevent\r\nthis from happening\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"c34bb46c8aeb59dca0c92132dd34d2d9fca68728"}}]}] BACKPORT--> Co-authored-by: Elastic Machine <[email protected]>
- Loading branch information