From 70fa7a870a7cce8c058db9069dfa25929017fa47 Mon Sep 17 00:00:00 2001 From: JennyNou <167806377+JennyNou@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:13:35 -0400 Subject: [PATCH] Comment to rerun --- playwright-tests/pages/SchedulePage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright-tests/pages/SchedulePage.ts b/playwright-tests/pages/SchedulePage.ts index 2c3dc0a6f..368993d5f 100644 --- a/playwright-tests/pages/SchedulePage.ts +++ b/playwright-tests/pages/SchedulePage.ts @@ -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(); }