Update locator

This commit is contained in:
JennyNou 2026-03-22 22:53:25 -04:00
parent 5dc79f8e38
commit 65c88ee04f

View file

@ -27,7 +27,7 @@ export class PolicyVehiclesPage extends BasePage {
}
async addAnotherVehicle(){
await this.page.getByText('Add another vehicle').click();
await this.page.getByRole('button', {name: 'Add another vehicle'}).click();
}
async assertNonServiceableAlertBehavior(){