From 245c1fad5dac304bc80aa496ed2e0aa9d58e3e4d Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Thu, 12 Mar 2020 21:20:29 +0300 Subject: [PATCH] fix(docs): a typo in showcase (#1361) --- docs/showcase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/showcase.md b/docs/showcase.md index eb0da57fb6..629a54b325 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -22,7 +22,7 @@ ## Frameworks -* [jest-playwright](https://github.com/mmarkelov/jest-playwright): Jest present to run Playwright tests with Jest +* [jest-playwright](https://github.com/mmarkelov/jest-playwright): Jest preset 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-fluent](https://github.com/hdorgeval/playwright-fluent): Fluent API around Playwright