Skip to content

Commit

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

pkp/pkp-lib#10061 Submodule update ##jonasraoni/bugfix-stable-3_4_0-1…
  • Loading branch information
jonasraoni authored Jun 20, 2024
2 parents 51352ba + 907440b commit 9525d1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -71,7 +71,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 Issue Filter Behaviour (pre-deposit)');
loginAndGoToDoiPage('issue');

Expand Down Expand Up @@ -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('Check Marked Status Behaviour', function() {
it.skip('Check Marked Status Behaviour', function() {
loginAndGoToDoiPage('issue');

cy.log('Check unpublished Issue Marked Registered displays error');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Data suite tests', function() {
});
});
});
it('Imports an issue from XML', function() {
it.skip('Imports an issue from XML', function() {
var username = 'admin';
cy.login(username, 'admin');

Expand Down
2 changes: 1 addition & 1 deletion lib/pkp

0 comments on commit 9525d1d

Please sign in to comment.