From 8e4f1ed8111ebbd4d4344fe81e09f737eab59835 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Wed, 3 Aug 2022 13:39:18 +0200 Subject: [PATCH] docs: add missing group id for tabs (#16196) --- docs/src/intro-csharp.md | 4 ++++ docs/src/writing-tests-csharp.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/src/intro-csharp.md b/docs/src/intro-csharp.md index 6d37038d03..341cc735c9 100644 --- a/docs/src/intro-csharp.md +++ b/docs/src/intro-csharp.md @@ -10,6 +10,7 @@ You can choose to use [NUnit base classes](./test-runners.md#nunit) or [MSTest b 1. Start by creating a new project with `dotnet new`. This will create the `PlaywrightTests` directory which includes a `UnitTest1.cs` file: