https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40046 --- Comment #10 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 183196 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183196&action=edit Bug 40046: Use xml and auto-select it Absolutely no idea why the previous code was not selecting MARCXML (MARC was passed and so the import failed) cy.get('select[name="format"]') .select("MARCXML", { force: true }) .should("have.value", "MARCXML"); But I found a bug in the JS code: we are supposed to auto-detect .xml file and pre-select MARCXML. So let's rely on that behaviour! sample.mrc is actually an xml file so it makes sense to rename it -- You are receiving this mail because: You are watching all bug changes.