Skip to content

Commit

Permalink
pkp/pkp-lib#7495 Fix remaining e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Oct 2, 2024
1 parent 2cddcfa commit c885f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/tests/data/60-content/CcorinoSubmission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ describe('Data suite: Ccorino', function() {

it('Logins as a section editor and recommends accept', function() {
cy.login('minoue');
cy.visit('/index.php/publicknowledge/submissions');
cy.get('a').contains('View ' + familyName).click({force: true});
cy.visit('/index.php/publicknowledge/dashboard/editorial');
cy.openSubmission(familyName);
cy.clickDecision('Recommend Accept');
cy.recordRecommendation('Recommend Accept', ['Daniel Barnes', 'David Buskins', 'Stephanie Berardo']);

Expand Down

0 comments on commit c885f8c

Please sign in to comment.