richdocuments/cypress/e2e
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
..
direct.spec.js fix(mobile): pass format to SaveAs 2025-11-28 10:53:06 +00:00
integration.spec.js fix: Adapt version sidebar id and selector in tests 2025-10-29 09:10:45 +01:00
new.spec.js feat(test): add test coverage 2025-11-19 15:39:35 -05:00
open.spec.js fix(test): modify selectors and comment problematic code 2025-02-25 19:42:51 -05:00
settings.spec.js refactor: move template settings to vue component 2024-11-05 08:10:14 +01:00
share-federated.spec.js feat: skip remote link reshare test 2025-05-02 16:45:01 -04:00
share-internal.spec.js ci: Attempt to make cypress tests more stable with a unified wait for close 2024-11-29 08:20:43 +01:00
share-link.js feat(test): add test coverage 2025-11-19 15:39:35 -05:00
talk.spec.js enh: set ooxml as default doc_format 2025-07-11 15:01:52 -04:00
templates.spec.js enh: set ooxml as default doc_format 2025-07-11 15:01:52 -04:00