From 690d8e6ee9e770022895a60e5c0beafedec7713f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Mon, 11 Nov 2024 14:13:05 +0100 Subject: [PATCH] pkp/pkp-lib#10115 Re-enable skipped cypress tests --- cypress/tests/integration/Doi.cy.js | 4 ++-- cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/tests/integration/Doi.cy.js b/cypress/tests/integration/Doi.cy.js index 18b2dfecf59..4caa4ac689e 100644 --- a/cypress/tests/integration/Doi.cy.js +++ b/cypress/tests/integration/Doi.cy.js @@ -71,7 +71,7 @@ describe('DOI tests', function() { .find('span.value').contains('https://doi.org/10.1234/'); }); - it.skip('Check filters and mark registered', function() { + it('Check filters and mark registered', function() { cy.log('Check Issue Filter Behaviour (pre-deposit)'); loginAndGoToDoiPage('issue'); @@ -105,7 +105,7 @@ describe('DOI tests', function() { cy.checkDoiFilterResults('Registered', 'Karbasizaed — Antimicrobial, heavy metal resistance and plasmid profile of coliforms isolated from nosocomial infections in a hospital in Isfahan, Iran', 1); }); - it.skip('Check Marked Status Behaviour', function() { + it('Check Marked Status Behaviour', function() { loginAndGoToDoiPage('issue'); cy.log('Check unpublished Issue Marked Registered displays error'); diff --git a/cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js b/cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js index 72dda0b07cc..3c1b0d5041f 100644 --- a/cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js +++ b/cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js @@ -37,7 +37,7 @@ describe('Data suite tests', function() { }); }); }); - it.skip('Imports an issue from XML', function() { + it('Imports an issue from XML', function() { var username = 'admin'; cy.login(username, 'admin');