docs(dotnet): add missing TestClass attribute (#16663)
This commit is contained in:
parent
1154fffd8b
commit
14ac443c85
|
|
@ -132,6 +132,7 @@ using Microsoft.Playwright.MSTest;
|
|||
|
||||
namespace PlaywrightTests;
|
||||
|
||||
[TestClass]
|
||||
public class UnitTest1 : PageTest
|
||||
{
|
||||
[TestMethod]
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ using Microsoft.Playwright.MSTest;
|
|||
|
||||
namespace PlaywrightTests;
|
||||
|
||||
[TestClass]
|
||||
public class UnitTest1 : PageTest
|
||||
{
|
||||
[TestMethod]
|
||||
|
|
@ -153,6 +154,7 @@ using Microsoft.Playwright.MSTest;
|
|||
|
||||
namespace PlaywrightTests;
|
||||
|
||||
[TestClass]
|
||||
public class UnitTest1 : PageTest
|
||||
{
|
||||
[TestMethod]
|
||||
|
|
@ -213,6 +215,7 @@ using Microsoft.Playwright.MSTest;
|
|||
|
||||
namespace PlaywrightTests;
|
||||
|
||||
[TestClass]
|
||||
public class UnitTest1 : PageTest
|
||||
{
|
||||
[TestMethod]
|
||||
|
|
|
|||
Loading…
Reference in a new issue