Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ca18f2eb98
commit
403b723a2c
|
|
@ -132,6 +132,7 @@ using Microsoft.Playwright.MSTest;
|
||||||
|
|
||||||
namespace PlaywrightTests;
|
namespace PlaywrightTests;
|
||||||
|
|
||||||
|
[TestClass]
|
||||||
public class UnitTest1 : PageTest
|
public class UnitTest1 : PageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@ using Microsoft.Playwright.MSTest;
|
||||||
|
|
||||||
namespace PlaywrightTests;
|
namespace PlaywrightTests;
|
||||||
|
|
||||||
|
[TestClass]
|
||||||
public class UnitTest1 : PageTest
|
public class UnitTest1 : PageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|
@ -153,6 +154,7 @@ using Microsoft.Playwright.MSTest;
|
||||||
|
|
||||||
namespace PlaywrightTests;
|
namespace PlaywrightTests;
|
||||||
|
|
||||||
|
[TestClass]
|
||||||
public class UnitTest1 : PageTest
|
public class UnitTest1 : PageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|
@ -213,6 +215,7 @@ using Microsoft.Playwright.MSTest;
|
||||||
|
|
||||||
namespace PlaywrightTests;
|
namespace PlaywrightTests;
|
||||||
|
|
||||||
|
[TestClass]
|
||||||
public class UnitTest1 : PageTest
|
public class UnitTest1 : PageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue