Skip to content

Commit

Permalink
Update commands_organizations.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev authored Aug 22, 2023
1 parent d20fcbb commit bc0d79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/support/commands_organizations.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Cypress.Commands.add('inviteMembersToOrganization', (members) => {
.click();
addedMembers++;
if (addedMembers !== Object.keys(members).length) {
cy.contains('button', 'Add line').click();
cy.contains('button', 'Invite more').click();
}
}
cy.get('.cvat-organization-invitation-modal')
Expand Down

0 comments on commit bc0d79c

Please sign in to comment.