Skip to content

Commit 496756f

Browse files
committed
pkp/pkp-lib#10993 Reviewer Suggestion E2E test
pkp/pkp-lib#10993 updated data suit test data pkp/pkp-lib#10993 moved reviewer suggestion enable to before action pkp/pkp-lib#10993 added cypress uncaught:exception handler for intentional api validation error pkp/pkp-lib#10993 removed api validation failure tests pkp/pkp-lib#10993 added several wait and waitJQuery to run tests smoothly pkp/pkp-lib#10993 removed waitJquery calls
1 parent 604742a commit 496756f

File tree

2 files changed

+694
-0
lines changed

2 files changed

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