From db9a2431bfe3cfdfcd2ffa25fa4aee6dc6c28df6 Mon Sep 17 00:00:00 2001 From: Henri d'Orgeval Date: Mon, 2 Mar 2020 23:04:27 +0100 Subject: [PATCH] docs(showcase): rename playwright-controller to playwright-fluent (#1183) --- docs/showcase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/showcase.md b/docs/showcase.md index a2d6f1d4c3..5185ba1356 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -23,7 +23,7 @@ * [jest-playwright](https://github.com/mmarkelov/jest-playwright): Jest present to run Playwright tests with Jest * [query-selector-shadow-dom](https://github.com/Georgegriff/query-selector-shadow-dom): Custom selector engine to pierce shadow DOM roots * [Playwright Sharp](https://github.com/kblok/playwright-sharp): Work in progress port of Playwright to .NET -* [playwright-controller](https://github.com/hdorgeval/playwright-controller): Fluent API around Playwright +* [playwright-fluent](https://github.com/hdorgeval/playwright-fluent): Fluent API around Playwright ## Examples