diff --git a/test/e2e/README.md b/test/e2e/README.md
index 898b0784..0b91f979 100644
--- a/test/e2e/README.md
+++ b/test/e2e/README.md
@@ -27,13 +27,9 @@ npx playwright install
The E2E tests require credentials for an existing Appointment (FxA) account and reads these from your local env vars.
This includes the existing Appointment account's email address, password, user's display name and share link.
-
The display name is found in Appointment => Settings => Account => Display name.
-
The share link is found in Appointment => Settings => Account => My Link.
-
The tests also require an email address to be used when actually requesting bookings. This is the email address entered on the `Book selection` dialog (after an appoitment slot was selected on the booking share link page). Note that real Appointment emails will be sent to this email address.
-
First copy over the provided `.example.env` to a local `.env`:
```bash
diff --git a/test/e2e/browserstack.yml b/test/e2e/browserstack.yml
index f83e6c04..b8efdf2c 100644
--- a/test/e2e/browserstack.yml
+++ b/test/e2e/browserstack.yml
@@ -67,8 +67,7 @@ browserstackLocal: false # (Default false)
# ===================
debug: false # # Set to true if you need screenshots for every selenium command ran
networkLogs: false # Set to true to enable HAR logs capturing; off as may contain sensitive info like login API requests
-consoleLogs: info # Remote browser's console debug levels to be printed (Default: errors)
-# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)
+consoleLogs: info # Remote browser's console debug levels to be printed (`disable`, `errors`, `warnings`, `info`, or `verbose`)
framework: playwright
browserstack.playwrightLogs: false # disable playwright logs appearing on browserstack builds as may contain sensitive info like credentials
# CUSTOM_TAG_: # (Default: parent folder name of the test file) Custom tag for your test suite