From b58edeea96140e37fbfe94380104723a1b6abe1e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 21:49:38 +0000 Subject: [PATCH] chery-pick(#17478): docs(release-notes): fix dotnet annotation example --- docs/src/release-notes-csharp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index c9989061c7772..430265d18d240 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -294,7 +294,7 @@ namespace PlaywrightTests; [TestFixture] public class ExampleTests : PageTest { - [PlaywrightTest] + [Test] public async Task StatusBecomesSubmitted() { await Expect(Page.Locator(".status")).ToHaveTextAsync("Submitted");