Skip to content

Commit

Permalink
chery-pick(#16663): docs(dotnet): add missing TestClass attribute (#1…
Browse files Browse the repository at this point in the history
…6700)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
playwrightmachine and github-actions[bot] committed Aug 20, 2022
1 parent ca18f2e commit 403b723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/intro-csharp.md
Expand Up @@ -132,6 +132,7 @@ using Microsoft.Playwright.MSTest;

namespace PlaywrightTests;

[TestClass]
public class UnitTest1 : PageTest
{
[TestMethod]
Expand Down
3 changes: 3 additions & 0 deletions docs/src/writing-tests-csharp.md
Expand Up @@ -58,6 +58,7 @@ using Microsoft.Playwright.MSTest;

namespace PlaywrightTests;

[TestClass]
public class UnitTest1 : PageTest
{
[TestMethod]
Expand Down Expand Up @@ -153,6 +154,7 @@ using Microsoft.Playwright.MSTest;

namespace PlaywrightTests;

[TestClass]
public class UnitTest1 : PageTest
{
[TestMethod]
Expand Down Expand Up @@ -213,6 +215,7 @@ using Microsoft.Playwright.MSTest;

namespace PlaywrightTests;

[TestClass]
public class UnitTest1 : PageTest
{
[TestMethod]
Expand Down

0 comments on commit 403b723

Please sign in to comment.