mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
init server earlier
This commit is contained in:
parent
d9ef1ed5b2
commit
324bce3dcc
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ namespace CalculatorUITests
|
||||||
public static void ClassInitialize(TestContext context)
|
public static void ClassInitialize(TestContext context)
|
||||||
{
|
{
|
||||||
// Create session to launch a Calculator window
|
// Create session to launch a Calculator window
|
||||||
CalculatorDriver.Instance.SetupCalculatorSession(context);
|
|
||||||
_currencyServer = new MockedCurrencyServer();
|
_currencyServer = new MockedCurrencyServer();
|
||||||
|
CalculatorDriver.Instance.SetupCalculatorSession(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue