@shopware-ag/acceptance-test-suite 8.2.1 → 8.2.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -4880,7 +4880,7 @@ class ProductBulkEdit {
4880
4880
  this.changeSalesChannelCheckbox = this.changeSalesChannelRow.getByRole("checkbox");
4881
4881
  this.salesChannelChangeMethodDropdown = this.changeSalesChannelRow.locator(".sw-single-select__selection-text");
4882
4882
  this.salesChannelChangeMethodInput = this.changeSalesChannelRow.locator(".sw-single-select__selection-input");
4883
- this.salesChannelInput = this.changeSalesChannelRow.getByRole("textbox");
4883
+ this.salesChannelInput = this.changeSalesChannelRow.getByRole("combobox");
4884
4884
  this.applyChangesButton = page.getByRole("button", { name: "Apply changes" });
4885
4885
  this.confirmModal = page.locator(".sw-bulk-edit-save-modal");
4886
4886
  this.confirmModalApplyChangesButton = this.confirmModal.getByRole("button", { name: "Apply changes" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "8.2.1",
3
+ "version": "8.2.2",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",