update testing versions to 8.19.11,9.2.5,9.3.0#72
Conversation
📝 WalkthroughWalkthroughUpdates CI workflow matrices; adds Kibana-version–gated logic and search-session flows in Discover tests; introduces Cypress helpers/page-objects (SearchSessions, KibanaToast), a network-idle helper, and new/adjusted support commands and typings; removes Changes
Sequence Diagram(s)sequenceDiagram
participant Test as Cypress Test
participant PO as Discover PageObject
participant Kibana as Kibana UI
participant ES as Elasticsearch (EsApiAdvancedClient)
Test->>PO: Login.initialization(credentials)
Test->>PO: open Discover and run query
alt Kibana < 9.0.0
PO->>Kibana: wait for DiscoverSearchCompleted
end
Test->>ES: create indexWithSearchSessions
Test->>PO: openSaveSessionPanel() -> pressSaveSessionButton()
PO->>Kibana: trigger save session (writes search-sessions index)
Test->>PO: pressManageSessionsButton()
PO->>Kibana: open saved session
PO->>Test: verifyDiscoverFromSearchSessionCorrectlyRestored()
Test->>ES: delete search-sessions index (cleanup)
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
Chores
New Features
Bug Fixes / Stability
Config