Skip to content

Commit fa82dd1

Browse files
authored
Fix browser context test name (#2304)
1 parent f03b373 commit fa82dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PuppeteerSharp.Tests/BrowserContextTests/BrowserContextTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public async Task ShouldWaitForTarget()
182182
await context.CloseAsync();
183183
}
184184

185-
[PuppeteerTest("browsercontext.spec.ts", "BrowserContext", "should timeout waiting for non-existent target")]
185+
[PuppeteerTest("browsercontext.spec.ts", "BrowserContext", "should timeout waiting for a non-existent target")]
186186
[PuppeteerTimeout]
187187
public async Task ShouldTimeoutWaitingForNonExistantTarget()
188188
{

0 commit comments

Comments
 (0)