@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.
- package/dist/index.mjs +1 -1
- 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 () => {
|