Update page state when entity store is disabled - #265125
Flaky Test Runner nudge: already covered
No new comment needed. The prior run already posted a flaky test runner nudge covering ftrConfig:x-pack/solutions/security/test/security_solution_cypress/cli_config.ts:30 and ftrConfig:x-pack/solutions/security/test/security_solution_cypress/serverless_config.ts:30. All newly changed test files in this commit (entities_table.cy.ts, entities_table_grouping.cy.ts, entity_analytics_home_page.cy.ts, plus the shared task and screen files) resolve to the same two Cypress FTR configs. The set of (runner type, config path) tokens is identical to what was already posted, so posting again would be a duplicate.
Details
Note
Your check run agent prompt is: .macroscope/flaky-test-runner-nudge.md
More information about how Check Run Agents work can be found in our Help Center.
Files evaluated
| Changed file | In scope? | Config(s) |
|---|---|---|
x-pack/solutions/security/test/security_solution_cypress/cypress/e2e/entity_analytics/entity_analytics_home/entities_table.cy.ts |
Yes | cli_config.ts, serverless_config.ts |
x-pack/solutions/security/test/security_solution_cypress/cypress/e2e/entity_analytics/entity_analytics_home/entities_table_grouping.cy.ts |
Yes | cli_config.ts, serverless_config.ts |
x-pack/solutions/security/test/security_solution_cypress/cypress/e2e/entity_analytics/entity_analytics_home/entity_analytics_home_page.cy.ts |
Yes | cli_config.ts, serverless_config.ts |
x-pack/solutions/security/test/security_solution_cypress/cypress/screens/entity_analytics/entity_analytics_home.ts |
Yes | shared screen file |
x-pack/solutions/security/test/security_solution_cypress/cypress/tasks/entity_analytics/entity_analytics_home.ts |
Yes | shared task file |
Non-determinism signals in this commit
- New
describeblock and test ('Entity Analytics page - Disabled state'/'displays the entity store disabled prompt') inentity_analytics_home_page.cy.ts - New
interceptEntityStoreStatusCypress intercept +cy.wait('@entityStoreStatus', { timeout: 20000 })added to three spec files - New
--uiSettings.overrides.securitySolution:entityStoreEnableV2=truekbn server arg inftrConfig
All of these map to the same two configs already nudged in the prior comment.