From 45b3476c8caea2e513cac21ebe5547b62e77bdf6 Mon Sep 17 00:00:00 2001 From: sand4rt Date: Tue, 27 Sep 2022 22:26:29 +0200 Subject: [PATCH] docs(ct): solid (#17568) --- docs/src/test-components-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-components-js.md b/docs/src/test-components-js.md index 6738918d62..4cf1def2b3 100644 --- a/docs/src/test-components-js.md +++ b/docs/src/test-components-js.md @@ -35,7 +35,7 @@ test('event should work', async ({ mount }) => { ## How to get started -Adding Playwright Test to an existing React, Vue or Svelte project is easy. Below are the steps to enable Playwright Test for a sample create-react-app with TypeScript template. +Adding Playwright Test to an existing React, Vue, Svelte or Solid project is easy. Below are the steps to enable Playwright Test for a sample create-react-app with TypeScript template. ### Step 1: Install Playwright Test for components for your respective framework