Skip to content

Commit

Permalink
Update username length in user creation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Feb 11, 2024
1 parent 100649a commit 991ccb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/users_spec/user_creation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe("User Creation", () => {
}
return result;
};
const username = makeid(25);
const username = makeid(8);
const alreadylinkedusersviews = [
"devdoctor",
"devstaff2",
Expand Down

0 comments on commit 991ccb5

Please sign in to comment.