@bigbinary/neeto-playwright-commons 1.26.22 → 1.26.23

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
@@ -124836,9 +124836,6 @@ const definePlaywrightConfig = (overrides) => {
124836
124836
  timezoneId: "Asia/Calcutta",
124837
124837
  geolocation: { latitude: 18.553187, longitude: 73.948313 }, // BB Pune office
124838
124838
  permissions: ["geolocation"],
124839
- launchOptions: {
124840
- args: ["--js-flags=--max-old-space-size=6144"],
124841
- },
124842
124839
  ...useOverrides,
124843
124840
  },
124844
124841
  projects: useCustomProjects
@@ -124854,6 +124851,9 @@ const definePlaywrightConfig = (overrides) => {
124854
124851
  use: {
124855
124852
  ...test.devices["Desktop Chrome"],
124856
124853
  storageState: STORAGE_STATE,
124854
+ launchOptions: {
124855
+ args: ["--js-flags=--max-old-space-size=6144"],
124856
+ },
124857
124857
  },
124858
124858
  dependencies: ["setup"],
124859
124859
  },