Skip to content

Commit dec1b80

Browse files
authored
Merge pull request #1890 from touhidurabir/i10993_main
pkp/pkp-lib#10993 Reviewer suggestion E2E test
2 parents a384c47 + 68a76d0 commit dec1b80

File tree

4 files changed

+724
-2
lines changed

4 files changed

+724
-2
lines changed

cypress/support/commands.js

Lines changed: 1 addition & 0 deletions
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.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)