Skip to content

Commit

Permalink
test test
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Aug 16, 2024
1 parent 383cd0a commit 00d11cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/integration/Doi.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ describe('DOI tests', function() {

cy.get(`#list-item-submission-${submissionId} button.expander`).click();
cy.checkDoiAssignment(`${submissionId}-monograph-${publicationId}`);
cy.checkDoiAssignment(`${submissionId}-chapter-${chapterId}`);
cy.checkDisabledDoiAssignment(`${submissionId}-chapter-${chapterIdDisabled}`);
cy.checkDoiAssignment(`${submissionId}-chapter-${chapterId}`);
cy.checkDoiAssignment(`${submissionId}-representation-${publicationFormatId}`);
cy.checkDoiAssignment(`${submissionId}-file-${submissionFileId}`);

Expand Down

0 comments on commit 00d11cf

Please sign in to comment.