@shopware-ag/acceptance-test-suite 12.1.1 → 12.1.3
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 +80 -8
- package/dist/index.d.ts +80 -8
- package/dist/index.mjs +247 -131
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1921,9 +1921,11 @@ declare const BUNDLED_RESOURCES: {
|
|
|
1921
1921
|
readonly 'storefront/checkout': {
|
|
1922
1922
|
common: {
|
|
1923
1923
|
back: string;
|
|
1924
|
+
paymentMethod: string;
|
|
1924
1925
|
cashOnDelivery: string;
|
|
1925
1926
|
paidInAdvance: string;
|
|
1926
1927
|
invoice: string;
|
|
1928
|
+
shippingMethod: string;
|
|
1927
1929
|
standard: string;
|
|
1928
1930
|
express: string;
|
|
1929
1931
|
grandTotal: string;
|
|
@@ -2021,14 +2023,19 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2021
2023
|
};
|
|
2022
2024
|
};
|
|
2023
2025
|
readonly 'storefront/header': {
|
|
2026
|
+
topBarNav: string;
|
|
2027
|
+
currencyDropdown: string;
|
|
2028
|
+
languageDropdown: string;
|
|
2024
2029
|
skipToContentLink: string;
|
|
2025
2030
|
searchInputAriaLabel: string;
|
|
2031
|
+
wishlistIcon: string;
|
|
2026
2032
|
};
|
|
2027
2033
|
readonly 'storefront/home': {
|
|
2028
2034
|
account: {
|
|
2029
2035
|
yourAccount: string;
|
|
2030
2036
|
};
|
|
2031
2037
|
consent: {
|
|
2038
|
+
close: string;
|
|
2032
2039
|
onlyTechnicallyRequired: string;
|
|
2033
2040
|
configure: string;
|
|
2034
2041
|
acceptAllCookies: string;
|
|
@@ -2036,10 +2043,16 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2036
2043
|
marketing: string;
|
|
2037
2044
|
};
|
|
2038
2045
|
filters: {
|
|
2046
|
+
filterPanel: string;
|
|
2047
|
+
labelPrefix: string;
|
|
2039
2048
|
manufacturer: string;
|
|
2040
2049
|
price: string;
|
|
2041
2050
|
resetAll: string;
|
|
2042
2051
|
freeShipping: string;
|
|
2052
|
+
rating: string;
|
|
2053
|
+
};
|
|
2054
|
+
listing: {
|
|
2055
|
+
addToShoppingCart: string;
|
|
2043
2056
|
};
|
|
2044
2057
|
};
|
|
2045
2058
|
readonly 'storefront/login': {
|
|
@@ -2115,6 +2128,9 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2115
2128
|
continueShopping: string;
|
|
2116
2129
|
};
|
|
2117
2130
|
};
|
|
2131
|
+
readonly 'storefront/wishlist': {
|
|
2132
|
+
removeProduct: string;
|
|
2133
|
+
};
|
|
2118
2134
|
};
|
|
2119
2135
|
readonly de: {
|
|
2120
2136
|
readonly 'administration/category': {
|
|
@@ -2856,9 +2872,11 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2856
2872
|
readonly 'storefront/checkout': {
|
|
2857
2873
|
common: {
|
|
2858
2874
|
back: string;
|
|
2875
|
+
paymentMethod: string;
|
|
2859
2876
|
cashOnDelivery: string;
|
|
2860
2877
|
paidInAdvance: string;
|
|
2861
2878
|
invoice: string;
|
|
2879
|
+
shippingMethod: string;
|
|
2862
2880
|
standard: string;
|
|
2863
2881
|
express: string;
|
|
2864
2882
|
grandTotal: string;
|
|
@@ -2876,6 +2894,12 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2876
2894
|
stockReached: string;
|
|
2877
2895
|
};
|
|
2878
2896
|
confirm: {
|
|
2897
|
+
confirmOrder: string;
|
|
2898
|
+
orderSummary: string;
|
|
2899
|
+
shippingAddress: string;
|
|
2900
|
+
billingAddress: string;
|
|
2901
|
+
agreeToTerms: string;
|
|
2902
|
+
revocationNotice: string;
|
|
2879
2903
|
completeOrder: string;
|
|
2880
2904
|
submitOrder: string;
|
|
2881
2905
|
termsAndConditions: string;
|
|
@@ -2930,14 +2954,19 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2930
2954
|
title: string;
|
|
2931
2955
|
};
|
|
2932
2956
|
readonly 'storefront/header': {
|
|
2957
|
+
topBarNav: string;
|
|
2958
|
+
currencyDropdown: string;
|
|
2959
|
+
languageDropdown: string;
|
|
2933
2960
|
skipToContentLink: string;
|
|
2934
2961
|
searchInputAriaLabel: string;
|
|
2962
|
+
wishlistIcon: string;
|
|
2935
2963
|
};
|
|
2936
2964
|
readonly 'storefront/home': {
|
|
2937
2965
|
account: {
|
|
2938
2966
|
yourAccount: string;
|
|
2939
2967
|
};
|
|
2940
2968
|
consent: {
|
|
2969
|
+
close: string;
|
|
2941
2970
|
onlyTechnicallyRequired: string;
|
|
2942
2971
|
configure: string;
|
|
2943
2972
|
acceptAllCookies: string;
|
|
@@ -2945,10 +2974,16 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2945
2974
|
marketing: string;
|
|
2946
2975
|
};
|
|
2947
2976
|
filters: {
|
|
2977
|
+
filterPanel: string;
|
|
2978
|
+
labelPrefix: string;
|
|
2948
2979
|
manufacturer: string;
|
|
2949
2980
|
price: string;
|
|
2950
2981
|
resetAll: string;
|
|
2951
2982
|
freeShipping: string;
|
|
2983
|
+
rating: string;
|
|
2984
|
+
};
|
|
2985
|
+
listing: {
|
|
2986
|
+
addToShoppingCart: string;
|
|
2952
2987
|
};
|
|
2953
2988
|
};
|
|
2954
2989
|
readonly 'storefront/login': {
|
|
@@ -3096,6 +3131,9 @@ declare const BUNDLED_RESOURCES: {
|
|
|
3096
3131
|
changePassword: string;
|
|
3097
3132
|
invalidLink: string;
|
|
3098
3133
|
};
|
|
3134
|
+
readonly 'storefront/wishlist': {
|
|
3135
|
+
removeProduct: string;
|
|
3136
|
+
};
|
|
3099
3137
|
};
|
|
3100
3138
|
};
|
|
3101
3139
|
declare const baseNamespaces: {
|
|
@@ -3751,9 +3789,11 @@ declare const baseNamespaces: {
|
|
|
3751
3789
|
readonly checkout: {
|
|
3752
3790
|
common: {
|
|
3753
3791
|
back: string;
|
|
3792
|
+
paymentMethod: string;
|
|
3754
3793
|
cashOnDelivery: string;
|
|
3755
3794
|
paidInAdvance: string;
|
|
3756
3795
|
invoice: string;
|
|
3796
|
+
shippingMethod: string;
|
|
3757
3797
|
standard: string;
|
|
3758
3798
|
express: string;
|
|
3759
3799
|
grandTotal: string;
|
|
@@ -3851,14 +3891,19 @@ declare const baseNamespaces: {
|
|
|
3851
3891
|
};
|
|
3852
3892
|
};
|
|
3853
3893
|
readonly header: {
|
|
3894
|
+
topBarNav: string;
|
|
3895
|
+
currencyDropdown: string;
|
|
3896
|
+
languageDropdown: string;
|
|
3854
3897
|
skipToContentLink: string;
|
|
3855
3898
|
searchInputAriaLabel: string;
|
|
3899
|
+
wishlistIcon: string;
|
|
3856
3900
|
};
|
|
3857
3901
|
readonly home: {
|
|
3858
3902
|
account: {
|
|
3859
3903
|
yourAccount: string;
|
|
3860
3904
|
};
|
|
3861
3905
|
consent: {
|
|
3906
|
+
close: string;
|
|
3862
3907
|
onlyTechnicallyRequired: string;
|
|
3863
3908
|
configure: string;
|
|
3864
3909
|
acceptAllCookies: string;
|
|
@@ -3866,10 +3911,16 @@ declare const baseNamespaces: {
|
|
|
3866
3911
|
marketing: string;
|
|
3867
3912
|
};
|
|
3868
3913
|
filters: {
|
|
3914
|
+
filterPanel: string;
|
|
3915
|
+
labelPrefix: string;
|
|
3869
3916
|
manufacturer: string;
|
|
3870
3917
|
price: string;
|
|
3871
3918
|
resetAll: string;
|
|
3872
3919
|
freeShipping: string;
|
|
3920
|
+
rating: string;
|
|
3921
|
+
};
|
|
3922
|
+
listing: {
|
|
3923
|
+
addToShoppingCart: string;
|
|
3873
3924
|
};
|
|
3874
3925
|
};
|
|
3875
3926
|
readonly login: {
|
|
@@ -3945,6 +3996,9 @@ declare const baseNamespaces: {
|
|
|
3945
3996
|
continueShopping: string;
|
|
3946
3997
|
};
|
|
3947
3998
|
};
|
|
3999
|
+
readonly wishlist: {
|
|
4000
|
+
removeProduct: string;
|
|
4001
|
+
};
|
|
3948
4002
|
};
|
|
3949
4003
|
};
|
|
3950
4004
|
|
|
@@ -4297,6 +4351,9 @@ declare class OrderDetail implements PageObject {
|
|
|
4297
4351
|
readonly sendDocumentButton: Locator;
|
|
4298
4352
|
readonly itemsCardHeader: Locator;
|
|
4299
4353
|
readonly sentCheckmark: Locator;
|
|
4354
|
+
readonly orderPaymentStatus: Locator;
|
|
4355
|
+
readonly orderDeliveryStatus: Locator;
|
|
4356
|
+
readonly orderStatus: Locator;
|
|
4300
4357
|
/**
|
|
4301
4358
|
* Tabs
|
|
4302
4359
|
*/
|
|
@@ -5482,6 +5539,7 @@ declare class Home implements PageObject {
|
|
|
5482
5539
|
readonly consentCookiePreferences: Locator;
|
|
5483
5540
|
readonly consentCookiePermissionContent: Locator;
|
|
5484
5541
|
readonly consentDialog: Locator;
|
|
5542
|
+
readonly consentDialogCloseButton: Locator;
|
|
5485
5543
|
readonly consentDialogTechnicallyRequiredCheckbox: Locator;
|
|
5486
5544
|
readonly consentDialogStatisticsCheckbox: Locator;
|
|
5487
5545
|
/**
|
|
@@ -5553,6 +5611,7 @@ declare class ProductDetail implements PageObject {
|
|
|
5553
5611
|
readonly offCanvasLineItemDeliveryDate: Locator;
|
|
5554
5612
|
readonly wishlistAddedButton: Locator;
|
|
5555
5613
|
readonly wishlistNotAddedButton: Locator;
|
|
5614
|
+
readonly propertyRadioGroup: (propertyName: string) => Locator;
|
|
5556
5615
|
readonly productDetailConfigurator: Locator;
|
|
5557
5616
|
readonly productDetailConfiguratorGroupTitle: Locator;
|
|
5558
5617
|
readonly productDetailConfiguratorOptionInputs: Locator;
|
|
@@ -5644,15 +5703,19 @@ declare class CheckoutConfirm implements PageObject {
|
|
|
5644
5703
|
readonly taxPrice: Locator;
|
|
5645
5704
|
readonly submitOrderButton: Locator;
|
|
5646
5705
|
/**
|
|
5647
|
-
* Payment options
|
|
5706
|
+
* Payment and Shipping options
|
|
5648
5707
|
*/
|
|
5708
|
+
readonly paymentMethodRadioGroup: Locator;
|
|
5709
|
+
readonly shippingMethodRadioGroup: Locator;
|
|
5710
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5649
5711
|
readonly paymentCashOnDelivery: Locator;
|
|
5712
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5650
5713
|
readonly paymentPaidInAdvance: Locator;
|
|
5714
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5651
5715
|
readonly paymentInvoice: Locator;
|
|
5652
|
-
/**
|
|
5653
|
-
* Shipping options
|
|
5654
|
-
*/
|
|
5716
|
+
/** @deprecated - Use 'shippingMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5655
5717
|
readonly shippingStandard: Locator;
|
|
5718
|
+
/** @deprecated - Use 'shippingMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5656
5719
|
readonly shippingExpress: Locator;
|
|
5657
5720
|
/**
|
|
5658
5721
|
* Product details
|
|
@@ -5888,15 +5951,19 @@ declare class CheckoutOrderEdit implements PageObject {
|
|
|
5888
5951
|
readonly dialogOrderCancelButton: Locator;
|
|
5889
5952
|
readonly dialogBackButton: Locator;
|
|
5890
5953
|
/**
|
|
5891
|
-
* Payment options
|
|
5954
|
+
* Payment and Shipping options
|
|
5892
5955
|
*/
|
|
5956
|
+
readonly paymentMethodRadioGroup: Locator;
|
|
5957
|
+
readonly shippingMethodRadioGroup: Locator;
|
|
5958
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5893
5959
|
readonly paymentCashOnDelivery: Locator;
|
|
5960
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5894
5961
|
readonly paymentPaidInAdvance: Locator;
|
|
5962
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5895
5963
|
readonly paymentInvoice: Locator;
|
|
5896
|
-
/**
|
|
5897
|
-
* Shipping options
|
|
5898
|
-
*/
|
|
5964
|
+
/** @deprecated - Use 'shippingMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5899
5965
|
readonly shippingStandard: Locator;
|
|
5966
|
+
/** @deprecated - Use 'shippingMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5900
5967
|
readonly shippingExpress: Locator;
|
|
5901
5968
|
readonly page: Page;
|
|
5902
5969
|
constructor(page: Page);
|
|
@@ -5996,6 +6063,7 @@ declare class Footer implements PageObject {
|
|
|
5996
6063
|
|
|
5997
6064
|
declare class Header implements PageObject {
|
|
5998
6065
|
readonly mainNavigationLink: Locator;
|
|
6066
|
+
readonly topBarNav: Locator;
|
|
5999
6067
|
readonly languagesDropdown: Locator;
|
|
6000
6068
|
readonly languagesMenuOptions: Locator;
|
|
6001
6069
|
readonly currenciesDropdown: Locator;
|
|
@@ -6110,6 +6178,10 @@ declare const test: playwright_test.TestType<playwright_test.PlaywrightTestArgs
|
|
|
6110
6178
|
ProceedFromCartToCheckout: Task;
|
|
6111
6179
|
} & {
|
|
6112
6180
|
ConfirmTermsAndConditions: Task;
|
|
6181
|
+
} & {
|
|
6182
|
+
SelectPaymentMethod: Task;
|
|
6183
|
+
} & {
|
|
6184
|
+
SelectShippingMethod: Task;
|
|
6113
6185
|
} & {
|
|
6114
6186
|
SelectInvoicePaymentOption: Task;
|
|
6115
6187
|
} & {
|
package/dist/index.d.ts
CHANGED
|
@@ -1921,9 +1921,11 @@ declare const BUNDLED_RESOURCES: {
|
|
|
1921
1921
|
readonly 'storefront/checkout': {
|
|
1922
1922
|
common: {
|
|
1923
1923
|
back: string;
|
|
1924
|
+
paymentMethod: string;
|
|
1924
1925
|
cashOnDelivery: string;
|
|
1925
1926
|
paidInAdvance: string;
|
|
1926
1927
|
invoice: string;
|
|
1928
|
+
shippingMethod: string;
|
|
1927
1929
|
standard: string;
|
|
1928
1930
|
express: string;
|
|
1929
1931
|
grandTotal: string;
|
|
@@ -2021,14 +2023,19 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2021
2023
|
};
|
|
2022
2024
|
};
|
|
2023
2025
|
readonly 'storefront/header': {
|
|
2026
|
+
topBarNav: string;
|
|
2027
|
+
currencyDropdown: string;
|
|
2028
|
+
languageDropdown: string;
|
|
2024
2029
|
skipToContentLink: string;
|
|
2025
2030
|
searchInputAriaLabel: string;
|
|
2031
|
+
wishlistIcon: string;
|
|
2026
2032
|
};
|
|
2027
2033
|
readonly 'storefront/home': {
|
|
2028
2034
|
account: {
|
|
2029
2035
|
yourAccount: string;
|
|
2030
2036
|
};
|
|
2031
2037
|
consent: {
|
|
2038
|
+
close: string;
|
|
2032
2039
|
onlyTechnicallyRequired: string;
|
|
2033
2040
|
configure: string;
|
|
2034
2041
|
acceptAllCookies: string;
|
|
@@ -2036,10 +2043,16 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2036
2043
|
marketing: string;
|
|
2037
2044
|
};
|
|
2038
2045
|
filters: {
|
|
2046
|
+
filterPanel: string;
|
|
2047
|
+
labelPrefix: string;
|
|
2039
2048
|
manufacturer: string;
|
|
2040
2049
|
price: string;
|
|
2041
2050
|
resetAll: string;
|
|
2042
2051
|
freeShipping: string;
|
|
2052
|
+
rating: string;
|
|
2053
|
+
};
|
|
2054
|
+
listing: {
|
|
2055
|
+
addToShoppingCart: string;
|
|
2043
2056
|
};
|
|
2044
2057
|
};
|
|
2045
2058
|
readonly 'storefront/login': {
|
|
@@ -2115,6 +2128,9 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2115
2128
|
continueShopping: string;
|
|
2116
2129
|
};
|
|
2117
2130
|
};
|
|
2131
|
+
readonly 'storefront/wishlist': {
|
|
2132
|
+
removeProduct: string;
|
|
2133
|
+
};
|
|
2118
2134
|
};
|
|
2119
2135
|
readonly de: {
|
|
2120
2136
|
readonly 'administration/category': {
|
|
@@ -2856,9 +2872,11 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2856
2872
|
readonly 'storefront/checkout': {
|
|
2857
2873
|
common: {
|
|
2858
2874
|
back: string;
|
|
2875
|
+
paymentMethod: string;
|
|
2859
2876
|
cashOnDelivery: string;
|
|
2860
2877
|
paidInAdvance: string;
|
|
2861
2878
|
invoice: string;
|
|
2879
|
+
shippingMethod: string;
|
|
2862
2880
|
standard: string;
|
|
2863
2881
|
express: string;
|
|
2864
2882
|
grandTotal: string;
|
|
@@ -2876,6 +2894,12 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2876
2894
|
stockReached: string;
|
|
2877
2895
|
};
|
|
2878
2896
|
confirm: {
|
|
2897
|
+
confirmOrder: string;
|
|
2898
|
+
orderSummary: string;
|
|
2899
|
+
shippingAddress: string;
|
|
2900
|
+
billingAddress: string;
|
|
2901
|
+
agreeToTerms: string;
|
|
2902
|
+
revocationNotice: string;
|
|
2879
2903
|
completeOrder: string;
|
|
2880
2904
|
submitOrder: string;
|
|
2881
2905
|
termsAndConditions: string;
|
|
@@ -2930,14 +2954,19 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2930
2954
|
title: string;
|
|
2931
2955
|
};
|
|
2932
2956
|
readonly 'storefront/header': {
|
|
2957
|
+
topBarNav: string;
|
|
2958
|
+
currencyDropdown: string;
|
|
2959
|
+
languageDropdown: string;
|
|
2933
2960
|
skipToContentLink: string;
|
|
2934
2961
|
searchInputAriaLabel: string;
|
|
2962
|
+
wishlistIcon: string;
|
|
2935
2963
|
};
|
|
2936
2964
|
readonly 'storefront/home': {
|
|
2937
2965
|
account: {
|
|
2938
2966
|
yourAccount: string;
|
|
2939
2967
|
};
|
|
2940
2968
|
consent: {
|
|
2969
|
+
close: string;
|
|
2941
2970
|
onlyTechnicallyRequired: string;
|
|
2942
2971
|
configure: string;
|
|
2943
2972
|
acceptAllCookies: string;
|
|
@@ -2945,10 +2974,16 @@ declare const BUNDLED_RESOURCES: {
|
|
|
2945
2974
|
marketing: string;
|
|
2946
2975
|
};
|
|
2947
2976
|
filters: {
|
|
2977
|
+
filterPanel: string;
|
|
2978
|
+
labelPrefix: string;
|
|
2948
2979
|
manufacturer: string;
|
|
2949
2980
|
price: string;
|
|
2950
2981
|
resetAll: string;
|
|
2951
2982
|
freeShipping: string;
|
|
2983
|
+
rating: string;
|
|
2984
|
+
};
|
|
2985
|
+
listing: {
|
|
2986
|
+
addToShoppingCart: string;
|
|
2952
2987
|
};
|
|
2953
2988
|
};
|
|
2954
2989
|
readonly 'storefront/login': {
|
|
@@ -3096,6 +3131,9 @@ declare const BUNDLED_RESOURCES: {
|
|
|
3096
3131
|
changePassword: string;
|
|
3097
3132
|
invalidLink: string;
|
|
3098
3133
|
};
|
|
3134
|
+
readonly 'storefront/wishlist': {
|
|
3135
|
+
removeProduct: string;
|
|
3136
|
+
};
|
|
3099
3137
|
};
|
|
3100
3138
|
};
|
|
3101
3139
|
declare const baseNamespaces: {
|
|
@@ -3751,9 +3789,11 @@ declare const baseNamespaces: {
|
|
|
3751
3789
|
readonly checkout: {
|
|
3752
3790
|
common: {
|
|
3753
3791
|
back: string;
|
|
3792
|
+
paymentMethod: string;
|
|
3754
3793
|
cashOnDelivery: string;
|
|
3755
3794
|
paidInAdvance: string;
|
|
3756
3795
|
invoice: string;
|
|
3796
|
+
shippingMethod: string;
|
|
3757
3797
|
standard: string;
|
|
3758
3798
|
express: string;
|
|
3759
3799
|
grandTotal: string;
|
|
@@ -3851,14 +3891,19 @@ declare const baseNamespaces: {
|
|
|
3851
3891
|
};
|
|
3852
3892
|
};
|
|
3853
3893
|
readonly header: {
|
|
3894
|
+
topBarNav: string;
|
|
3895
|
+
currencyDropdown: string;
|
|
3896
|
+
languageDropdown: string;
|
|
3854
3897
|
skipToContentLink: string;
|
|
3855
3898
|
searchInputAriaLabel: string;
|
|
3899
|
+
wishlistIcon: string;
|
|
3856
3900
|
};
|
|
3857
3901
|
readonly home: {
|
|
3858
3902
|
account: {
|
|
3859
3903
|
yourAccount: string;
|
|
3860
3904
|
};
|
|
3861
3905
|
consent: {
|
|
3906
|
+
close: string;
|
|
3862
3907
|
onlyTechnicallyRequired: string;
|
|
3863
3908
|
configure: string;
|
|
3864
3909
|
acceptAllCookies: string;
|
|
@@ -3866,10 +3911,16 @@ declare const baseNamespaces: {
|
|
|
3866
3911
|
marketing: string;
|
|
3867
3912
|
};
|
|
3868
3913
|
filters: {
|
|
3914
|
+
filterPanel: string;
|
|
3915
|
+
labelPrefix: string;
|
|
3869
3916
|
manufacturer: string;
|
|
3870
3917
|
price: string;
|
|
3871
3918
|
resetAll: string;
|
|
3872
3919
|
freeShipping: string;
|
|
3920
|
+
rating: string;
|
|
3921
|
+
};
|
|
3922
|
+
listing: {
|
|
3923
|
+
addToShoppingCart: string;
|
|
3873
3924
|
};
|
|
3874
3925
|
};
|
|
3875
3926
|
readonly login: {
|
|
@@ -3945,6 +3996,9 @@ declare const baseNamespaces: {
|
|
|
3945
3996
|
continueShopping: string;
|
|
3946
3997
|
};
|
|
3947
3998
|
};
|
|
3999
|
+
readonly wishlist: {
|
|
4000
|
+
removeProduct: string;
|
|
4001
|
+
};
|
|
3948
4002
|
};
|
|
3949
4003
|
};
|
|
3950
4004
|
|
|
@@ -4297,6 +4351,9 @@ declare class OrderDetail implements PageObject {
|
|
|
4297
4351
|
readonly sendDocumentButton: Locator;
|
|
4298
4352
|
readonly itemsCardHeader: Locator;
|
|
4299
4353
|
readonly sentCheckmark: Locator;
|
|
4354
|
+
readonly orderPaymentStatus: Locator;
|
|
4355
|
+
readonly orderDeliveryStatus: Locator;
|
|
4356
|
+
readonly orderStatus: Locator;
|
|
4300
4357
|
/**
|
|
4301
4358
|
* Tabs
|
|
4302
4359
|
*/
|
|
@@ -5482,6 +5539,7 @@ declare class Home implements PageObject {
|
|
|
5482
5539
|
readonly consentCookiePreferences: Locator;
|
|
5483
5540
|
readonly consentCookiePermissionContent: Locator;
|
|
5484
5541
|
readonly consentDialog: Locator;
|
|
5542
|
+
readonly consentDialogCloseButton: Locator;
|
|
5485
5543
|
readonly consentDialogTechnicallyRequiredCheckbox: Locator;
|
|
5486
5544
|
readonly consentDialogStatisticsCheckbox: Locator;
|
|
5487
5545
|
/**
|
|
@@ -5553,6 +5611,7 @@ declare class ProductDetail implements PageObject {
|
|
|
5553
5611
|
readonly offCanvasLineItemDeliveryDate: Locator;
|
|
5554
5612
|
readonly wishlistAddedButton: Locator;
|
|
5555
5613
|
readonly wishlistNotAddedButton: Locator;
|
|
5614
|
+
readonly propertyRadioGroup: (propertyName: string) => Locator;
|
|
5556
5615
|
readonly productDetailConfigurator: Locator;
|
|
5557
5616
|
readonly productDetailConfiguratorGroupTitle: Locator;
|
|
5558
5617
|
readonly productDetailConfiguratorOptionInputs: Locator;
|
|
@@ -5644,15 +5703,19 @@ declare class CheckoutConfirm implements PageObject {
|
|
|
5644
5703
|
readonly taxPrice: Locator;
|
|
5645
5704
|
readonly submitOrderButton: Locator;
|
|
5646
5705
|
/**
|
|
5647
|
-
* Payment options
|
|
5706
|
+
* Payment and Shipping options
|
|
5648
5707
|
*/
|
|
5708
|
+
readonly paymentMethodRadioGroup: Locator;
|
|
5709
|
+
readonly shippingMethodRadioGroup: Locator;
|
|
5710
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5649
5711
|
readonly paymentCashOnDelivery: Locator;
|
|
5712
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5650
5713
|
readonly paymentPaidInAdvance: Locator;
|
|
5714
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5651
5715
|
readonly paymentInvoice: Locator;
|
|
5652
|
-
/**
|
|
5653
|
-
* Shipping options
|
|
5654
|
-
*/
|
|
5716
|
+
/** @deprecated - Use 'shippingMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5655
5717
|
readonly shippingStandard: Locator;
|
|
5718
|
+
/** @deprecated - Use 'shippingMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5656
5719
|
readonly shippingExpress: Locator;
|
|
5657
5720
|
/**
|
|
5658
5721
|
* Product details
|
|
@@ -5888,15 +5951,19 @@ declare class CheckoutOrderEdit implements PageObject {
|
|
|
5888
5951
|
readonly dialogOrderCancelButton: Locator;
|
|
5889
5952
|
readonly dialogBackButton: Locator;
|
|
5890
5953
|
/**
|
|
5891
|
-
* Payment options
|
|
5954
|
+
* Payment and Shipping options
|
|
5892
5955
|
*/
|
|
5956
|
+
readonly paymentMethodRadioGroup: Locator;
|
|
5957
|
+
readonly shippingMethodRadioGroup: Locator;
|
|
5958
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5893
5959
|
readonly paymentCashOnDelivery: Locator;
|
|
5960
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5894
5961
|
readonly paymentPaidInAdvance: Locator;
|
|
5962
|
+
/** @deprecated - Use 'paymentMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5895
5963
|
readonly paymentInvoice: Locator;
|
|
5896
|
-
/**
|
|
5897
|
-
* Shipping options
|
|
5898
|
-
*/
|
|
5964
|
+
/** @deprecated - Use 'shippingMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5899
5965
|
readonly shippingStandard: Locator;
|
|
5966
|
+
/** @deprecated - Use 'shippingMethodRadioGroup' with selectsRadioButton() instead. */
|
|
5900
5967
|
readonly shippingExpress: Locator;
|
|
5901
5968
|
readonly page: Page;
|
|
5902
5969
|
constructor(page: Page);
|
|
@@ -5996,6 +6063,7 @@ declare class Footer implements PageObject {
|
|
|
5996
6063
|
|
|
5997
6064
|
declare class Header implements PageObject {
|
|
5998
6065
|
readonly mainNavigationLink: Locator;
|
|
6066
|
+
readonly topBarNav: Locator;
|
|
5999
6067
|
readonly languagesDropdown: Locator;
|
|
6000
6068
|
readonly languagesMenuOptions: Locator;
|
|
6001
6069
|
readonly currenciesDropdown: Locator;
|
|
@@ -6110,6 +6178,10 @@ declare const test: playwright_test.TestType<playwright_test.PlaywrightTestArgs
|
|
|
6110
6178
|
ProceedFromCartToCheckout: Task;
|
|
6111
6179
|
} & {
|
|
6112
6180
|
ConfirmTermsAndConditions: Task;
|
|
6181
|
+
} & {
|
|
6182
|
+
SelectPaymentMethod: Task;
|
|
6183
|
+
} & {
|
|
6184
|
+
SelectShippingMethod: Task;
|
|
6113
6185
|
} & {
|
|
6114
6186
|
SelectInvoicePaymentOption: Task;
|
|
6115
6187
|
} & {
|