mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 13:35:31 +02:00
@@ -1,4 +1,4 @@
|
||||
using System.IO;
|
||||
using System.IO.Abstractions;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
@@ -7,6 +7,9 @@ namespace PowerToysTests
|
||||
[TestClass]
|
||||
public class FancyZonesEditorTemplatesApplyTests : FancyZonesEditor
|
||||
{
|
||||
private static readonly IFileSystem FileSystem = new FileSystem();
|
||||
private static readonly IFile File = FileSystem.File;
|
||||
|
||||
private void ApplyLayout(string tabName)
|
||||
{
|
||||
editorWindow.FindElementByName(tabName).Click();
|
||||
|
||||
Reference in New Issue
Block a user