Skip to content

Commit

Permalink
Fixes integration tests
Browse files Browse the repository at this point in the history
Issue: documentacao-e-tarefas/scielo#584

Signed-off-by: Thiago Matos <thiago@lepidus.com.br>
  • Loading branch information
thiagolepidus committed Aug 28, 2023
1 parent 689da57 commit 7c05e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/tests/Test02_ResearchDataState.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ describe('Research data state', 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 7c05e9e

Please sign in to comment.