Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessery line
Browse files Browse the repository at this point in the history
michalina-graczyk committed Nov 15, 2024
1 parent 3af3b1f commit 0688cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright/tests/shippingMethods.spec.ts
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 0688cfc

Please sign in to comment.