From 7fb37714f9164348a9381157df99bc9958c04331 Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Fri, 13 Oct 2023 20:48:52 +0545 Subject: [PATCH] docs: fix typo in tests/PLAYWRIGHT.md --- tests/PLAYWRIGHT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PLAYWRIGHT.md b/tests/PLAYWRIGHT.md index 359ca3ae6303..6353a078f27d 100644 --- a/tests/PLAYWRIGHT.md +++ b/tests/PLAYWRIGHT.md @@ -69,7 +69,7 @@ all the file's tests as a tree and for each test there's a Play button. You can either play a specific single test or you can make it run all tests. -Note, that failiure is often the result of the Playwright test waiting +Note, that failure is often the result of the Playwright test waiting very patiently for something to be present but it can't be found. I.e. failures are often the same thing as Playwright reaching a waiting timeout. This can make it feel like nothing's happening.