@shopware-ag/acceptance-test-suite 9.0.0 → 10.0.0
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 +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3410,7 +3410,7 @@ class AccountLogin {
|
|
|
3410
3410
|
this.personalFormArea = page.locator(".register-personal");
|
|
3411
3411
|
this.billingAddressFormArea = page.locator(".register-billing");
|
|
3412
3412
|
this.accountTypeSelect = this.personalFormArea.locator(".contact-select");
|
|
3413
|
-
this.salutationSelect = this.personalFormArea.locator("
|
|
3413
|
+
this.salutationSelect = this.personalFormArea.locator(".form-group").filter({ has: page.getByLabel("Salutation") }).locator(".form-select");
|
|
3414
3414
|
this.firstNameInput = this.personalFormArea.getByLabel("First name*");
|
|
3415
3415
|
this.lastNameInput = this.personalFormArea.getByLabel("Last name*");
|
|
3416
3416
|
this.companyInput = this.personalFormArea.getByPlaceholder("Enter company...");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopware-ag/acceptance-test-suite",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "Shopware Acceptance Test Suite",
|
|
5
5
|
"author": "shopware AG",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@axe-core/playwright": "4.9.1",
|
|
40
|
-
"@playwright/test": "^1.
|
|
40
|
+
"@playwright/test": "^1.49.1",
|
|
41
41
|
"@shopware/api-client": "0.5.0",
|
|
42
42
|
"axe-html-reporter": "2.2.3",
|
|
43
43
|
"image-js": "0.35.5",
|