Fix app install file upload (#18593)

remove wrong file path based file selection

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
martmull
2026-03-13 12:06:14 +01:00
committed by GitHub
parent 0641e07ca6
commit f3e0c12ce6
8 changed files with 251 additions and 82 deletions
@@ -29,7 +29,7 @@ describe('functionExecute E2E', () => {
expect(result.success).toBe(true);
},
{ timeout: 10_000, interval: 1_000 },
{ timeout: 30_000, interval: 1_000 },
);
}, 60_000);