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

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -11604,7 +11604,7 @@ const ProceedFromProductToCheckout = test$e.extend({
11604
11604
  ProceedFromProductToCheckout: async ({ ShopCustomer, StorefrontProductDetail, StorefrontCheckoutConfirm }, use) => {
11605
11605
  const task = () => {
11606
11606
  return async function ProceedFromProductToCheckout2() {
11607
- await ShopCustomer.presses(StorefrontProductDetail.offCanvasCartGoToCheckoutButton);
11607
+ await StorefrontProductDetail.offCanvasCartGoToCheckoutButton.click();
11608
11608
  await ShopCustomer.expects(StorefrontCheckoutConfirm.headline).toBeVisible();
11609
11609
  };
11610
11610
  };
@@ -11749,7 +11749,7 @@ const SubmitOrder = test$e.extend({
11749
11749
  SubmitOrder: async ({ ShopCustomer, StorefrontCheckoutConfirm, StorefrontCheckoutFinish }, use) => {
11750
11750
  const task = () => {
11751
11751
  return async function SubmitOrder2() {
11752
- await ShopCustomer.presses(StorefrontCheckoutConfirm.submitOrderButton);
11752
+ await StorefrontCheckoutConfirm.submitOrderButton.click();
11753
11753
  await ShopCustomer.expects(StorefrontCheckoutFinish.headline).toBeVisible();
11754
11754
  };
11755
11755
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "12.1.4",
3
+ "version": "12.1.5",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",