@shopware-ag/acceptance-test-suite 2.0.0 → 2.0.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
@@ -803,7 +803,7 @@ class Home {
803
803
  this.productImages = page.locator(".product-image-link");
804
804
  }
805
805
  url() {
806
- return "/";
806
+ return "./";
807
807
  }
808
808
  }
809
809
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",