We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e998831 commit 8d1f19cCopy full SHA for 8d1f19c
UiTests/HybridFlowUiTest/HybridFlowTest.cs
@@ -1,20 +1,17 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT License.
3
4
+using Common;
5
+using Microsoft.Identity.Lab.Api;
6
+using Microsoft.Playwright;
7
using System;
8
using System.Collections.Generic;
9
using System.IO;
-using System.Linq;
-using System.Net;
10
using System.Runtime.Versioning;
11
using System.Text;
12
using System.Threading.Tasks;
-using Common;
13
-using Microsoft.Identity.Lab.Api;
14
-using Microsoft.Playwright;
15
using Xunit;
16
using Xunit.Abstractions;
17
-using static System.Net.Mime.MediaTypeNames;
18
using Process = System.Diagnostics.Process;
19
using TC = Common.TestConstants;
20
0 commit comments