Skip to content

Commit

Permalink
cherry-pick(#15881): docs: fix broken .NET intro example (#15885)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwoll committed Jul 22, 2022
1 parent b86776d commit 0776b95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/intro-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Edit the `UnitTest1.cs` file with the code below to create an example end-to-end
<TabItem value="nunit">

```csharp
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Microsoft.Playwright.NUnit;
using NUnit.Framework;
Expand Down Expand Up @@ -121,6 +122,7 @@ public class Tests : PageTest
<TabItem value="mstest">

```csharp
using System.Text.RegularExpressions;
using Microsoft.Playwright.MSTest;

namespace PlaywrightTests;
Expand Down

0 comments on commit 0776b95

Please sign in to comment.