mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-13 14:18:38 -04:00
Indexing of newly uploaded resources is asynchronous; the search step slept a fixed 10s and searched once, so under load a just-uploaded file was missing from the result and the following assertion failed. The search step now remembers its query, and new eventually-contain steps re-run the search until the expected entries are present (or the WaitHelper timeout elapses), then assert as before. contentSearch scenarios use them for their positive assertions; the exact-count check runs after the expected entries have appeared.