Skip to content

Update page state when entity store is disabled - #265125

Merged
jaredburgettelastic merged 6 commits into
elastic:mainfrom
tcalopes:ea-home-page-empty-state
Apr 24, 2026
Merged

Update page state when entity store is disabled#265125
jaredburgettelastic merged 6 commits into
elastic:mainfrom
tcalopes:ea-home-page-empty-state

Updated timeouts for test flakiness

74dec3b
Select commit
Loading
Failed to load commit list.
MacroscopeApp / Macroscope - Flaky Test Runner nudge succeeded Apr 24, 2026 in 3m 4s

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 describe block and test ('Entity Analytics page - Disabled state' / 'displays the entity store disabled prompt') in entity_analytics_home_page.cy.ts
  • New interceptEntityStoreStatus Cypress intercept + cy.wait('@entityStoreStatus', { timeout: 20000 }) added to three spec files
  • New --uiSettings.overrides.securitySolution:entityStoreEnableV2=true kbn server arg in ftrConfig

All of these map to the same two configs already nudged in the prior comment.