chery-pick(#17478): docs(release-notes): fix dotnet annotation example (#17481)

This PR cherry-picks the following commits:

- 4dccba72ed

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2022-09-20 15:19:20 -07:00 committed by GitHub
parent f826040579
commit 58e68ef6e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,7 +294,7 @@ namespace PlaywrightTests;
[TestFixture] [TestFixture]
public class ExampleTests : PageTest public class ExampleTests : PageTest
{ {
[PlaywrightTest] [Test]
public async Task StatusBecomesSubmitted() public async Task StatusBecomesSubmitted()
{ {
await Expect(Page.Locator(".status")).ToHaveTextAsync("Submitted"); await Expect(Page.Locator(".status")).ToHaveTextAsync("Submitted");