Skip to content

Commit

Permalink
pkp/pkp-lib#7191 Remove unused cypress command
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Nov 30, 2022
1 parent b298abc commit 08dddd0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ Cypress.Commands.add('addCategory', (categoryName, categoryPath) => {
cy.wait(2000); // Avoid occasional failure due to form save taking time
});

Cypress.Commands.add('isInIssue', (submissionTitle, issueTitle) => {
cy.visit('');
cy.get('a:contains("Archives")').click();
cy.get('a:contains("' + issueTitle + '")').click();
cy.get('a:contains("' + submissionTitle + '")');
});

Cypress.Commands.add('addSubmissionGalleys', (files) => {
files.forEach(file => {
cy.get('a:contains("Add File")').click();
Expand Down

0 comments on commit 08dddd0

Please sign in to comment.