diff --git a/README.md b/README.md index 72a7111..4b592e6 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,9 @@ To clone the repository and install the project dependencies, follow these steps 1. Open your terminal or command prompt. 2. Navigate to the directory where you want to clone the project. 3. Run `git clone https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub_E2E_testing.git` to clone the repository. -4. Navigate into the project directory using `cd idHub_testing`. -5. Install playwright using `npm install -g playwright` -6. Install project dependencies: `npm install` -7. Set-up the **URL_IDHUB** value in the file **env_constants.ts** in the directory src/constants.ts, to point to the appropiate IdHub instance. +4. Navigate into the project directory using `cd idHub_E2E_testing`. +5. Install project dependencies: `npm install` +6. Set-up the **URL_IDHUB** value in the file **env_constants.ts** in the directory src/constants.ts, to point to the appropiate IdHub instance. ## Usage diff --git a/src/data_stores/credentials_data_store.ts b/src/data_stores/credentials_data_store.ts index 00c5b6c..9e2b063 100644 --- a/src/data_stores/credentials_data_store.ts +++ b/src/data_stores/credentials_data_store.ts @@ -210,7 +210,7 @@ CREDENTIAL_TYPES_DATA_STORE.FederationMembership_data = [ membershipStatus: "active", membershipId: "4567", membershipSince: "2010-01-01", - email: "user4@example.ort", + email: "user4@example.org", phone: "93 302 27 53", website: "https://www.esf-cat.org", certificationDate: "2024-02-02",