File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
UiTests/GraphUserTokenCache Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT License.
3
3
4
- using System ;
5
- using System . Collections . Generic ;
6
- using System . IO ;
7
- using System . Linq ;
8
- using System . Runtime . Versioning ;
9
- using System . Text ;
10
- using System . Threading . Tasks ;
11
4
using Common ;
12
5
using Microsoft . Identity . Lab . Api ;
13
6
using Microsoft . Playwright ;
7
+ using System . Text ;
14
8
using Xunit ;
15
9
using Xunit . Abstractions ;
16
10
using Process = System . Diagnostics . Process ;
@@ -30,10 +24,10 @@ public class GraphUserTokenCacheTest
30
24
private const string SqlTableName = "TokenCache" ;
31
25
private const string TraceFileClassName = "GraphUserTokenCacheTest" ;
32
26
private readonly LocatorAssertionsToBeVisibleOptions _assertVisibleOptions = new ( ) { Timeout = 25000 } ;
27
+ private readonly ITestOutputHelper _output ;
33
28
private readonly string _sampleAppPath = "2-WebApp-graph-user" + Path . DirectorySeparatorChar + "2-2-TokenCache" + Path . DirectorySeparatorChar . ToString ( ) ;
34
29
private readonly string _testAppsettingsPath = "UiTests" + Path . DirectorySeparatorChar + "GraphUserTokenCache" + Path . DirectorySeparatorChar . ToString ( ) + TC . AppSetttingsDotJson ;
35
30
private readonly string _testAssemblyLocation = typeof ( GraphUserTokenCacheTest ) . Assembly . Location ;
36
- private readonly ITestOutputHelper _output ;
37
31
38
32
public GraphUserTokenCacheTest ( ITestOutputHelper output )
39
33
{
You can’t perform that action at this time.
0 commit comments