diff --git a/docs/src/api/class-locatorassertions.md b/docs/src/api/class-locatorassertions.md index 5a932add1a..9b7938d31f 100644 --- a/docs/src/api/class-locatorassertions.md +++ b/docs/src/api/class-locatorassertions.md @@ -51,8 +51,6 @@ using System.Threading.Tasks; using Microsoft.Playwright.NUnit; using NUnit.Framework; -using static Microsoft.Playwright.Assertions; - namespace PlaywrightTests { public class ExampleTests : PageTest diff --git a/docs/src/api/class-pageassertions.md b/docs/src/api/class-pageassertions.md index 9838598355..5584b51181 100644 --- a/docs/src/api/class-pageassertions.md +++ b/docs/src/api/class-pageassertions.md @@ -53,8 +53,6 @@ using System.Threading.Tasks; using Microsoft.Playwright.NUnit; using NUnit.Framework; -using static Microsoft.Playwright.Assertions; - namespace PlaywrightTests { public class ExampleTests : PageTest diff --git a/docs/src/api/class-playwrightassertions.md b/docs/src/api/class-playwrightassertions.md index faacdfb272..e7733ed70f 100644 --- a/docs/src/api/class-playwrightassertions.md +++ b/docs/src/api/class-playwrightassertions.md @@ -52,8 +52,6 @@ using System.Threading.Tasks; using Microsoft.Playwright.NUnit; using NUnit.Framework; -using static Microsoft.Playwright.Assertions; - namespace Playwright.TestingHarnessTest.NUnit { public class ExampleTests : PageTest