Comment to rerun

This commit is contained in:
JennyNou 2025-08-04 16:13:35 -04:00
parent 6d8730b5d5
commit 70fa7a870a

View file

@ -85,6 +85,7 @@ export class SchedulePage extends BasePage {
await this.changeShopLocationLink.click();
await this.page.waitForTimeout(500);
await this.updateZipTextBox.fill(zipCode);
// Click the save location button
await this.saveLocationButton.click();
}