Commit 7995f4c
authored
[EDR Workflows] Stabilize Fleet integrations FTR tests under env pressure (elastic#268492)
The `should display the endpoint custom content` and `should show the
Trusted Apps page when link is clicked` tests in `fleet_integrations.ts`
intermittently fail on ESS and Serverless with a Selenium
`ScriptTimeoutError` when Kibana is under Fleet/ES startup contention
(registry `ECONNRESET`, `missing_references` saved-object imports, ES
`NoLivingConnectionsError`). Mirrors the pattern from elastic#268313: wraps the
post-click element-render and post-navigation assertions in
`retry.waitForWithTimeout` / `retry.tryForTime` so each retry attempt
gets a fresh WebDriver script-timeout window.
Closes elastic#250405
Closes elastic#250417
Closes elastic#265974
Closes elastic#2608471 parent b240c58 commit 7995f4c
1 file changed
Lines changed: 14 additions & 2 deletions
File tree
- x-pack/solutions/security/test/security_solution_endpoint/apps/integrations
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
52 | 62 | | |
53 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
54 | 66 | | |
55 | 67 | | |
56 | 68 | | |
| |||
0 commit comments