docs(dotnet): unify used namespaces (#15968)
docs(dotnet): unifiy used namespaces
This commit is contained in:
parent
0b72f7ec99
commit
f2c991b00f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue