From 9e8530547fd3a57af53cb3b6ad8199cc2084e9ca Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 19 Jan 2022 12:30:56 -0700 Subject: [PATCH] cherry-pick(#11488): docs: drop cookbook reference from notes (#11492) --- docs/src/release-notes-js.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index b38d5a35af..a475eeae91 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -29,11 +29,6 @@ npm i --save-dev @playwright/test@1.18.0-rc1 PW_EXPERIMENTAL_TS_ESM=1 npx playwright test ``` -### Testing Scenarios Cookbook - -We now have a testing scenarios cookbook! Check out http://aka.ms/playwright/samples -Feel free to file an issue to that repo if something is missing. - ### Create Playwright The `npm init playwright` command is now generally available for your use: