public TruckSteps(ScenarioContext scenarioContext) { this.homePage = new HomePage(); this.automobilePage = new AutomobilePage(); this.snapShot = new SnapShot(); this.truckPage = new TruckPage(); this._scenarioContext = scenarioContext; }
public AutomobileSteps(ScenarioContext scenarioContext) { this.homePage = new HomePage(); this.automobilePage = new AutomobilePage(); this.isuranceData = new IsuranceData(); this.validator = new Validator(); this.snapShot = new SnapShot(); _scenarioContext = scenarioContext; }