Skip to content

Commit e8e946f

Browse files
committed
pkp/pkp-lib#10993 Reviewer Suggestion E2E test
1 parent 429af77 commit e8e946f

File tree

2 files changed

+705
-0
lines changed

2 files changed

+705
-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)