Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Oct 28, 2023
1 parent c664790 commit 4d1aeee
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 @@ -11,9 +11,9 @@ describe("User Creation", () => {
const assetSearchPage = new AssetSearchPage();
const fillFacilityName = "Dummy Facility 1";
const alreadylinkedusersviews = [
"devdoctor",
"devstaff2",
"devdistrictadmin",
"devdoctor",
];

before(() => {
Expand Down

0 comments on commit 4d1aeee

Please sign in to comment.