From 13e58a5bbb35a90d06a657ff41d0953bf59b9b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Mon, 11 Nov 2024 14:18:23 +0100 Subject: [PATCH] pkp/pkp-lib#10115 Re-enable skipped cypress tests --- cypress/tests/integration/Doi.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/tests/integration/Doi.cy.js b/cypress/tests/integration/Doi.cy.js index 4108b2c741..8124c23f0a 100644 --- a/cypress/tests/integration/Doi.cy.js +++ b/cypress/tests/integration/Doi.cy.js @@ -49,7 +49,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 Submission Filter Behaviour (pre-deposit)'); loginAndGoToDoiPage(); @@ -69,7 +69,7 @@ describe('DOI tests', function() { }); - it.skip('Check Marked Status Behaviour', function() { + it('Check Marked Status Behaviour', function() { loginAndGoToDoiPage(); cy.log('Check unpublished Submission Marked Registered displays error');