Commit 88c7508
authored
[EDR Workflows] Stabilize "add a new entry" FTR test under env pressure (elastic#268313)
The `should be able to add a new ${testData.title} entry` parametrized
test in `artifact_entries_list.ts` intermittently fails on Serverless
with a `TimeoutError` waiting for the new artifact's
`criteriaConditions` card to render within the default 10s implicit
wait. Mirrors the sibling update-flow pattern: wraps the post-create
assertion in `retry.waitForWithTimeout(20000, …)` keyed on the
`criteriaConditions` card before running the existing `checkResults`
loop.
Closes elastic#2652651 parent 6fd30e1 commit 88c7508
1 file changed
Lines changed: 9 additions & 1 deletion
File tree
- x-pack/solutions/security/test/security_solution_endpoint/apps/integrations
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
245 | 253 | | |
246 | 254 | | |
247 | 255 | | |
| |||
0 commit comments