Skip to content

Commit

Permalink
pkp/pkp-lib#10451 Update cypress test related to contributors list panel
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Oct 3, 2024
1 parent 0a39ef9 commit d4c5fa0
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 @@ -479,7 +479,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('div[role="dialog"] [name="familyName-en"]').type(' Version 2', {delay: 0});
cy.get('div[role="dialog"] button').contains('Save').click();
// cy.get('#contributors button').contains('Save').should("not.be.visible");
Expand Down

0 comments on commit d4c5fa0

Please sign in to comment.