mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
docs: Update frontend_tests/puppeteer_lib/common.ts path.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
4cd847ac44
commit
e0e17d2391
@@ -21,7 +21,7 @@ debugging.
|
||||
|
||||
The test files live in `frontend_tests/puppeteer_tests` and make use
|
||||
of various useful helper functions defined in
|
||||
`frontend_tests/puppeteer_lib/common.js`.
|
||||
`frontend_tests/puppeteer_lib/common.ts`.
|
||||
|
||||
## How Puppeteer tests work
|
||||
|
||||
@@ -123,7 +123,7 @@ These tools/features are often useful when debugging:
|
||||
See also [Puppeteer upstream's debugging
|
||||
tips](https://github.com/puppeteer/puppeteer#debugging-tips); some
|
||||
tips may require temporary patches to functions like `run_test` or
|
||||
`ensure_browser` in `frontend_tests/puppeteer_lib/common.js`.
|
||||
`ensure_browser` in `frontend_tests/puppeteer_lib/common.ts`.
|
||||
|
||||
## Writing Puppeteer tests
|
||||
|
||||
|
Reference in New Issue
Block a user