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

This commit is contained in:
Ross Wollman 2022-09-20 17:04:32 -04:00 committed by GitHub
parent af5e06fbfd
commit 4dccba72ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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