Skip to content

Commit 63f1364

Browse files
committed
pkp/pkp-lib#10993 Reviewer suggestion E2E test
1 parent 66ce90a commit 63f1364

File tree

2 files changed

+726
-0
lines changed

2 files changed

+726
-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.js';
1212
import '../../lib/pkp/cypress/support/commands_orcid.js';
13+
import '../../lib/pkp/cypress/support/command_reviewer_suggestion.js';
1314

1415
Cypress.Commands.add('addToCatalog', function() {
1516
cy.get('button:contains("Publish")').click();

0 commit comments

Comments
 (0)