Remove comment

This commit is contained in:
JennyNou 2026-03-25 15:37:33 -04:00
parent c4a6990d81
commit 3692bd13ee

View file

@ -13,7 +13,6 @@ export class PolicyVehiclesPage extends BasePage {
this.page = page;
this.addAnotherVehicleButton = this.page.getByText('Add another vehicle');
this.selectVehicleOnPolicyButton = this.page.locator(`input[type="radio"][name="policyVehiclesQuestionOption"]`).first();
// this.validateURL(this.url);
}
async validateVehicleIsOnPolicy(vehicleDetails: IVehicleDetails) {