Skip to content

Commit

Permalink
fix: clarify instructions and account creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickjgniklu committed Mar 21, 2024
1 parent e9430a2 commit 7d6a7c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Part 1: Cypress

1. Clone the repository
2. Implement (or fix!) the tests/commands found in `./cypress`
2. Implement (or fix!) the tests and commands found in `./cypress`
3. Make a fork of the repo and submit your changes by emailing Jenna a link to your fork

Part 2: Algo Challenge
Expand All @@ -27,8 +27,9 @@ npm install
### Quick check ✅

You can test the application with at new user in a test environment:
1. Navigate to https://houston-staging.pdq.tools/
2. Create a new account and sign in
1. Navigate to https://houston-staging.pdq.tools/login?company_name=your_cool_company_name
+ You must provide your own unique company name company_name=your_cool_company_name in the above url
2. Create a new account when requested to sign in
3. Expand the red drawer to reset demo data
4. Use this account to complete `Part 1: Cypress `

Expand Down

0 comments on commit 7d6a7c4

Please sign in to comment.