From 898850ffeff79c377dc60841fd0b98ff4b65da9a Mon Sep 17 00:00:00 2001 From: AhmetAhunbayAWS Date: Fri, 26 Jul 2024 15:36:02 -0700 Subject: [PATCH] docs: adds link to environments documentation (#5485) * docs: adds link to environments documentation * fix: adds additional link and consolidates --- packages/e2e/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/e2e/README.md b/packages/e2e/README.md index ede9b7f9723..18fa67efc88 100644 --- a/packages/e2e/README.md +++ b/packages/e2e/README.md @@ -118,8 +118,8 @@ adb reverse tcp:8081 tcp:8081 For our e2e tests, we use a specific pattern for test user creation in our various environments. Each test user will have a Cognito status which our tests will depend upon to test certain features. Before creating test users, do the following: -1. Start an instance of an example using the environment in which you'll be creating test users -2. Access the Amplify Admin UI for the environment +1. [Start an instance of an example using the environment in which you'll be creating test users](../../examples/README.md) +2. [Access the Amplify Admin UI for the environment](../../environments/README.md) #### Creating a CONFIRMED user