Skip to content

Commit

Permalink
chery-pick(#17478): docs(release-notes): fix dotnet annotation example (
Browse files Browse the repository at this point in the history
#17481)

This PR cherry-picks the following commits:

- 4dccba7

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
playwrightmachine and github-actions[bot] committed Sep 20, 2022
1 parent f826040 commit 58e68ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/release-notes-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ namespace PlaywrightTests;
[TestFixture]
public class ExampleTests : PageTest
{
[PlaywrightTest]
[Test]
public async Task StatusBecomesSubmitted()
{
await Expect(Page.Locator(".status")).ToHaveTextAsync("Submitted");
Expand Down

0 comments on commit 58e68ef

Please sign in to comment.