@shopware-ag/acceptance-test-suite 11.24.0 → 11.24.1
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.mjs +3 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1077,7 +1077,8 @@ class TestDataService {
|
|
|
1077
1077
|
"sales_channel_country",
|
|
1078
1078
|
"sales_channel_payment_method",
|
|
1079
1079
|
"customer",
|
|
1080
|
-
"acl_user_role"
|
|
1080
|
+
"acl_user_role",
|
|
1081
|
+
"category"
|
|
1081
1082
|
]);
|
|
1082
1083
|
/**
|
|
1083
1084
|
* A registry of all created records.
|
|
@@ -5904,7 +5905,7 @@ class DataSharing {
|
|
|
5904
5905
|
this.dataSharingAgreeButton = page.getByRole("button", { name: "Agree" });
|
|
5905
5906
|
this.dataSharingDisableButton = page.getByRole("button", { name: "Disable data sharing" });
|
|
5906
5907
|
this.dataSharingSuccessMessageLabel = page.getByText("You are sharing data with us", { exact: true });
|
|
5907
|
-
this.dataSharingTermsAgreementLabel = page.getByText('By clicking "Agree", you confirm that you are
|
|
5908
|
+
this.dataSharingTermsAgreementLabel = page.getByText('By clicking "Agree", you confirm that you are authorised to enter into this agreement on behalf of your company.');
|
|
5908
5909
|
}
|
|
5909
5910
|
url() {
|
|
5910
5911
|
if (satisfies(this.instanceMeta.version, "<6.6.1")) {
|