mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
docs(dotnet): move Expect to method on harness (#12498)
This commit is contained in:
parent
96a6cbbe58
commit
42b9fc1cd9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user