We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5eaec commit dec3a5aCopy full SHA for dec3a5a
lib/PuppeteerSharp.Tests/KeyboardTests/KeyboardTests.cs
@@ -284,7 +284,7 @@ public async Task ShouldTypeEmojiIntoAniframe()
284
await frame.QuerySelectorAsync("textarea").EvaluateFunctionAsync<string>("t => t.value"));
285
}
286
287
- [PuppeteerTest("keyboard.spec.ts", "Keyboard", "should press the meta key")]
+ [PuppeteerTest("keyboard.spec.ts", "Keyboard", "should press the metaKey")]
288
[SkipBrowserFact(skipFirefox: true)]
289
public async Task ShouldPressTheMetaKey()
290
{
0 commit comments