@shopware-ag/acceptance-test-suite 11.34.0 → 11.34.1

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 +5 -5
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -717,7 +717,7 @@ const types$1 = {
717
717
  invoice: "invoice"
718
718
  };
719
719
  const detail$m = {
720
- displayDocumentInMyAccount: "Display document in \"My\"",
720
+ displayDocumentInMyAccount: "Display document in \"My account\"",
721
721
  save: "Save"
722
722
  };
723
723
  const administrationDocument = {
@@ -1770,7 +1770,7 @@ const types = {
1770
1770
  invoice: "Rechnung"
1771
1771
  };
1772
1772
  const detail$a = {
1773
- displayDocumentInMyAccount: "Display document in \"My\"",
1773
+ displayDocumentInMyAccount: "Dokument in \"Mein Konto\" Bereich anzeigen",
1774
1774
  save: "Speichern"
1775
1775
  };
1776
1776
  const deAdministrationDocument = {
@@ -9241,7 +9241,7 @@ class DocumentDetail {
9241
9241
  page;
9242
9242
  constructor(page) {
9243
9243
  this.page = page;
9244
- this.showInAccountSwitch = page.getByRole("checkbox", { name: translate("administration:document:detail.displayDocumentInMyAccount") });
9244
+ this.showInAccountSwitch = page.getByRole("checkbox", { name: 'Display document in "My account"' });
9245
9245
  this.saveButton = page.getByRole("button", { name: translate("administration:document:detail.save") });
9246
9246
  this.documentTypeSelect = page.locator(".sw-settings-document-detail__select-type");
9247
9247
  }
@@ -11037,10 +11037,10 @@ const RegisterGuest = test$e.extend({
11037
11037
 
11038
11038
  const ChangeStorefrontCurrency = test$e.extend({
11039
11039
  ChangeStorefrontCurrency: async ({ StorefrontHome }, use) => {
11040
- const task = (isoCode) => {
11040
+ const task = (currencyName) => {
11041
11041
  return async function ChangeStorefrontCurrency2() {
11042
11042
  await StorefrontHome.currenciesDropdown.click();
11043
- await StorefrontHome.currenciesDropdown.getByText(" " + isoCode).click();
11043
+ await StorefrontHome.currenciesDropdown.getByText(currencyName).click();
11044
11044
  };
11045
11045
  };
11046
11046
  await use(task);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "11.34.0",
3
+ "version": "11.34.1",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",