Skip to content

Commit

Permalink
docs: adds link to environments documentation (#5485)
Browse files Browse the repository at this point in the history
* docs: adds link to environments documentation

* fix: adds additional link and consolidates
  • Loading branch information
AhmetAhunbayAWS authored Jul 26, 2024
1 parent 3ea9ee3 commit 898850f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 898850f

Please sign in to comment.