File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
visual-dotnet/SauceLabs.Visual.IntegrationTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public async Task Setup()
20
20
Driver = new RemoteWebDriver ( sauceUrl , browserOptions ) ;
21
21
Driver . ExecuteScript ( "sauce:job-name=NUnit C#/.Net Visual Session" ) ;
22
22
23
- VisualClient = await VisualClient . Create ( Driver , Utils . GetSauceRegion ( ) ) ;
23
+ VisualClient = await VisualClient . Create ( Driver ) ;
24
24
TestContext . Progress . WriteLine ( $ "Build: { VisualClient . Build . Url } ") ;
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class LoginPageConcurrent
14
14
[ OneTimeSetUp ]
15
15
public async Task Setup ( )
16
16
{
17
- VisualClient = await VisualClient . Create ( Utils . GetSauceRegion ( ) ) ;
17
+ VisualClient = await VisualClient . Create ( ) ;
18
18
TestContext . Progress . WriteLine ( $ "Build: { VisualClient . Build . Url } ") ;
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments