Remove comment
This commit is contained in:
parent
c4a6990d81
commit
3692bd13ee
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ export class PolicyVehiclesPage extends BasePage {
|
||||||
this.page = page;
|
this.page = page;
|
||||||
this.addAnotherVehicleButton = this.page.getByText('Add another vehicle');
|
this.addAnotherVehicleButton = this.page.getByText('Add another vehicle');
|
||||||
this.selectVehicleOnPolicyButton = this.page.locator(`input[type="radio"][name="policyVehiclesQuestionOption"]`).first();
|
this.selectVehicleOnPolicyButton = this.page.locator(`input[type="radio"][name="policyVehiclesQuestionOption"]`).first();
|
||||||
// this.validateURL(this.url);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async validateVehicleIsOnPolicy(vehicleDetails: IVehicleDetails) {
|
async validateVehicleIsOnPolicy(vehicleDetails: IVehicleDetails) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue