Skip to content

Commit a182b47

Browse files
authored
fix: Add missing AutomationName option for ClickElementTest (#591)
1 parent f50d0dc commit a182b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/Windows/ClickElementTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class ClickElementTest
2929
public void BeforeAll()
3030
{
3131
var appCapabilities = new AppiumOptions();
32+
appCapabilities.AutomationName = "Windows";
3233
appCapabilities.App = "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App";
3334
appCapabilities.DeviceName = "WindowsPC";
3435
appCapabilities.PlatformName = "Windows";

0 commit comments

Comments
 (0)