Преглед на файлове

chore(core): Fix e2e test

Michael Bromley преди 2 месеца
родител
ревизия
bbe491dd9a
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      packages/core/e2e/shipping-method.e2e-spec.ts

+ 2 - 1
packages/core/e2e/shipping-method.e2e-spec.ts

@@ -10,7 +10,7 @@ import path from 'path';
 import { afterAll, beforeAll, describe, expect, it } from 'vitest';
 
 import { initialData } from '../../../e2e-common/e2e-initial-data';
-import { testConfig, TEST_SETUP_TIMEOUT_MS } from '../../../e2e-common/test-config';
+import { TEST_SETUP_TIMEOUT_MS, testConfig } from '../../../e2e-common/test-config';
 import { manualFulfillmentHandler } from '../src/config/fulfillment/manual-fulfillment-handler';
 
 import { SHIPPING_METHOD_FRAGMENT } from './graphql/fragments';
@@ -131,6 +131,7 @@ describe('ShippingMethod resolver', () => {
                     {
                         ui: {
                             component: 'number-form-input',
+                            min: 0,
                             suffix: '%',
                         },
                         description: null,