public void BeforeTest() { _settlementMonitorRequest = new BetViewRequest(); _authorizationPage = new AuthorizationMonitor(); _settlementMonitorPage = new SettlementMonitorPage(); _settlenemtMonitorEventPage = new SettlenemtMonitorEventPage(); _playerHistoryPage = new PlayerHistoryPage(); _betsMonitorPage = new BetsMonitorPage(); }
public void BeforeTest() { _backOfficeLoginPage = new BackOfficeLoginPage(); _settlementMonitorPage = new SettlementMonitorEventTreePage(); _settlementMonitorEventPage = new SettlementMonitorEventPage(); _playerHistoryPage = new PlayerHistoryPage(); _betsMonitorPage = new BetsMonitorPage(); _betViewRequest = new BetViewRequest(); }