Skip to content

Commit

Permalink
Add create user by invitation
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Nov 11, 2024
1 parent 74dad28 commit 9c75193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('Data suite tests', function() {
}
];
users.forEach(user => {
cy.createUser(user);
cy.createUserByInvitation(user);
});
cy.logout();
var user = users[0];
Expand Down

0 comments on commit 9c75193

Please sign in to comment.