Skip to content

Commit

Permalink
pkp/pkp-lib#10480 Adapt tests to the new API supplied recommendation …
Browse files Browse the repository at this point in the history
…data
  • Loading branch information
Vitaliy-1 committed Jan 19, 2025
1 parent fa7f1f9 commit 06f1cfb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cypress/tests/data/60-content/CcorinoSubmission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ describe('Data suite: Ccorino', function() {
cy.logout();
cy.findSubmissionAsEditor('dbarnes', null, familyName);
cy.get('[data-cy="workflow-secondary-items"] h2').contains("Recommendation");
// FIX ME correct label should come with
//cy.get('[data-cy="workflow-actions"] p').contains("Accept Submission");
cy.get('[data-cy="workflow-secondary-items"] p').contains("Recommend Accept");


cy.get('[data-cy="workflow-secondary-items"] p').contains("Accept Submission");
});
})

0 comments on commit 06f1cfb

Please sign in to comment.