From a8d49fc1f43323e6318e890c5efc158c612f132f Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Fri, 6 Aug 2021 14:04:25 -0700 Subject: [PATCH] docs: follow up, remove broken link --- docs/src/why-playwright.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/why-playwright.md b/docs/src/why-playwright.md index 0581bc89f1..141f65f387 100644 --- a/docs/src/why-playwright.md +++ b/docs/src/why-playwright.md @@ -22,8 +22,6 @@ Playwright enables fast, reliable and capable testing and automation across all * **Timeout-free automation**. Playwright receives browser signals, like network requests, page navigations and page load events to eliminate the need for sleep timeouts that cause flakiness. -* **Lean parallelization with Playwright Test Runner**. Zero configuration [parallel tests](./test-parallel.md). - * **Fast isolation with browser contexts**. Reuse a single browser instance for multiple isolated execution environments with [browser contexts](./core-concepts.md). * **Resilient element selectors**. Playwright can rely on user-facing strings, like text content and accessibility labels to [select elements](./selectors.md). These strings are more resilient than selectors tightly-coupled to the DOM structure.