test(#10813): stabilize GET attachment integration test and wdio send message test and others#10869
Merged
dianabarsan merged 24 commits intomasterfrom Apr 16, 2026
Merged
test(#10813): stabilize GET attachment integration test and wdio send message test and others#10869dianabarsan merged 24 commits intomasterfrom
dianabarsan merged 24 commits intomasterfrom
Conversation
Signed-off-by: Diana Barsan <barsan@medic.org>
Signed-off-by: Diana Barsan <barsan@medic.org>
…-test # Conflicts: # tests/integration/api/controllers/db-doc.spec.js
Signed-off-by: Diana Barsan <barsan@medic.org>
Signed-off-by: Diana Barsan <barsan@medic.org>
…delay duration in server tests Signed-off-by: Diana Barsan <barsan@medic.org>
… task handling Signed-off-by: Diana Barsan <barsan@medic.org>
Signed-off-by: Diana Barsan <barsan@medic.org>
…try logic in server tests Signed-off-by: Diana Barsan <barsan@medic.org>
… task handling tests Signed-off-by: Diana Barsan <barsan@medic.org>
…ion to iterate over cluster nodes in tests Signed-off-by: Diana Barsan <barsan@medic.org>
…e the info calculates something? Signed-off-by: Diana Barsan <barsan@medic.org>
Signed-off-by: Diana Barsan <barsan@medic.org>
Signed-off-by: Diana Barsan <barsan@medic.org>
dianabarsan
commented
Apr 16, 2026
dianabarsan
commented
Apr 16, 2026
dianabarsan
commented
Apr 16, 2026
dianabarsan
commented
Apr 16, 2026
dianabarsan
commented
Apr 16, 2026
jkuester
approved these changes
Apr 16, 2026
Contributor
jkuester
left a comment
There was a problem hiding this comment.
LGTM! Thank you so much for taking the time to solve these!
That compaction one is particularly WOW!!!
| await utils.createUsers([offlineUser]); | ||
| await loginPage.login(offlineUser); | ||
| await commonPage.hideSnackbar(); | ||
| // avoid churn from server causing element rerenders, the message component is poorly written. |
| }; | ||
|
|
||
| const getTaskById = (emissionId) => $(`${TASK_LIST_SELECTOR} li[data-record-id="${emissionId}"`); | ||
| const getTaskById = (emissionId) => $(`${TASK_LIST_SELECTOR} li[data-record-id="${emissionId}"]`); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
closes #10813
closes #10858
closes #10495
closes #10881
closes #10873
also minor edits for #10565 nad handling how services are restarted
There is another flake that I tried to address, the audit flake (is there even an issue). I changed one test and added logging in the other, need to understand what is happening there and failures are too infrequent.
Code review checklist
can_view_old_navigationpermission to see the old design. Test it has appropriate design for RTL languages.Compose URLs
If Build CI hasn't passed, these may 404:
License
The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.