docs(release-notes): fix dotnet annotation example (#17478)
This commit is contained in:
parent
af5e06fbfd
commit
4dccba72ed
|
|
@ -294,7 +294,7 @@ namespace PlaywrightTests;
|
|||
[TestFixture]
|
||||
public class ExampleTests : PageTest
|
||||
{
|
||||
[PlaywrightTest]
|
||||
[Test]
|
||||
public async Task StatusBecomesSubmitted()
|
||||
{
|
||||
await Expect(Page.Locator(".status")).ToHaveTextAsync("Submitted");
|
||||
|
|
|
|||
Loading…
Reference in a new issue