Skip to content

Conversation

@elzody
Copy link
Contributor

@elzody elzody commented Jan 29, 2026

  • Target version: main

Summary

Reworked the waitForPostMessage custom Cypress command a bit to properly check for expected post message values. This should stabilize the "save as" test in integration.spec.js since it should now wait for the Action_Save_Resp from Collabora confirming that the file was saved before trying to open it in the file list.

Additionally, I have attempted to refactor the waitForPostMessage custom Cypress command to make it work properly. In the past, it did not compare the expected post message values to the actual values correctly. It also only took the first post message with the expected message ID, ignoring the rest. In fact, it only took the first matching post message, ignored the rest, and did not compare the values. Hopefully now it does, so we can use it to wait until the full expected post message is received, and error if it does not come.

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Documentation (manuals or wiki) has been updated or is not required

Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
@elzody elzody self-assigned this Jan 29, 2026
@elzody elzody requested a review from juliusknorr as a code owner January 29, 2026 21:55
@elzody elzody added the 3. to review Ready to be reviewed label Jan 29, 2026
@github-project-automation github-project-automation bot moved this to 🧭 Planning evaluation (don't pick) in 📝 Office team Jan 29, 2026
@elzody elzody moved this from 🧭 Planning evaluation (don't pick) to 👀 In review in 📝 Office team Jan 29, 2026
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
@juliusknorr juliusknorr merged commit 502923e into main Jan 30, 2026
48 checks passed
@juliusknorr juliusknorr deleted the fix/stabilize-save-as-test branch January 30, 2026 09:40
@github-project-automation github-project-automation bot moved this from 👀 In review to ☑️ Done in 📝 Office team Jan 30, 2026
@juliusknorr
Copy link
Member

/backport to stable33

@juliusknorr
Copy link
Member

/backport to stable32

@juliusknorr
Copy link
Member

/backport to stable31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Ready to be reviewed tests

Projects

Status: ☑️ Done

Development

Successfully merging this pull request may close these issues.

3 participants