Skip to content

Commit

Permalink
Adds delay on cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesLepidus committed Aug 6, 2024
1 parent 8cd3707 commit 543d1d5
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 @@ -52,7 +52,7 @@ describe('Send P1-PIO message with success', function () {
cy.get('#identifiers > .pkpForm > .pkpFormPages > .pkpFormPage > .pkpFormPage__footer > .pkpFormPage__buttons > .pkpButton').click();
cy.get('#fundingGridInWorkflow-button').click();
cy.get('[id^=component-plugins-generic-funding-controllers-grid-fundergrid-addFunder-button-]').click();
cy.get('input.ui-widget-content.ui-autocomplete-input').should('be.visible').first().focus().type("Universidade Federal de Santa Catarina [http://dx.doi.org/10.13039/501100007082]");
cy.get('input.ui-widget-content.ui-autocomplete-input').should('be.visible').first().focus().type("Universidade Federal de Santa Catarina [http://dx.doi.org/10.13039/501100007082]", {delay: 0});
cy.get('[id^=submitFormButton-]').contains('Save').click({force: true});

cy.get('.pkpPublication > .pkpHeader > .pkpHeader__actions > button.pkpButton').contains("Schedule For Publication").click();
Expand Down

0 comments on commit 543d1d5

Please sign in to comment.