Skip to content

Commit

Permalink
Merge branch 'fixIntegrationTests' into 'main'
Browse files Browse the repository at this point in the history
Adds time wait when research data modal is displayed

See merge request softwares-pkp/plugins_ojs/dataverse!137
  • Loading branch information
thiagolepidus committed Aug 2, 2023
2 parents 276ba15 + 880f674 commit 7b4da37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/tests/Test03_ResearchDataDeposit.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ describe('Research data deposit', function () {
cy.get('button[aria-controls="datasetTab"]').click();

cy.get('button').contains('Upload research data').click();
cy.wait(1000);
cy.contains('Add research data').click();
cy.wait(1000);
cy.fixture('dummy.pdf', 'base64').then((fileContent) => {
Expand Down

0 comments on commit 7b4da37

Please sign in to comment.