Commit Graph
10 Commits
Author SHA1 Message Date
Dominik Schmidt 3b83221a87 test(search): retry the driveItem GET until the extracted properties match
Property extraction reaches the driveItem asynchronously, so the GET
step previously waited only until any extraction facet key appeared and
a separate step then validated the full schema, which could run on a
partial payload and fail intermittently. The GET and the status check
stay plain steps; a new explicit Then step re-fetches the item until
the response satisfies the expected schema (a partial never matches) or
the WaitHelper timeout elapses.
2026-09-08 13:39:00 +02:00
Viktor Scharf ee424021b8 fix extractProps test 2025-02-12 10:13:27 +01:00
Viktor Scharf e98f56002c run all tests 2025-01-24 16:50:47 +01:00
Niraj Acharya c98841904d removing without skeleton files string from the user creation steps 2024-12-02 09:12:57 +05:45
Saw-jan 732f2b241e test: rename PROPFIND response check steps
test: fix tests
2024-10-02 13:33:33 +05:45
Saw-jan 08922584bc test: fix PROPFIND shares space tests 2024-10-02 13:33:33 +05:45
Saw-jan 878c5f4075 test: ensure share is available before performing actions
test: fix expected-failure lines
2024-07-26 15:19:33 +05:45
Niraj Acharya fcb33ed3dd adding test for listing drive items with new props in personal space 2024-07-23 14:55:05 +05:45
Niraj Acharya b43601e15b adding test for listing drive items with new props in personal space 2024-07-19 09:45:32 +05:45
Niraj Acharya 740793ec18 adding test for listing drive items with new props in personal space 2024-07-17 14:09:40 +05:45