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 {