@shopware-ag/acceptance-test-suite 11.15.1 → 11.15.2

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 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -605,6 +605,7 @@ const test$b = test$f.extend({
605
605
  `.trim()
606
606
  });
607
607
  await expect(page.url()).toContain("login");
608
+ await expect(page.getByLabel(/Username|Email address/)).toBeVisible({ timeout: 9e4 });
608
609
  await page.getByLabel(/Username|Email address/).fill(adminUser.username);
609
610
  await page.getByLabel("Password", { exact: true }).fill(adminUser.password);
610
611
  const config = await (await AdminApiContext.get("./_info/config")).json();
@@ -637,7 +638,7 @@ const test$b = test$f.extend({
637
638
  await page.waitForURL((url) => {
638
639
  return url.hash !== "#login";
639
640
  });
640
- await expect(page.getByText("Administration").first()).toBeVisible();
641
+ await expect(page.getByText("Administrator").first()).toBeVisible({ timeout: 6e4 });
641
642
  await use(page);
642
643
  await page.close();
643
644
  await context.close();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "11.15.1",
3
+ "version": "11.15.2",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",