diff --git a/playwright/tests/shippingMethods.spec.ts b/playwright/tests/shippingMethods.spec.ts index 277e517750d..0d604928b9e 100644 --- a/playwright/tests/shippingMethods.spec.ts +++ b/playwright/tests/shippingMethods.spec.ts @@ -156,7 +156,6 @@ test("TC: SALEOR_37 Update a shipping method @shipping-method @e2e", async () => await shippingMethodsPage.rightSideDetailsPage.typeAndSelectMultipleWarehousesShippingPage( warehousesToBeAssigned, ); - await shippingMethodsPage.waitForShippingZoneUpdate(); // Custom helper to poll backend status. await shippingMethodsPage.expectSuccessBanner(); await shippingMethodsPage.saveShippingZone();