@shopware-ag/acceptance-test-suite 12.4.2 → 12.4.3

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
@@ -3694,7 +3694,7 @@ async function createNewAdminPageContext(merchant, browser, SalesChannelBaseConf
3694
3694
  }
3695
3695
  }
3696
3696
  const loginButtonLabel = translate("administration:login:loginButton");
3697
- await adminPage.getByRole("button", { name: loginButtonLabel }).click();
3697
+ await adminPage.getByRole("button", { name: loginButtonLabel, exact: true }).click();
3698
3698
  await Promise.all(jsLoadingPromises);
3699
3699
  const originalReload = adminPage.reload.bind(adminPage);
3700
3700
  adminPage.reload = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "12.4.2",
3
+ "version": "12.4.3",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",