We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdac0a3 commit b836757Copy full SHA for b836757
UiTests/B2CUiTest/B2CUiTest.cs
@@ -1,17 +1,16 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT License.
3
4
+using Azure.Identity;
5
+using Common;
6
+using Microsoft.Identity.Lab.Api;
7
+using Microsoft.Playwright;
8
using System;
9
using System.Collections.Generic;
10
using System.Diagnostics;
11
using System.IO;
12
using System.Runtime.Versioning;
-using System.Threading;
13
using System.Threading.Tasks;
-using Azure.Identity;
-using Common;
-using Microsoft.Identity.Lab.Api;
14
-using Microsoft.Playwright;
15
using Xunit;
16
using Xunit.Abstractions;
17
using TC = Common.TestConstants;
0 commit comments