Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
Description
Since MAGNOLIA-5672 the following code would be executed with autosave:
@Test
public void testAutosaveOnDownload() {
driver.navigate().to("http://spatialkeydocs.s3.amazonaws.com/FL_insurance_sample.csv.zip");
}
The same thing did not work e.g for exporting an asset. As it turned out this is because MAGNOLIA-5672 enables autosave for certain mime types - e.g. "application/xml".
As our ExportCommand sets mimeType "application/octet-stream" for xml files this didn't do the trick ![]()
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
MGNLCTS-51 Add UI Integration Test for Entire Download and Upload Process
-
- Open
-