Skip to content

Commit

Permalink
pkp/pkp-lib#9658 Create user via invitation in Subscriptions test
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Feb 4, 2025
1 parent e431fd1 commit 1a54ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/integration/Subscriptions.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('Subscription tests', function() {
cy.get('nav').contains('Settings').click();
// Ensure submenu item click despite animation
cy.get('nav').contains('Users & Roles').click({ force: true });
cy.createUser({
cy.createUserByInvitation({
'username': 'reader',
'givenName': 'Rea',
'familyName': 'Der',
Expand Down

0 comments on commit 1a54ae1

Please sign in to comment.