Change By: Daniel Lipp (13/Feb/14 9:34 AM)
Description: It looks like we're doing something wrong in our  info.magnolia.ui.framework.action.  ExportAction (e.g. set the wrong mime type of header). While this didn't cause any known problems when running the application, it prevents us from having automated tests doing exports with autosave.

Since MAGNOLIA-5672 the following code would be executed with autosave:
{code}
    @Test
    public void testAutosaveOnDownload() {
        driver.navigate().to("http://spatialkeydocs.s3.amazonaws.com/FL_insurance_sample.csv.zip");
    }
{code}

Still we cannot automate testing of download for Content Translation Support (or dam) yet, as in those cases the save dialog still pops up.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to