Skip to content

Commit

Permalink
Merge pull request #715 from jonasraoni/bugfix-stable-3_4_0-10061-hid…
Browse files Browse the repository at this point in the history
…e-highlights

pkp/pkp-lib#10061 Submodule update ##jonasraoni/bugfix-stable-3_4_0-1…
  • Loading branch information
jonasraoni authored Jun 20, 2024
2 parents 041ee5d + 7e916b2 commit ab6fe7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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('Check filters and mark registered', function() {
it.skip('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('Check Marked Status Behaviour', function() {
it.skip('Check Marked Status Behaviour', function() {
loginAndGoToDoiPage();

cy.log('Check unpublished Submission Marked Registered displays error');
Expand Down
2 changes: 1 addition & 1 deletion lib/pkp

0 comments on commit ab6fe7c

Please sign in to comment.