@shopware-ag/acceptance-test-suite 12.1.3 → 12.1.4

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
@@ -11620,7 +11620,7 @@ const ProceedFromCartToCheckout = test$e.extend({
11620
11620
  }, use) => {
11621
11621
  const task = () => {
11622
11622
  return async function ProceedFromCartToCheckout2() {
11623
- await ShopCustomer.presses(StorefrontCheckoutCart.goToCheckoutButton);
11623
+ await StorefrontCheckoutCart.goToCheckoutButton.click();
11624
11624
  await ShopCustomer.expects(StorefrontCheckoutConfirm.headline).toBeVisible();
11625
11625
  };
11626
11626
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "12.1.3",
3
+ "version": "12.1.4",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",