Skip to content

Commit a5f3f06

Browse files
committed
pkp/pkp-lib#10993 Reviewer Suggestion E2E test
1 parent 96149e3 commit a5f3f06

File tree

2 files changed

+703
-0
lines changed

2 files changed

+703
-0
lines changed

cypress/support/commands.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import Api from '../../lib/pkp/cypress/support/api.js';
1111
import '../../lib/pkp/cypress/support/commands_new_workflow';
1212
import '../../lib/pkp/cypress/support/commands_orcid.js';
13+
import '../../lib/pkp/cypress/support/command_reviewer_suggestion.js';
1314

1415
Cypress.Commands.add('publish', (issueId, issueTitle) => {
1516
cy.openWorkflowMenu('Title & Abstract')

0 commit comments

Comments
 (0)