Skip to content

Commit

Permalink
pkp/pkp-lib#10115 Re-enable skipped cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Nov 11, 2024
1 parent 2d97a78 commit 7fd870b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/tests/integration/Doi.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand All @@ -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');
Expand Down

0 comments on commit 7fd870b

Please sign in to comment.