@digital-ai/devops-page-object-release 0.0.0-snapshot-20260123084336 → 0.0.0-snapshot-20260123085501

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20260123084336
3
+ ## 0.0.0-snapshot-20260123085501
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/main.js CHANGED
@@ -10329,8 +10329,10 @@ class $258749e0671c845a$export$f14c0e3f98d164c0 extends (0, $f8721861c660dd88$ex
10329
10329
  */ async login(userName, password) {
10330
10330
  if (!$kKeXs$process.env.TEST_ENV) throw new Error("TEST_ENV is not defined. Aborting login.");
10331
10331
  const testEnv = $kKeXs$process.env.TEST_ENV;
10332
+ $kKeXs$process.stderr.write(`[ENV CHECK]\n` + ` TEST_ENV=${testEnv}\n`);
10332
10333
  await this.page.goto("./");
10333
10334
  if (testEnv === "saas") {
10335
+ $kKeXs$process.stderr.write(`[ENV CHECK_INSIDE_IF]\n` + ` TEST_ENV=${testEnv}\n`);
10334
10336
  //if (this.page.url().includes('/auth/realms')) {
10335
10337
  const usernameInput = this.page.locator('input[name="username"]');
10336
10338
  await usernameInput.waitFor({