mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(release-notes): fix dotnet annotation example (#17478)
This commit is contained in:
parent
af5e06fbfd
commit
4dccba72ed
@ -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");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user