From f2c991b00f488aa20ef6789d4158bc6e67a5b275 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 26 Jul 2022 21:18:35 +0200 Subject: [PATCH] docs(dotnet): unify used namespaces (#15968) docs(dotnet): unifiy used namespaces --- docs/src/api-testing-csharp.md | 6 +++--- docs/src/api/class-playwrightassertions.md | 2 +- docs/src/release-notes-csharp.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/api-testing-csharp.md b/docs/src/api-testing-csharp.md index 9f74845af4..ad2ec13605 100644 --- a/docs/src/api-testing-csharp.md +++ b/docs/src/api-testing-csharp.md @@ -39,7 +39,7 @@ using Microsoft.Playwright.NUnit; using Microsoft.Playwright; using NUnit.Framework; -namespace Playwright.TestingHarnessTest.NUnit +namespace PlaywrightTests { public class TestGitHubAPI : PlaywrightTest @@ -91,7 +91,7 @@ using Microsoft.Playwright.NUnit; using Microsoft.Playwright; using NUnit.Framework; -namespace Playwright.TestingHarnessTest.NUnit +namespace PlaywrightTests { public class TestGitHubAPI : PlaywrightTest @@ -216,7 +216,7 @@ using Microsoft.Playwright.NUnit; using Microsoft.Playwright; using NUnit.Framework; -namespace Playwright.TestingHarnessTest.NUnit +namespace PlaywrightTests { public class TestGitHubAPI : PlaywrightTest diff --git a/docs/src/api/class-playwrightassertions.md b/docs/src/api/class-playwrightassertions.md index 7412ff5b87..4c5b7a51e7 100644 --- a/docs/src/api/class-playwrightassertions.md +++ b/docs/src/api/class-playwrightassertions.md @@ -53,7 +53,7 @@ using System.Threading.Tasks; using Microsoft.Playwright.NUnit; using NUnit.Framework; -namespace Playwright.TestingHarnessTest.NUnit; +namespace PlaywrightTests; public class ExampleTests : PageTest { diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index b70111122f..d11f0c0aa3 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -209,7 +209,7 @@ using System.Threading.Tasks; using Microsoft.Playwright.NUnit; using NUnit.Framework; -namespace Playwright.TestingHarnessTest.NUnit; +namespace PlaywrightTests; public class ExampleTests : PageTest {