diff --git a/AudioCuesheetEditor.End2EndTests/MSTestSettings.cs b/AudioCuesheetEditor.End2EndTests/MSTestSettings.cs deleted file mode 100644 index aaf278c8..00000000 --- a/AudioCuesheetEditor.End2EndTests/MSTestSettings.cs +++ /dev/null @@ -1 +0,0 @@ -[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)] diff --git a/AudioCuesheetEditor.End2EndTests/Tests/Desktop/BasicTest.cs b/AudioCuesheetEditor.End2EndTests/Tests/Desktop/BasicTest.cs index 93206862..f20ee029 100644 --- a/AudioCuesheetEditor.End2EndTests/Tests/Desktop/BasicTest.cs +++ b/AudioCuesheetEditor.End2EndTests/Tests/Desktop/BasicTest.cs @@ -15,8 +15,6 @@ //. using AudioCuesheetEditor.End2EndTests.Models; using Microsoft.Playwright; -using System.Xml.Linq; -using static System.Net.Mime.MediaTypeNames; namespace AudioCuesheetEditor.End2EndTests.Tests.Desktop {