@bigbinary/neeto-playwright-commons 1.8.5 → 1.8.6

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
@@ -287,7 +287,8 @@ const commands = {
287
287
  };
288
288
 
289
289
  const generateStagingData = (product = "invoice") => {
290
- const timestamp = dayjs().format("YYYYMMDDHH");
290
+ var _a;
291
+ const timestamp = `${dayjs().format("YYYYMMDDHH")}${(_a = process.env.JOB_COMPLETION_INDEX) !== null && _a !== void 0 ? _a : ""}`;
291
292
  const firstName = "André";
292
293
  const lastName = "O'Reilly";
293
294
  const otpBypassKey = process.env.OTP_BYPASS_KEY;