richdocuments/cypress
Skyler Grey 9ab3d5bf9e
fix(mobile): pass format to SaveAs
With direct access, used in the mobile app, `args.format` was typoed as
`args.Format`, leading to format always being undefined. This meant that
the save as popup would use the extension of the current file rather
than the extension you were trying to save as. You could workaround by
editing this manually, but it was annoying and not working as intended.

The browser version wasn't broken, as it uses a different code path to
save documents (see src/mixins/saveAs.js)

Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
2025-11-28 10:53:06 +00:00
..
e2e fix(mobile): pass format to SaveAs 2025-11-28 10:53:06 +00:00
fixtures feat(tests): add tests 2025-03-12 17:23:26 -04:00
plugins fix: add further SPDX headers 2024-05-09 10:37:24 +02:00
support fix(test): more specificity 2025-11-19 17:36:25 -05:00
utils chore: Add SPDX header 2024-05-09 10:37:22 +02:00