From a35e1e666520d5418f866cb58725a6628f76f42e Mon Sep 17 00:00:00 2001 From: Anna Szczech Date: Wed, 11 Sep 2024 09:25:41 +0200 Subject: [PATCH] remove 3.18 version from workflow --- .github/workflows/e2e.yml | 2 +- .../e2e/tests/draft_order_with_manual_total_discount.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index eac112674..945eb11c8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - saleor: [318, 319, 320] + saleor: [319, 320] env: ACCESS_TOKEN: ${{ secrets.saleor-token }} SALEOR_VERSION: ${{ matrix.saleor }} diff --git a/apps/avatax/e2e/tests/draft_order_with_manual_total_discount.spec.ts b/apps/avatax/e2e/tests/draft_order_with_manual_total_discount.spec.ts index a9370e022..4d2c6b379 100644 --- a/apps/avatax/e2e/tests/draft_order_with_manual_total_discount.spec.ts +++ b/apps/avatax/e2e/tests/draft_order_with_manual_total_discount.spec.ts @@ -181,7 +181,7 @@ describe("App should calculate taxes for draft order with manual total discount it("should add manual discount for total as staff user", async () => { await testCase - .step("add manual discouny to draft order") + .step("add manual discount to draft order") .spec() .post("/graphql/") .withGraphQLQuery(OrderDiscountAdd)