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

[OPS][main] #7505 Add repo to pkp-lib #610

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 2 additions & 0 deletions cypress/tests/data/60-content/CmontgomerieSubmission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ describe('Data suite: Cmontgomerie', function() {
cy.get('[id^="publish"] button:contains("Post")').click();

// Create 2nd version and change copyright holder
cy.wait(1500);
cy.get('div.pkpPublication button:contains("Create New Version"):visible').click();
cy.wait(1500);
cy.get('div:contains("Are you sure you want to create a new version?")');
cy.get('.modal__footer button').contains('Yes').click();
cy.get('#license-button').click();
Expand Down
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 1 files
+6 −0 classes/facades/Repo.php