@bigbinary/neeto-playwright-commons 1.22.12 → 1.22.13

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/index.cjs.js CHANGED
@@ -3533,6 +3533,10 @@ const globalShortcuts = (t) => [
3533
3533
  description: t("neetoMolecules.keyboardShortcuts.global.submitForm"),
3534
3534
  sequence: "ctrl+enter",
3535
3535
  },
3536
+ {
3537
+ description: t("neetoMolecules.keyboardShortcuts.global.openProductSwitcher"),
3538
+ sequence: "ctrl+e",
3539
+ },
3536
3540
  ];
3537
3541
  const generatePhoneNumber = () => `${"+91"} 9${faker.faker.string.numeric(4)} ${faker.faker.string.numeric(5)}`;
3538
3542
 
@@ -189426,6 +189430,10 @@ class HelpAndProfilePage {
189426
189430
  description: this.t("neetoMolecules.keyboardShortcuts.global.submitForm"),
189427
189431
  sequence: "ctrl+enter",
189428
189432
  },
189433
+ {
189434
+ description: this.t("neetoMolecules.keyboardShortcuts.global.openProductSwitcher"),
189435
+ sequence: "ctrl+e",
189436
+ },
189429
189437
  ];
189430
189438
  const shortcuts = [...globalShortcuts, ...productShortcuts];
189431
189439
  await test$1.test.step("1: Open Help Center", this.openHelpCenterV2);