From 47a0851375cc188308b9b305553e995d0de04193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Mon, 11 Nov 2024 14:12:36 +0100 Subject: [PATCH] pkp/pkp-lib#10115 Re-enable skipped cypress tests --- cypress/tests/integration/NativeXmlImportExportSubmission.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/tests/integration/NativeXmlImportExportSubmission.cy.js b/cypress/tests/integration/NativeXmlImportExportSubmission.cy.js index 38ab920594e..2ea1bed5614 100644 --- a/cypress/tests/integration/NativeXmlImportExportSubmission.cy.js +++ b/cypress/tests/integration/NativeXmlImportExportSubmission.cy.js @@ -37,7 +37,7 @@ describe('Data suite tests', function() { }); }); }); - it.skip('Imports submissions from XML', function() { + it('Imports submissions from XML', function() { var username = 'admin'; cy.login(username, 'admin');