docs(dotnet): unify used namespaces (#15968)

docs(dotnet): unifiy used namespaces
This commit is contained in:
Max Schmitt 2022-07-26 21:18:35 +02:00 committed by GitHub
parent 0b72f7ec99
commit f2c991b00f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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
{

View file

@ -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
{