@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.js CHANGED
@@ -3513,6 +3513,10 @@ const globalShortcuts = (t) => [
3513
3513
  description: t("neetoMolecules.keyboardShortcuts.global.submitForm"),
3514
3514
  sequence: "ctrl+enter",
3515
3515
  },
3516
+ {
3517
+ description: t("neetoMolecules.keyboardShortcuts.global.openProductSwitcher"),
3518
+ sequence: "ctrl+e",
3519
+ },
3516
3520
  ];
3517
3521
  const generatePhoneNumber = () => `${"+91"} 9${faker.string.numeric(4)} ${faker.string.numeric(5)}`;
3518
3522
 
@@ -189406,6 +189410,10 @@ class HelpAndProfilePage {
189406
189410
  description: this.t("neetoMolecules.keyboardShortcuts.global.submitForm"),
189407
189411
  sequence: "ctrl+enter",
189408
189412
  },
189413
+ {
189414
+ description: this.t("neetoMolecules.keyboardShortcuts.global.openProductSwitcher"),
189415
+ sequence: "ctrl+e",
189416
+ },
189409
189417
  ];
189410
189418
  const shortcuts = [...globalShortcuts, ...productShortcuts];
189411
189419
  await test$2.step("1: Open Help Center", this.openHelpCenterV2);