forked from Silverfish/proton-bridge
test(BRIDGE-133): Bridge E2E UI tests for Windows
This commit is contained in:
14
tests/e2e/ui_tests/windows_os/UIActions.cs
Normal file
14
tests/e2e/ui_tests/windows_os/UIActions.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using FlaUI.Core.AutomationElements;
|
||||
using FlaUI.Core.Definitions;
|
||||
using FlaUI.Core.Input;
|
||||
using FlaUI.Core.Tools;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace ProtonMailBridge.UI.Tests
|
||||
{
|
||||
public class UIActions : TestSession
|
||||
{
|
||||
public AutomationElement AccountView => Window.FindFirstDescendant(cf => cf.ByControlType(ControlType.Pane));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user