Skip to content

Commit f6d0e38

Browse files
committed
[dotnet] Fix tests
1 parent 1f6de15 commit f6d0e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/BiDi/Script/EvaluateParametersTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public async Task CanEvaluateScriptImplicitCast()
4646
[Test]
4747
public async Task СanEvaluateScriptWithUserActivationTrue()
4848
{
49-
await context.Script.EvaluateAsync("window.open();", true, new() { UserActivation = true });
49+
await context.Script.EvaluateAsync("window.open();", true);
5050

5151
var res = await context.Script.EvaluateAsync<bool>("""
5252
navigator.userActivation.isActive && navigator.userActivation.hasBeenActive

0 commit comments

Comments
 (0)