Skip to content

Commit

Permalink
pkp/pkp-lib#10451 Fix cypress test error related to contributors listing
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Oct 3, 2024
1 parent d663d1f commit 308eced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/data/60-content/AmwandengaSubmission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ describe('Data suite: Amwandenga', function() {
cy.wait(1500);
cy.get('#contributors-button').click();

cy.get('#contributors div').contains('Alan Mwandenga').parent().parent().find('button').contains('Edit').click();
cy.get('#contributors div').contains('Alan Mwandenga').parents('div').find('button').contains('Edit').click();
cy.get('#contributors [name="familyName-en"]').type(' Version 2', {delay: 0});
cy.get('#contributors button').contains('Save').click();
// cy.get('#contributors button').contains('Save').should("not.be.visible");
Expand Down

0 comments on commit 308eced

Please sign in to comment.