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;
|
||||
|
||||
[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