Skip to content

Commit dec3a5a

Browse files
authored
Fix keyboard test name (#1813)
closes #1756
1 parent 3d5eaec commit dec3a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PuppeteerSharp.Tests/KeyboardTests/KeyboardTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public async Task ShouldTypeEmojiIntoAniframe()
284284
await frame.QuerySelectorAsync("textarea").EvaluateFunctionAsync<string>("t => t.value"));
285285
}
286286

287-
[PuppeteerTest("keyboard.spec.ts", "Keyboard", "should press the meta key")]
287+
[PuppeteerTest("keyboard.spec.ts", "Keyboard", "should press the metaKey")]
288288
[SkipBrowserFact(skipFirefox: true)]
289289
public async Task ShouldPressTheMetaKey()
290290
{

0 commit comments

Comments
 (0)