Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkp/pkp-lib#10061 Submodule update ##jonasraoni/bugfix-stable-3_4_0-1… #715

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading