Skip to content

Commit 2db3320

Browse files
Fixes error in integration test
Issue: documentacao-e-tarefas/scielo#850 Signed-off-by: Jhon <jhon@lepidus.com.br>
1 parent 6a7059d commit 2db3320

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cypress/tests/Test1_submissionWizard.cy.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function addContributor(contributorData, toUpperCase = false) {
2525
cy.get('select[name="country"]').select(contributorData.country);
2626

2727
if ('orcid' in contributorData) {
28-
cy.get('.pkpFormField__control_top > .pkpButton').contains("Override").click();
2928
cy.get('input[name="orcid"]').type(contributorData.orcid, {delay: 0});
3029
}
3130

0 commit comments

Comments
 (0)