Skip to content

Commit a51a6d6

Browse files
committed
pkp/pkp-lib#10993 Reviewer Suggestion E2E test
1 parent fff1001 commit a51a6d6

File tree

2 files changed

+749
-0
lines changed

2 files changed

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