Skip to content

Commit

Permalink
Adjusts integration tests.
Browse files Browse the repository at this point in the history
Issue: documentacao-e-tarefas/desenvolvimento_e_infra#888

Signed-off-by: yves <[email protected]>
  • Loading branch information
YvesLepidus committed Sep 23, 2024
1 parent 75c6b9e commit 0002cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/Test4_sendMessageSuccess.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Send P1-PIO message with success', function () {
cy.get('.pkpPublication__header > .pkpHeader__actions > button.pkpButton').contains("Schedule For Publication").click();
cy.get('.pkpFormPage__footer button:contains("Publish")').click();

cy.get('.app__notifications').contains("At least one author of the article must have a ROR associated with their affiliation.");
cy.get('.app__notifications').contains("At least one author should have a ROR ID linked to their affiliation (requires the ROR plugin) for the message to be sent to the affiliation.");
cy.get('.app__notifications').contains("The message was successfully sent to the OA Switchboard");
})
})

0 comments on commit 0002cf5

Please sign in to comment.