Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove waitForUploads workaround after flow-components release #20717

Open
mcollovati opened this issue Dec 16, 2024 · 0 comments
Open

Remove waitForUploads workaround after flow-components release #20717

mcollovati opened this issue Dec 16, 2024 · 0 comments

Comments

@mcollovati
Copy link
Collaborator

AppViewIT test in test-spring-security-flow module currently has a workaround for a bug in Upload testbench element waitForUploads method.

The bug has been fixed, but not yet released.
Since the Flow test module uses a stable flow-component version, the workaround could be removed only after the flow-components release.

The current code in flow test module

upload.upload(tmpFile, 0);
waitForUploads(upload, 60);

should become simply

upload.upload(tmpFile);

The bugfix in flow-components has been backported to 24.6 and 24.5, so in Flow the workaround can be removed only on the same branches (not in 24.4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Internal Backlog / Technical Debt
Development

No branches or pull requests

1 participant