@shopware-ag/acceptance-test-suite 8.2.0 → 8.2.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -4860,7 +4860,7 @@ class ProductBulkEdit {
4860
4860
  this.grossPriceInput = this.changePriceRow.getByPlaceholder("Enter gross price...");
4861
4861
  this.changeReleaseDateRow = page.locator(".sw-bulk-edit-change-field-releaseDate");
4862
4862
  this.changeReleaseDateCheckbox = this.changeReleaseDateRow.getByRole("checkbox");
4863
- this.releaseDateInput = this.changeReleaseDateRow.getByPlaceholder("Y-m-d H:i").last();
4863
+ this.releaseDateInput = this.changeReleaseDateRow.getByRole("textbox").last();
4864
4864
  this.changeStockRow = page.locator(".sw-bulk-edit-change-field-stock");
4865
4865
  this.changeStockCheckbox = this.changeStockRow.getByRole("checkbox");
4866
4866
  this.stockChangeMethodDropdown = this.changeStockRow.locator(".sw-single-select__selection-text");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",