@shopware-ag/acceptance-test-suite 3.6.0 → 3.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +6 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -189,7 +189,7 @@ interface ProductPrice {
|
|
|
189
189
|
ruleId: string;
|
|
190
190
|
price: Price[];
|
|
191
191
|
quantityStart: number;
|
|
192
|
-
quantityEnd: number;
|
|
192
|
+
quantityEnd: number | null;
|
|
193
193
|
}
|
|
194
194
|
type Product = Omit<components['schemas']['Product'], 'price' | 'prices'> & {
|
|
195
195
|
id: string;
|
|
@@ -1291,4 +1291,4 @@ declare const test: _playwright_test.TestType<_playwright_test.PlaywrightTestArg
|
|
|
1291
1291
|
ValidateAccessibility: (pageName: string, assertViolations?: number | boolean | undefined, createReport?: boolean | undefined, ruleTags?: string[] | undefined, outputDir?: string | undefined) => () => Promise<axe_core.Result[]>;
|
|
1292
1292
|
}, _playwright_test.PlaywrightWorkerArgs & _playwright_test.PlaywrightWorkerOptions & FixtureTypes>;
|
|
1293
1293
|
|
|
1294
|
-
export { AdminPageObjects, type CalculatedTaxes, type Category$1 as Category, type CreatedRecord, type Currency$1 as Currency, type Customer, type CustomerAddress, type DataServiceOptions, type FixtureTypes, type Manufacturer, type Media, type Order, type OrderDelivery, type OrderLineItem, type PageObject, type PaymentMethod, type Price, type Product, type ProductPrice, type Promotion, type PromotionDiscount, type PropertyGroup, type Rule, type SalesChannel, type Salutation, type ShippingMethod, type SimpleLineItem, type StateMachine, type StateMachineState, StorefrontPageObjects, type SyncApiOperation, type Tag, type Task, type TaxRules, TestDataService, createRandomImage, extractIdFromUrl, getCountryId, getCurrency, getDefaultShippingMethodId, getFlowId, getLanguageData, getMediaId, getOrderTransactionId, getPaymentMethodId, getPromotionWithDiscount, getSalutationId, getSnippetSetId, getStateMachineId, getStateMachineStateId, getTaxId, getThemeId, isSaaSInstance, isThemeCompiled, setOrderStatus, test };
|
|
1294
|
+
export { AdminPageObjects, type CalculatedTaxes, type Category$1 as Category, type CreatedRecord, type Currency$1 as Currency, type Customer, type CustomerAddress, type DataServiceOptions, type FixtureTypes, type Manufacturer, type Media, type Order, type OrderDelivery, type OrderLineItem, type OrderStatus, type PageObject, type PaymentMethod, type Price, type Product, type ProductPrice, type Promotion, type PromotionDiscount, type PropertyGroup, type Rule, type SalesChannel, type Salutation, type ShippingMethod, type SimpleLineItem, type StateMachine, type StateMachineState, StorefrontPageObjects, type SyncApiOperation, type Tag, type Task, type TaxRules, TestDataService, createRandomImage, extractIdFromUrl, getCountryId, getCurrency, getDefaultShippingMethodId, getFlowId, getLanguageData, getMediaId, getOrderTransactionId, getPaymentMethodId, getPromotionWithDiscount, getSalutationId, getSnippetSetId, getStateMachineId, getStateMachineStateId, getTaxId, getThemeId, isSaaSInstance, isThemeCompiled, setOrderStatus, test };
|
package/dist/index.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ interface ProductPrice {
|
|
|
189
189
|
ruleId: string;
|
|
190
190
|
price: Price[];
|
|
191
191
|
quantityStart: number;
|
|
192
|
-
quantityEnd: number;
|
|
192
|
+
quantityEnd: number | null;
|
|
193
193
|
}
|
|
194
194
|
type Product = Omit<components['schemas']['Product'], 'price' | 'prices'> & {
|
|
195
195
|
id: string;
|
|
@@ -1291,4 +1291,4 @@ declare const test: _playwright_test.TestType<_playwright_test.PlaywrightTestArg
|
|
|
1291
1291
|
ValidateAccessibility: (pageName: string, assertViolations?: number | boolean | undefined, createReport?: boolean | undefined, ruleTags?: string[] | undefined, outputDir?: string | undefined) => () => Promise<axe_core.Result[]>;
|
|
1292
1292
|
}, _playwright_test.PlaywrightWorkerArgs & _playwright_test.PlaywrightWorkerOptions & FixtureTypes>;
|
|
1293
1293
|
|
|
1294
|
-
export { AdminPageObjects, type CalculatedTaxes, type Category$1 as Category, type CreatedRecord, type Currency$1 as Currency, type Customer, type CustomerAddress, type DataServiceOptions, type FixtureTypes, type Manufacturer, type Media, type Order, type OrderDelivery, type OrderLineItem, type PageObject, type PaymentMethod, type Price, type Product, type ProductPrice, type Promotion, type PromotionDiscount, type PropertyGroup, type Rule, type SalesChannel, type Salutation, type ShippingMethod, type SimpleLineItem, type StateMachine, type StateMachineState, StorefrontPageObjects, type SyncApiOperation, type Tag, type Task, type TaxRules, TestDataService, createRandomImage, extractIdFromUrl, getCountryId, getCurrency, getDefaultShippingMethodId, getFlowId, getLanguageData, getMediaId, getOrderTransactionId, getPaymentMethodId, getPromotionWithDiscount, getSalutationId, getSnippetSetId, getStateMachineId, getStateMachineStateId, getTaxId, getThemeId, isSaaSInstance, isThemeCompiled, setOrderStatus, test };
|
|
1294
|
+
export { AdminPageObjects, type CalculatedTaxes, type Category$1 as Category, type CreatedRecord, type Currency$1 as Currency, type Customer, type CustomerAddress, type DataServiceOptions, type FixtureTypes, type Manufacturer, type Media, type Order, type OrderDelivery, type OrderLineItem, type OrderStatus, type PageObject, type PaymentMethod, type Price, type Product, type ProductPrice, type Promotion, type PromotionDiscount, type PropertyGroup, type Rule, type SalesChannel, type Salutation, type ShippingMethod, type SimpleLineItem, type StateMachine, type StateMachineState, StorefrontPageObjects, type SyncApiOperation, type Tag, type Task, type TaxRules, TestDataService, createRandomImage, extractIdFromUrl, getCountryId, getCurrency, getDefaultShippingMethodId, getFlowId, getLanguageData, getMediaId, getOrderTransactionId, getPaymentMethodId, getPromotionWithDiscount, getSalutationId, getSnippetSetId, getStateMachineId, getStateMachineStateId, getTaxId, getThemeId, isSaaSInstance, isThemeCompiled, setOrderStatus, test };
|
package/dist/index.mjs
CHANGED
|
@@ -1785,6 +1785,11 @@ class TestDataService {
|
|
|
1785
1785
|
price: p(80, 67.23),
|
|
1786
1786
|
quantityStart: 21,
|
|
1787
1787
|
quantityEnd: 50
|
|
1788
|
+
}, {
|
|
1789
|
+
ruleId,
|
|
1790
|
+
price: p(70, 58.82),
|
|
1791
|
+
quantityStart: 51,
|
|
1792
|
+
quantityEnd: null
|
|
1788
1793
|
}]
|
|
1789
1794
|
};
|
|
1790
1795
|
}
|
|
@@ -2279,7 +2284,7 @@ let ProductDetail$1 = class ProductDetail {
|
|
|
2279
2284
|
this.quantitySelect = page.getByLabel("Quantity", { exact: true });
|
|
2280
2285
|
this.productSingleImage = page.locator(".gallery-slider-single-image");
|
|
2281
2286
|
this.productSinglePrice = page.locator(".product-detail-price");
|
|
2282
|
-
this.productPriceRangesRow = page.locator(".product-block-prices-row
|
|
2287
|
+
this.productPriceRangesRow = page.locator(".product-block-prices-row");
|
|
2283
2288
|
this.offCanvas = page.locator("offcanvas-body");
|
|
2284
2289
|
this.offCanvasCartTitle = page.getByText("Shopping cart", { exact: true });
|
|
2285
2290
|
this.offCanvasCart = page.getByRole("dialog");
|